pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/sudo



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed May 31 02:33:12 UTC 2017

Modified Files:
        pkgsrc/security/sudo: distinfo
        pkgsrc/security/sudo/patches: patch-ag

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/security/sudo/distinfo
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/sudo/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/sudo/distinfo
diff -u pkgsrc/security/sudo/distinfo:1.90 pkgsrc/security/sudo/distinfo:1.91
--- pkgsrc/security/sudo/distinfo:1.90  Wed May 31 02:22:02 2017
+++ pkgsrc/security/sudo/distinfo       Wed May 31 02:33:12 2017
@@ -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) = b7d4c07a
 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

Index: pkgsrc/security/sudo/patches/patch-ag
diff -u pkgsrc/security/sudo/patches/patch-ag:1.25 pkgsrc/security/sudo/patches/patch-ag:1.26
--- pkgsrc/security/sudo/patches/patch-ag:1.25  Tue May 30 16:14:56 2017
+++ pkgsrc/security/sudo/patches/patch-ag       Wed May 31 02:33:12 2017
@@ -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:1
    $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