summaryrefslogtreecommitdiff
path: root/security/sudo/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-08-18 15:09:11 +0000
committertaca <taca@pkgsrc.org>2007-08-18 15:09:11 +0000
commitb55392c988d619436de0b4a0c16b500428423416 (patch)
tree00a03c4891a1adf918a5d3474fb6f9fb7eba3b2b /security/sudo/patches
parent78e65f5ef36f94e14fb1682646b5018393bd3ad5 (diff)
downloadpkgsrc-b55392c988d619436de0b4a0c16b500428423416.tar.gz
Update sudo package to 1.6.9p4.
pkgsrc change: Make these options mutual exclusive: kerberos pam skey. (Really, combinations of kerberos and pam, pam and skey are conflicts.) CHANGES: 609) Worked around a bug ins some PAM implementations that caused a crash when no tty was present. 610) Fixed a crash on some platforms in the error logging function. 611) Documentation improvements. Sudo 1.6.9p1 released. 612) Fixed updating of the saved environment when the environ pointer gets changed out from underneath us. Sudo 1.6.9p2 released. 613) Fixed a bug related to supplemental group matching introduced in 1.6.9. Sudo 1.6.9p3 released. 614) Added IPv6 support from YOSHIFUJI Hideaki. 615) Fixed sudo_noexec installation path. 616) Fixed a K&R compilation error. Sudo 1.6.9p4 released.
Diffstat (limited to 'security/sudo/patches')
-rw-r--r--security/sudo/patches/patch-aa2
-rw-r--r--security/sudo/patches/patch-af2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/patches/patch-aa b/security/sudo/patches/patch-aa
index f3ac7796084..cb48a8b24a0 100644
--- a/security/sudo/patches/patch-aa
+++ b/security/sudo/patches/patch-aa
@@ -1,4 +1,4 @@
-/* $NetBSD: patch-aa,v 1.14 2007/07/23 16:38:36 tls Exp $ */
+$NetBSD: patch-aa,v 1.15 2007/08/18 15:09:13 taca Exp $
--- Makefile.in.orig 2007-07-16 22:53:18.000000000 -0400
+++ Makefile.in 2007-07-23 05:50:01.000000000 -0400
diff --git a/security/sudo/patches/patch-af b/security/sudo/patches/patch-af
index 59da8978adb..64675fd178b 100644
--- a/security/sudo/patches/patch-af
+++ b/security/sudo/patches/patch-af
@@ -1,4 +1,4 @@
-/* $NetBSD: patch-af,v 1.15 2007/07/23 16:38:36 tls Exp $ */
+$NetBSD: patch-af,v 1.16 2007/08/18 15:09:13 taca Exp $
--- configure.in.orig 2007-07-16 22:51:21.000000000 -0400
+++ configure.in 2007-07-23 11:15:42.000000000 -0400