diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-09 08:29:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-09 08:29:14 +0000 |
commit | 164b721135880336cff9eaa99bb20bb14c508fa0 (patch) | |
tree | f06046973a603e6afb453f802a9c34cbdbe33482 | |
parent | f0c787d99d000f327efbca9d5f0dc9dc065caacb (diff) | |
download | pkgsrc-164b721135880336cff9eaa99bb20bb14c508fa0.tar.gz |
Update to 1.6.7p5:
509) Fixed a typo that caused a compilation error on Heimdal.
510) Darwin (MacOS X) doesn't have a real setreuid() system call.
511) Fixed a problem with large numbers of environment variables.
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 7 | ||||
-rw-r--r-- | security/sudo/patches/patch-ab | 15 |
3 files changed, 5 insertions, 21 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 30cd28af087..917c307bb8d 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2003/04/22 02:19:12 taca Exp $ +# $NetBSD: Makefile,v 1.58 2003/05/09 08:29:14 wiz Exp $ # -DISTNAME= sudo-1.6.7p4 +DISTNAME= sudo-1.6.7p5 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 e607a0eaeb8..2922958f361 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.17 2003/05/08 18:08:38 jwise Exp $ +$NetBSD: distinfo,v 1.18 2003/05/09 08:29:14 wiz Exp $ -SHA1 (sudo-1.6.7p4.tar.gz) = e8feb075f09c48ee0d7b5d9e7d5f67f068a5b690 -Size (sudo-1.6.7p4.tar.gz) = 349533 bytes +SHA1 (sudo-1.6.7p5.tar.gz) = 6814bd874c5d42781757b5cbab1961c05cc26c8f +Size (sudo-1.6.7p5.tar.gz) = 349785 bytes SHA1 (patch-aa) = 23c35edd2aad78cc94881a8b03e2ade66dc7c993 -SHA1 (patch-ab) = 08cd6169b90b58474226561916343e37e5989ef7 SHA1 (patch-af) = 33ed24f6c812f3a2fc5fead32352d0dbf199b248 SHA1 (patch-ag) = 40b6a5a97f6bed16248cb2c1d94ce7f42aba9b2a diff --git a/security/sudo/patches/patch-ab b/security/sudo/patches/patch-ab deleted file mode 100644 index fcb69ee949a..00000000000 --- a/security/sudo/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2003/05/08 18:08:38 jwise Exp $ - -Broken macro - ---- auth/kerb5.c.old 2003-05-08 19:49:33.000000000 +0200 -+++ auth/kerb5.c 2003-05-08 19:49:39.000000000 +0200 -@@ -73,7 +73,7 @@ - #endif /* lint */ - - #ifdef HAVE_HEIMDAL --# define extract_name(c, p) krb5_principal_get_comp_string(c, p, 0); -+# define extract_name(c, p) krb5_principal_get_comp_string(c, p, 0) - # define krb5_free_data_contents(c, d) krb5_data_free(d) - # define ENCTYPE_DES_CBC_MD5 ETYPE_DES_CBC_MD5 /* XXX */ - #else |