summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-02 09:41:04 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-02 09:41:04 +0000
commite78d00d63b4a70828f3a9ce604590fe3249de055 (patch)
tree321a2311eb24004013f5f42778e7d197c67535b5 /security
parent086ce13948e98c2dc7d885f9117751eb4eaf5a59 (diff)
downloadpkgsrc-e78d00d63b4a70828f3a9ce604590fe3249de055.tar.gz
stunnel: Leave pkgsrc to handle security features.
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/distinfo3
-rw-r--r--security/stunnel/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo
index f8cde3fac48..92bb5038ba9 100644
--- a/security/stunnel/distinfo
+++ b/security/stunnel/distinfo
@@ -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) = 875af19e8a4fa8e983e98d3e6bea198b789bea9b18933ed74
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 --git a/security/stunnel/patches/patch-configure b/security/stunnel/patches/patch-configure
new file mode 100644
index 00000000000..63c7b6ddff2
--- /dev/null
+++ b/security/stunnel/patches/patch-configure
@@ -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 "*)