upgrade to 1.5.4

Submitted by:	Warner Losh
This commit is contained in:
Eric L. Hernes 1998-01-13 13:49:02 +00:00
parent 9fb32e9b31
commit f98e674f36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9332
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (cu-sudo.v1.5.3.tar.Z) = 40bee550133a62e4886052236b406e0e
MD5 (cu-sudo.v1.5.4.tar.Z) = 6f6633281770bdb66edae797446b3801

View File

@ -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".