diff options
author | jlam <jlam@pkgsrc.org> | 2000-01-28 17:01:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-01-28 17:01:46 +0000 |
commit | 9a70ae89929fea4d7a9aa357a9cb8c4e27232289 (patch) | |
tree | 50fc3e973e20380555e133706f6150b841d43bc1 /security/sudo | |
parent | d5d3f019d97aca4fd5ba4ff8833d46853a84ce25 (diff) | |
download | pkgsrc-9a70ae89929fea4d7a9aa357a9cb8c4e27232289.tar.gz |
Update to sudo-1.6.2p1. Changes from 1.6.2 (committed yesterday!):
393) Users in the 'exempt' group shouldn't get their $PATH overridden
by 'secure-path'. Patch from jmknoble@pobox.com.
394) Pam now works on HP-UX 11.0, thanks to Jeff A. Earickson.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 8 | ||||
-rw-r--r-- | security/sudo/files/md5 | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 5fdb63265ab..3e555452a91 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.20 2000/01/28 00:33:21 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2000/01/28 17:01:46 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp # -DISTNAME= sudo-1.6.2 +DISTNAME= sudo-1.6.2p1 CATEGORIES= security -MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sudo/ \ +MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ + ftp://ftp.courtesan.com/pub/sudo/ \ + ftp://ftp.cs.colorado.edu/pub/sudo/ \ ftp://ftp.uu.net/pub/security/sudo/ \ ftp://ftp.tux.org/pub/security/sudo/ diff --git a/security/sudo/files/md5 b/security/sudo/files/md5 index ea17c431e71..c8c18db1a49 100644 --- a/security/sudo/files/md5 +++ b/security/sudo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.9 2000/01/28 00:33:22 jlam Exp $ +$NetBSD: md5,v 1.10 2000/01/28 17:01:47 jlam Exp $ -MD5 (sudo-1.6.2.tar.gz) = 9f1ee416f33e3611cd5665250d45fb0e +MD5 (sudo-1.6.2p1.tar.gz) = 1532041054b327ae33ca70b66fad1c20 |