diff options
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/stunnel/distinfo | 12 | ||||
-rw-r--r-- | security/stunnel/patches/patch-aa | 8 | ||||
-rw-r--r-- | security/stunnel/patches/patch-ac | 6 |
4 files changed, 16 insertions, 14 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 35c8ce1f6ab..b529353692a 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2014/08/10 14:54:12 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2014/11/07 11:30:47 schmonz Exp $ -DISTNAME= stunnel-5.03 +DISTNAME= stunnel-5.07 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index f722ef73df0..3d41ee6d73d 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2014/08/10 14:54:12 wiz Exp $ +$NetBSD: distinfo,v 1.42 2014/11/07 11:30:47 schmonz Exp $ -SHA1 (stunnel-5.03.tar.gz) = aebdf0b3b6db5afeb42c30093ab78c1a8df5e12a -RMD160 (stunnel-5.03.tar.gz) = 221945e5b2e67dcdb880a56d760e7a26048d323a -Size (stunnel-5.03.tar.gz) = 590778 bytes -SHA1 (patch-aa) = 0e57d4fa383dad7891795073d1f6b5075715b346 -SHA1 (patch-ac) = 63e80322e68efc7e6c5f0bab92e7260178a25109 +SHA1 (stunnel-5.07.tar.gz) = 006002eec15881214257e50a967422318720c501 +RMD160 (stunnel-5.07.tar.gz) = dee4871b98082d0baa9d5527dc4770ef20f096f6 +Size (stunnel-5.07.tar.gz) = 599111 bytes +SHA1 (patch-aa) = 6e64233183a9ca19a5f86c7152a21f3d8e146268 +SHA1 (patch-ac) = fadcc1e2a1c36acc44cb90bd7160540990dd1983 diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa index 7f7f9294d3c..d29990ba3dc 100644 --- a/security/stunnel/patches/patch-aa +++ b/security/stunnel/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.25 2011/11/10 21:01:39 ryoon Exp $ +$NetBSD: patch-aa,v 1.26 2014/11/07 11:30:47 schmonz Exp $ Install configuration files into examples directory. ---- tools/Makefile.in.orig 2011-10-27 14:53:32.000000000 +0000 +--- tools/Makefile.in.orig 2014-10-23 15:09:25.000000000 +0000 +++ tools/Makefile.in -@@ -196,7 +196,7 @@ top_srcdir = @top_srcdir@ +@@ -226,7 +226,7 @@ top_srcdir = @top_srcdir@ EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \ stunnel.spec stunnel.cnf stunnel.nsi stunnel.license stunnel.conf @@ -13,7 +13,7 @@ Install configuration files into examples directory. conf_DATA = stunnel.conf-sample examplesdir = $(docdir)/examples examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \ -@@ -377,7 +377,7 @@ info: info-am +@@ -414,7 +414,7 @@ info: info-am info-am: diff --git a/security/stunnel/patches/patch-ac b/security/stunnel/patches/patch-ac index 88554a2762d..5daea90b2ff 100644 --- a/security/stunnel/patches/patch-ac +++ b/security/stunnel/patches/patch-ac @@ -1,6 +1,8 @@ -$NetBSD: patch-ac,v 1.16 2014/03/12 00:24:35 jym Exp $ +$NetBSD: patch-ac,v 1.17 2014/11/07 11:30:47 schmonz Exp $ ---- src/Makefile.in.orig 2014-01-07 20:19:44.000000000 +0000 +We'll take care of PKG_SYSCONFSUBDIR ourselves, thanks. + +--- src/Makefile.in.orig 2014-10-23 15:09:25.000000000 +0000 +++ src/Makefile.in @@ -310,7 +310,7 @@ libstunnel_la_LDFLAGS = -avoid-version |