pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/stunnel stunnel: Leave pkgsrc to handle secur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/421c4d1ddf9c
branches: trunk
changeset: 375017:421c4d1ddf9c
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Feb 02 09:41:04 2018 +0000
description:
stunnel: Leave pkgsrc to handle security features.
diffstat:
security/stunnel/distinfo | 3 ++-
security/stunnel/patches/patch-configure | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 32667785b305 -r 421c4d1ddf9c security/stunnel/distinfo
--- a/security/stunnel/distinfo Fri Feb 02 09:31:29 2018 +0000
+++ b/security/stunnel/distinfo Fri Feb 02 09:41:04 2018 +0000
@@ -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 @@
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
diff -r 32667785b305 -r 421c4d1ddf9c security/stunnel/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/stunnel/patches/patch-configure Fri Feb 02 09:41:04 2018 +0000
@@ -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