diff options
author | taca <taca@pkgsrc.org> | 2003-04-03 15:46:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-04-03 15:46:45 +0000 |
commit | 647358bbb7ac51e28b0386b2d95759d078d020f7 (patch) | |
tree | eb6db3092046d1578f10cdacda68731aa2015ee1 /security | |
parent | 0c7c2e92593ad956eae1657ada913d63feebc7c2 (diff) | |
download | pkgsrc-647358bbb7ac51e28b0386b2d95759d078d020f7.tar.gz |
Update sudo package to 1.6.7.2.
Changes since Sudo 1.6.7p1:
o Fixed an unterminated comment that broke Kerberos V authentication.
o The krb5-config script is now used to determine Kerberos V
CPPFLAGS and LDFLAGS/LIBS if it exists.
o Backed out changes to mkinstalldirs from autoconf 2.57 that
caused problems on Tru64 Unix.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 6530b8bbf75..f62c096239c 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2003/04/01 16:07:21 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2003/04/03 15:46:45 taca Exp $ # -DISTNAME= sudo-1.6.7p1 +DISTNAME= sudo-1.6.7p2 PKGNAME= ${DISTNAME:S/p/./} CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index ad4b1fbd5c8..f1ab63d7733 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2003/04/01 16:07:21 wiz Exp $ +$NetBSD: distinfo,v 1.13 2003/04/03 15:46:45 taca Exp $ -SHA1 (sudo-1.6.7p1.tar.gz) = cf99a85b1728c818270cb1bf5ab72c4a17d60705 -Size (sudo-1.6.7p1.tar.gz) = 347796 bytes +SHA1 (sudo-1.6.7p2.tar.gz) = fdeff46ff254fd2ccd0e769b2e94eed5baebe4dc +Size (sudo-1.6.7p2.tar.gz) = 348217 bytes SHA1 (patch-af) = 33ed24f6c812f3a2fc5fead32352d0dbf199b248 SHA1 (patch-ag) = 40b6a5a97f6bed16248cb2c1d94ce7f42aba9b2a |