pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/sudo sudo: include the full regen of configur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd9f9bccee07
branches: trunk
changeset: 363039:dd9f9bccee07
user: maya <maya%pkgsrc.org@localhost>
date: Wed May 31 02:33:12 2017 +0000
description:
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:
security/sudo/distinfo | 4 ++--
security/sudo/patches/patch-ag | 26 +++++++++++++++++++++++++-
2 files changed, 27 insertions(+), 3 deletions(-)
diffs (58 lines):
diff -r 67c6bf8f38ba -r dd9f9bccee07 security/sudo/distinfo
--- a/security/sudo/distinfo Wed May 31 02:22:02 2017 +0000
+++ b/security/sudo/distinfo Wed May 31 02:33:12 2017 +0000
@@ -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 @@
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 -r 67c6bf8f38ba -r dd9f9bccee07 security/sudo/patches/patch-ag
--- a/security/sudo/patches/patch-ag Wed May 31 02:22:02 2017 +0000
+++ b/security/sudo/patches/patch-ag Wed May 31 02:33:12 2017 +0000
@@ -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 @@
$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"
Home |
Main Index |
Thread Index |
Old Index