summaryrefslogtreecommitdiff
path: root/security/sudo/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-07-05 03:08:10 +0000
committertaca <taca@pkgsrc.org>2010-07-05 03:08:10 +0000
commit37dd258a6aded9c77d4535376b6b6aa9a7dc0b3d (patch)
tree0756c5cfcabdd002345b026c0f5facd421946a52 /security/sudo/patches
parent141c93e37d066e66f9f08774dd2ea5883e26392f (diff)
downloadpkgsrc-37dd258a6aded9c77d4535376b6b6aa9a7dc0b3d.tar.gz
Update sudo package to 1.7.2p8.
Major changes between sudo 1.7.2p7 and 1.7.2p8: * Fixed a crash on AIX when LDAP support is in use. * Fixed problems with the QAS non-Unix group support
Diffstat (limited to 'security/sudo/patches')
-rw-r--r--security/sudo/patches/patch-af8
-rw-r--r--security/sudo/patches/patch-ag12
2 files changed, 10 insertions, 10 deletions
diff --git a/security/sudo/patches/patch-af b/security/sudo/patches/patch-af
index ee24ca6b4c5..478cd8b54de 100644
--- a/security/sudo/patches/patch-af
+++ b/security/sudo/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.23 2009/12/20 07:46:32 taca Exp $
+$NetBSD: patch-af,v 1.24 2010/07/05 03:08:10 taca Exp $
---- configure.in.orig 2009-11-25 01:55:34.000000000 +0000
+--- configure.in.orig 2010-06-30 13:16:51.000000000 +0000
+++ configure.in
@@ -158,7 +158,6 @@ else
fi
@@ -30,7 +30,7 @@ $NetBSD: patch-af,v 1.23 2009/12/20 07:46:32 taca Exp $
AC_ARG_WITH(passwd, [AS_HELP_STRING([--without-passwd], [don't use passwd/shadow file for authentication])],
[case $with_passwd in
yes|no) AC_MSG_CHECKING(whether to use shadow/passwd file authentication)
-@@ -1795,7 +1807,7 @@ fi
+@@ -1799,7 +1811,7 @@ fi
if test ${with_logincap-'no'} != "no"; then
AC_CHECK_HEADERS(login_cap.h, [LOGINCAP_USAGE='[[-c class|-]] '; LCMAN=""
case "$OS" in
@@ -39,7 +39,7 @@ $NetBSD: patch-af,v 1.23 2009/12/20 07:46:32 taca Exp $
;;
esac
])
-@@ -2242,6 +2254,8 @@ if test ${with_kerb5-'no'} != "no" -a -z
+@@ -2251,6 +2263,8 @@ if test ${with_kerb5-'no'} != "no" -a -z
AC_CHECK_LIB(krb5support, main, [SUDO_LIBS="${SUDO_LIBS} -lkrb5support"])
])
AUTH_OBJS="$AUTH_OBJS kerb5.o"
diff --git a/security/sudo/patches/patch-ag b/security/sudo/patches/patch-ag
index d0d5c62cfbd..d1e3b5b4bcc 100644
--- a/security/sudo/patches/patch-ag
+++ b/security/sudo/patches/patch-ag
@@ -1,6 +1,6 @@
-$NetBSD: patch-ag,v 1.14 2009/12/20 07:46:32 taca Exp $
+$NetBSD: patch-ag,v 1.15 2010/07/05 03:08:10 taca Exp $
---- configure.orig 2009-11-25 01:57:27.000000000 +0000
+--- configure.orig 2010-06-30 13:17:19.000000000 +0000
+++ configure
@@ -1454,7 +1454,7 @@ Fine tuning of the installation director
--bindir=DIR user executables [EPREFIX/bin]
@@ -19,7 +19,7 @@ $NetBSD: patch-ag,v 1.14 2009/12/20 07:46:32 taca Exp $
--without-passwd don't use passwd/shadow file for authentication
--with-skey=DIR enable S/Key support
--with-opie=DIR enable OPIE support
-@@ -2183,7 +2184,6 @@ else
+@@ -2184,7 +2185,6 @@ else
fi
test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin'
test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'
@@ -27,7 +27,7 @@ $NetBSD: patch-ag,v 1.14 2009/12/20 07:46:32 taca Exp $
-@@ -2396,6 +2396,23 @@ fi
+@@ -2397,6 +2397,23 @@ fi
@@ -51,7 +51,7 @@ $NetBSD: patch-ag,v 1.14 2009/12/20 07:46:32 taca Exp $
# Check whether --with-passwd was given.
if test "${with_passwd+set}" = set; then
withval=$with_passwd; case $with_passwd in
-@@ -14287,7 +14304,7 @@ if test `eval echo '${'$as_ac_Header'}'`
+@@ -14358,7 +14375,7 @@ if test `eval echo '${'$as_ac_Header'}'`
_ACEOF
LOGINCAP_USAGE='[-c class|-] '; LCMAN=""
case "$OS" in
@@ -60,7 +60,7 @@ $NetBSD: patch-ag,v 1.14 2009/12/20 07:46:32 taca Exp $
;;
esac
-@@ -21537,6 +21554,8 @@ fi
+@@ -21644,6 +21661,8 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
AUTH_OBJS="$AUTH_OBJS kerb5.o"