summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-05-31 02:33:12 +0000
committermaya <maya@pkgsrc.org>2017-05-31 02:33:12 +0000
commit89e6e28fbddc536ae65b0b7a94562aab61581a86 (patch)
tree30afdbb7683d5394b8681e7833240d7843590e7b /security/sudo
parent2deaa5dce1c43387de3bf4740ad62f881032a134 (diff)
downloadpkgsrc-89e6e28fbddc536ae65b0b7a94562aab61581a86.tar.gz
sudo: include the full regen of configure script.
I tried to exclude a hunk that seemed new, but that is probably wrong. It didn't cause problems on my end at first, but does fail for others.
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/distinfo4
-rw-r--r--security/sudo/patches/patch-ag26
2 files changed, 27 insertions, 3 deletions
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index 9cf3bf4d23a..e357deef7e8 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.90 2017/05/31 02:22:02 maya Exp $
+$NetBSD: distinfo,v 1.91 2017/05/31 02:33:12 maya Exp $
SHA1 (sudo-1.8.20p1.tar.gz) = 2138fca8c91c0504579aaf57fc39cee95486efd1
RMD160 (sudo-1.8.20p1.tar.gz) = 1dbf71b6d22e9c75f57942c026be40dc02774859
@@ -6,7 +6,7 @@ SHA512 (sudo-1.8.20p1.tar.gz) = b7d4c07a550da917029e31d15e734d9462f3565ee43eb5f6
Size (sudo-1.8.20p1.tar.gz) = 2930394 bytes
SHA1 (patch-aa) = 63c89e6d4e530ab92b7452f4025fbbf2a45dad65
SHA1 (patch-af) = db54ce780c174129e2a25a87f3e3a926596c68b2
-SHA1 (patch-ag) = b80c3051f990a9e71c169ed8dbfd187556d22dac
+SHA1 (patch-ag) = 460b9575346c263b944535aa8e2408e959840c77
SHA1 (patch-include_sudo__compat.h) = 4f9b021ebdd507949f13e289deabdb6090ab334c
SHA1 (patch-include_sudo__event.h) = 6aaf60cfcac89267c55d8578d2bb8785a3c67e0c
SHA1 (patch-plugins_sudoers_Makefile.in) = d8612ac7bf2f5a892d9720c4df91810ca807f4ed
diff --git a/security/sudo/patches/patch-ag b/security/sudo/patches/patch-ag
index c09f349027e..f24dd430cab 100644
--- a/security/sudo/patches/patch-ag
+++ b/security/sudo/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.25 2017/05/30 16:14:56 maya Exp $
+$NetBSD: patch-ag,v 1.26 2017/05/31 02:33:12 maya Exp $
* Add "--with-nbsdops" option, NetBSD standard options.
* Link with util(3) in the case of DragonFly, too.
@@ -89,6 +89,30 @@ $NetBSD: patch-ag,v 1.25 2017/05/30 16:14:56 maya Exp $
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
+@@ -22510,18 +22528,17 @@ return pam_start ();
+ }
+ _ACEOF
+ if ac_fn_c_try_link "$LINENO"; then :
+- eval "$as_ac_Lib=yes"
++ ac_cv_lib_pam_pam_start=yes
+ else
+- eval "$as_ac_Lib=no"
++ ac_cv_lib_pam_pam_start=no
+ fi
+ rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-eval ac_res=\$$as_ac_Lib
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+-$as_echo "$ac_res" >&6; }
+-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pam_pam_start" >&5
++$as_echo "$ac_cv_lib_pam_pam_start" >&6; }
++if test "x$ac_cv_lib_pam_pam_start" = xyes; then :
+ found_pam_lib=yes
+ fi
+
@@ -23256,6 +23273,8 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
AUTH_OBJS="$AUTH_OBJS kerb5.lo"