diff options
author | cube <cube@pkgsrc.org> | 2005-03-30 12:08:15 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-03-30 12:08:15 +0000 |
commit | f51a99f68c66fb0f83ea25d482f0b288c19cb4cb (patch) | |
tree | 7704cf7583cf20ab244bf73e8cc8ad7ad942345f /security/sudo | |
parent | 9ccb845fa9c0ff218c20f29e5d641e62ef60800a (diff) | |
download | pkgsrc-f51a99f68c66fb0f83ea25d482f0b288c19cb4cb.tar.gz |
Update to 1.6.8pl7.
Changes:
557) Added a set of missing braces needed for MacOS X / Darwin.
558) Define LDAP_OPT_SUCCESS for those without it.
559) Warn if the user tries to use the -u option when not running a command.
560) Better PAM error handling and messages.
561) Fixed setting of $USER when env_reset is enabled.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 8 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 2e44c8820aa..51a3311f48e 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.77 2005/01/30 21:36:53 kim Exp $ +# $NetBSD: Makefile,v 1.78 2005/03/30 12:08:15 cube Exp $ # -DISTNAME= sudo-1.6.8p5 -PKGNAME= sudo-1.6.8pl5 -PKGREVISION= 1 +DISTNAME= sudo-1.6.8p7 +PKGNAME= sudo-1.6.8pl7 +PKGREVISION= # empty 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 c742af2d4ee..3981490dc2f 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2005/02/24 13:10:13 agc Exp $ +$NetBSD: distinfo,v 1.28 2005/03/30 12:08:15 cube Exp $ -SHA1 (sudo-1.6.8p5.tar.gz) = cb3773d11ffbbc3f485314168061889a2d5add60 -RMD160 (sudo-1.6.8p5.tar.gz) = 8de1f80eab3d4131575f4a6953ac11e5f6e17296 -Size (sudo-1.6.8p5.tar.gz) = 584832 bytes +SHA1 (sudo-1.6.8p7.tar.gz) = 769d34989d8f992eda3cfbddf586bd4f0f5d3dac +RMD160 (sudo-1.6.8p7.tar.gz) = a2fefd369b8c20a989e084d8432f5ac3b03196b3 +Size (sudo-1.6.8p7.tar.gz) = 585302 bytes SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c SHA1 (patch-af) = 870a0f0504449dbb839c8b8c2dfe6505a9c9ec68 SHA1 (patch-ag) = 3703932e134ae90281179d0a4ae4760fa420264b |