diff options
author | erich <erich@FreeBSD.org> | 1998-01-13 21:49:02 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1998-01-13 21:49:02 +0800 |
commit | 3d5f00841f13490c1310702a75e5c91bdd9767ab (patch) | |
tree | d4f1b072582f65fbe0b7590f44926622a2a8dc5a /security/sudo | |
parent | ffb4f3e0f652e5639ce107751d34458df3c8433b (diff) | |
download | freebsd-ports-gnome-3d5f00841f13490c1310702a75e5c91bdd9767ab.tar.gz freebsd-ports-gnome-3d5f00841f13490c1310702a75e5c91bdd9767ab.tar.zst freebsd-ports-gnome-3d5f00841f13490c1310702a75e5c91bdd9767ab.zip |
upgrade to 1.5.4
Submitted by: Warner Losh
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 10 | ||||
-rw-r--r-- | security/sudo/distinfo | 2 | ||||
-rw-r--r-- | security/sudo/pkg-descr | 6 |
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". |