summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1998-01-13 13:49:02 +0000
committerEric L. Hernes <erich@FreeBSD.org>1998-01-13 13:49:02 +0000
commitf98e674f36352300ae412a6dd727f54f17a32bb8 (patch)
treed44273fae9adcc2d3d107002be5950057d61ebb1 /security/sudo
parentSeems checksum changed before I could grab it. (diff)
upgrade to 1.5.4
Submitted by: Warner Losh
Notes
Notes: svn path=/head/; revision=9332
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile10
-rw-r--r--security/sudo/distinfo2
-rw-r--r--security/sudo/pkg-descr6
3 files changed, 9 insertions, 9 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 43d8077b1f22..b283038947ea 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,20 +3,20 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.8 1997/10/22 08:46:03 obrien Exp $
+# $Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp $
#
-DISTNAME= cu-sudo.v1.5.3
-PKGNAME= sudo-1.5.3
+DISTNAME= cu-sudo.v1.5.4
+PKGNAME= sudo-1.5.4
CATEGORIES= security
-MASTER_SITES= ftp://freestuff.cs.colorado.edu/pub/sysadmin/sudo/
+MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
EXTRACT_SUFX= .tar.Z
MAINTAINER= erich@rrnet.com
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops
-WRKSRC= ${WRKDIR}/sudo.v1.5.3
+WRKSRC= ${WRKDIR}/sudo.v1.5.4
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index 9dcc1e7c1d28..94ccbefbb43d 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1 +1 @@
-MD5 (cu-sudo.v1.5.3.tar.Z) = 40bee550133a62e4886052236b406e0e
+MD5 (cu-sudo.v1.5.4.tar.Z) = 6f6633281770bdb66edae797446b3801
diff --git a/security/sudo/pkg-descr b/security/sudo/pkg-descr
index 08611e6e8173..485c788832b9 100644
--- a/security/sudo/pkg-descr
+++ b/security/sudo/pkg-descr
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.4.
+This is the CU version of sudo, release 1.5.4.
Sudo is a program designed to allow a sysadmin to give limited root privileges
to users and log root activity. The basic philosophy is to give as few
@@ -6,9 +6,9 @@ privileges as possible but still allow people to get their work done.
MAILING LISTS:
-Please send bugs, problems, comments, etc to sudo-bugs@cs.colorado.edu
+Please send bugs, problems, comments, etc to sudo-bugs@courtesan.com
There is a mailing list that receives announcements whenever a new
version of sudo is released. You can subscribe to it by sending a
-message to "majordomo@cs.colorado.edu" that includes the line
+message to "majordomo@courtesan.com" that includes the line
"subscribe sudo-announce". There is also a list for people working
on sudo. The command to add yourself is "subscribe sudo-workers".