diff options
author | taca <taca@pkgsrc.org> | 2008-01-21 16:38:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-21 16:38:57 +0000 |
commit | cd62454d80708fab787db714e5e113d969a42588 (patch) | |
tree | 19572ec4a4e8ffff2bdfaf19e069321103317e62 /security | |
parent | 127cfca3dcf086dea7f03b9eae792d23207de1b8 (diff) | |
download | pkgsrc-cd62454d80708fab787db714e5e113d969a42588.tar.gz |
Update sudo package to 1.6.9p12.
Changes from 1.6.9p11:
641) Added a configure check for the ber_set_option() function.
642) Fixed a compilation problem with the HP-UX K&R C compiler.
643) Revamped the Kerberos 5 ticket verification code.
644) Added support for the checkpeer ldap.conf variable for
netscape-based LDAP SDKs.
645) Fixed a problem where an incomplete password could be echoed
to the screen if there was a read timeout.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index d9d9ebbff46..676fe833321 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.106 2008/01/06 16:08:24 taca Exp $ +# $NetBSD: Makefile,v 1.107 2008/01/21 16:38:57 taca Exp $ # -DISTNAME= sudo-1.6.9p11 +DISTNAME= sudo-1.6.9p12 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 feaa4aa003e..43fe2bdd65d 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.50 2008/01/06 16:08:24 taca Exp $ +$NetBSD: distinfo,v 1.51 2008/01/21 16:38:57 taca Exp $ -SHA1 (sudo-1.6.9p11.tar.gz) = 7716c05eeb2e598eda3d9e7804b401844744301b -RMD160 (sudo-1.6.9p11.tar.gz) = c71d7a8b9894e110ea45701afb109bc52e840914 -Size (sudo-1.6.9p11.tar.gz) = 580897 bytes +SHA1 (sudo-1.6.9p12.tar.gz) = dcc10903c714a14c79c40b75de4ac9b7e308629e +RMD160 (sudo-1.6.9p12.tar.gz) = 882efbbc8cbb7c2a906d461c8fe152b43b229691 +Size (sudo-1.6.9p12.tar.gz) = 581903 bytes SHA1 (patch-aa) = 90e5a64fc621efc5f4bcb4bc3dc0dce44704391f SHA1 (patch-af) = c0a594c8b3a665dc0a84f40754a46bcd7e17ea49 SHA1 (patch-ag) = c3442810139581c003e2c5d911df1bcbdcfc0008 |