diff options
author | taca <taca@pkgsrc.org> | 2010-07-05 03:08:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-07-05 03:08:10 +0000 |
commit | c4f8f26a7b8d5c11e758bddc36c7dd3459f9de09 (patch) | |
tree | 0756c5cfcabdd002345b026c0f5facd421946a52 /security | |
parent | cf25207bb6ac82a9cad20cec378c894aaf29fe19 (diff) | |
download | pkgsrc-c4f8f26a7b8d5c11e758bddc36c7dd3459f9de09.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')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 12 | ||||
-rw-r--r-- | security/sudo/patches/patch-af | 8 | ||||
-rw-r--r-- | security/sudo/patches/patch-ag | 12 |
4 files changed, 18 insertions, 18 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 4e1d02827fd..66d12a484b4 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.121 2010/06/03 14:53:14 taca Exp $ +# $NetBSD: Makefile,v 1.122 2010/07/05 03:08:10 taca Exp $ # -DISTNAME= sudo-1.7.2p7 +DISTNAME= sudo-1.7.2p8 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 4e8c7e19698..551bc89fd07 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.63 2010/06/03 14:53:14 taca Exp $ +$NetBSD: distinfo,v 1.64 2010/07/05 03:08:10 taca Exp $ -SHA1 (sudo-1.7.2p7-200805130/sudo-1.7.2p7.tar.gz) = 0504e0d7b1d3c987e48325ec4caa6ebfe5237ff5 -RMD160 (sudo-1.7.2p7-200805130/sudo-1.7.2p7.tar.gz) = 7ed1976bbce6d66939b85ce08a97c089dbeb1ec4 -Size (sudo-1.7.2p7-200805130/sudo-1.7.2p7.tar.gz) = 772356 bytes +SHA1 (sudo-1.7.2p8-200805130/sudo-1.7.2p8.tar.gz) = 9534dda2d9fc60b9a733b2a7f69050c183e6ccd0 +RMD160 (sudo-1.7.2p8-200805130/sudo-1.7.2p8.tar.gz) = 6d7f249e9b73f5631c76f868f1b26bf75bc5cf03 +Size (sudo-1.7.2p8-200805130/sudo-1.7.2p8.tar.gz) = 772639 bytes SHA1 (patch-aa) = bd35d9a9168a70c53b8908570cd86483b117a084 -SHA1 (patch-af) = 50e6ecf889c460669a4b632c0fd3b15fc45b1214 -SHA1 (patch-ag) = b6153d89cfe634c79f1c5b44d4f0df0089353528 +SHA1 (patch-af) = dbbe3f0a13eb82645b96806a2fb866eef59ad8e4 +SHA1 (patch-ag) = 9e6d2cff0b075a2d668aeccb4646dec797150e79 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" |