pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/stunnel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 09:41:04 UTC 2018

Modified Files:
        pkgsrc/security/stunnel: distinfo
Added Files:
        pkgsrc/security/stunnel/patches: patch-configure

Log Message:
stunnel: Leave pkgsrc to handle security features.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/stunnel/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/security/stunnel/patches/patch-configure

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

Modified files:

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.55 pkgsrc/security/stunnel/distinfo:1.56
--- pkgsrc/security/stunnel/distinfo:1.55       Fri Aug 11 01:30:23 2017
+++ pkgsrc/security/stunnel/distinfo    Fri Feb  2 09:41:04 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.55 2017/08/11 01:30:23 schmonz Exp $
+$NetBSD: distinfo,v 1.56 2018/02/02 09:41:04 jperkin Exp $
 
 SHA1 (stunnel-5.42.tar.gz) = c9228cb94750bfa4a8f6594d544280002fd43345
 RMD160 (stunnel-5.42.tar.gz) = c40db532d1121681b9ddecfe56bff3e5b8152f54
@@ -6,4 +6,5 @@ SHA512 (stunnel-5.42.tar.gz) = 875af19e8
 Size (stunnel-5.42.tar.gz) = 649496 bytes
 SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37
 SHA1 (patch-ac) = 4e5e0a3cfe95b3952741814a1f26bcb99d002fdc
+SHA1 (patch-configure) = ef0430f146c5d6f158a13271f90073ea7c33867b
 SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015

Added files:

Index: pkgsrc/security/stunnel/patches/patch-configure
diff -u /dev/null pkgsrc/security/stunnel/patches/patch-configure:1.3
--- /dev/null   Fri Feb  2 09:41:04 2018
+++ pkgsrc/security/stunnel/patches/patch-configure     Fri Feb  2 09:41:04 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.3 2018/02/02 09:41:04 jperkin Exp $
+
+Leave pkgsrc to handle security features.
+
+--- configure.orig     2017-05-13 09:03:35.000000000 +0000
++++ configure
+@@ -5827,7 +5827,7 @@ fi
+ eval ac_res=\$$as_CACHEVAR
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ $as_echo "$ac_res" >&6; }
+-if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
++if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xDISABLED; then :
+   if ${CFLAGS+:} false; then :
+   case " $CFLAGS " in
+     *" $flag "*)



Home | Main Index | Thread Index | Old Index