diff options
author | cube <cube@pkgsrc.org> | 2004-11-26 16:23:57 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-11-26 16:23:57 +0000 |
commit | 590ccb09f22b6b3981760fa677b8f82235746d28 (patch) | |
tree | c69ad85ebe7c360ca0590da7e0ef0643dc3c3a8b /security/sudo | |
parent | f0a0c0cc8f1679ec52f2a6fb5279f58b3594e80d (diff) | |
download | pkgsrc-590ccb09f22b6b3981760fa677b8f82235746d28.tar.gz |
sudo is nominated for crapware of the year. Now at version 1.6.8pl4!
Just as for pl2, changes are about environment sanitizing, meaning there
are possible security issues with current versions.
Changes:
550) The CDPATH variable is now stripped from the environment passed
to the program to be executed.
551) Fix temp file generation on systems where the _PATH_VARTMP macro
lacks a trailing slash.
552) The KRB5CCNAME environment variable is preserved during sudo
execution for password lookups that use GSSAPI.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 8 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index c3ee6f64194..9b2d23ba337 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.73 2004/11/19 23:18:01 jlam Exp $ +# $NetBSD: Makefile,v 1.74 2004/11/26 16:23:57 cube Exp $ # -DISTNAME= sudo-1.6.8p2 -PKGNAME= sudo-1.6.8pl2 -PKGREVISION= 1 +DISTNAME= sudo-1.6.8p4 +PKGNAME= sudo-1.6.8pl4 +PKGREVISION= # CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 2439b91e84b..52d11557370 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2004/11/12 16:47:31 cube Exp $ +$NetBSD: distinfo,v 1.25 2004/11/26 16:23:57 cube Exp $ -SHA1 (sudo-1.6.8p2.tar.gz) = eb4d49207036109080f41edff941c069da2566dd -Size (sudo-1.6.8p2.tar.gz) = 583690 bytes +SHA1 (sudo-1.6.8p4.tar.gz) = 7bc4935a4d5d1100938774eeb7927f8643730ff2 +Size (sudo-1.6.8p4.tar.gz) = 583961 bytes SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c SHA1 (patch-af) = 870a0f0504449dbb839c8b8c2dfe6505a9c9ec68 SHA1 (patch-ag) = 3703932e134ae90281179d0a4ae4760fa420264b |