diff options
author | jlam <jlam> | 2000-01-28 00:33:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-01-28 00:33:21 +0000 |
commit | 4b5d10bf9c28eea0e765bbda47d7120bfd2c5cda (patch) | |
tree | b62647dcc78fa155fe24f7d0789823a3c5b683f7 | |
parent | 5c962ecca2c8e80bb55c5fe80031d13cc4901c52 (diff) | |
download | pkgsrc-4b5d10bf9c28eea0e765bbda47d7120bfd2c5cda.tar.gz |
Update to sudo-1.6.2. This is a bugfix release over sudo-1.6.1.
Changes from Sudo 1.6.1:
383) Better behavior for -l and -v flags in conjunction with NOPASSWD and
added "verifypw" and "listpw" options.
384) For HP-UX with cc, add the -Aa flag along with -D_HPUX_SOURCE.
385) Fix compilation with K&R compilers.
386) For netgroup host matching, match against the short version of the
hostname as well as the long one if they are different.
387) Terminate passwd reading on '\r' in addition to '\n'
388) Visudo used to loop endlessly if a user entered ^D at the whatnow
prompt. EOF is now treaded as 'x' (exit w/o saving changes).
389) The 'shell_noargs' runtime option is back based on a patch from
bguillory@email.com.
390) Systems that return RLIM_INFINITY for RLIMIT_NOFILE (like AIX)
would loop for a very loing time during sudo startup. A value of
RLIM_INFINITY is now ignored (getdtablesize/sysconf is used instead).
391) Locking in visudo was broken. We now lock the sudoers file, not the
sudoers temp file, which should be safe.
392) PAM fixups: custom prompts now work correctly and errors are
dealt with more sanely. Patches from Cloyce D. Spradling.
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 7cebeaf6399..5fdb63265ab 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 1999/12/30 22:51:28 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2000/01/28 00:33:21 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp # -DISTNAME= sudo-1.6.1 +DISTNAME= sudo-1.6.2 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ \ diff --git a/security/sudo/files/md5 b/security/sudo/files/md5 index a6124bdfc4c..ea17c431e71 100644 --- a/security/sudo/files/md5 +++ b/security/sudo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 1999/12/30 22:51:29 jlam Exp $ +$NetBSD: md5,v 1.9 2000/01/28 00:33:22 jlam Exp $ -MD5 (sudo-1.6.1.tar.gz) = 9ddb779a7f378ca013e1b327292afba9 +MD5 (sudo-1.6.2.tar.gz) = 9f1ee416f33e3611cd5665250d45fb0e |