summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/Makefile4
-rw-r--r--security/stunnel/distinfo12
-rw-r--r--security/stunnel/patches/patch-ac8
3 files changed, 12 insertions, 12 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 7624dea47c9..f725b477022 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2016/08/29 19:21:24 jym Exp $
+# $NetBSD: Makefile,v 1.105 2017/01/24 03:34:28 ryoon Exp $
-DISTNAME= stunnel-5.35
+DISTNAME= stunnel-5.39
CATEGORIES= security
MASTER_SITES= http://www.stunnel.org/downloads/
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo
index ccfa1887287..4c3f1cc6e67 100644
--- a/security/stunnel/distinfo
+++ b/security/stunnel/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.51 2016/08/29 19:21:24 jym Exp $
+$NetBSD: distinfo,v 1.52 2017/01/24 03:34:28 ryoon Exp $
-SHA1 (stunnel-5.35.tar.gz) = 90cafc2208aa3acefb503856482e163e9af463c4
-RMD160 (stunnel-5.35.tar.gz) = 92f7c680e9de49740094a531c5b466aa5ac9d453
-SHA512 (stunnel-5.35.tar.gz) = cdec7ddafbfac4a1d420704baec72fedbd655871137ec8283c066203c0859019c6e11ce00647e5b471a019409e4eb5e9525166eddd7ddffa25055b95c0cacd9e
-Size (stunnel-5.35.tar.gz) = 645148 bytes
+SHA1 (stunnel-5.39.tar.gz) = ca7d09262f1a612ac098943d64848f431e7fc43f
+RMD160 (stunnel-5.39.tar.gz) = 78031e43f8ea50ae592718b31b212db1150beb17
+SHA512 (stunnel-5.39.tar.gz) = 1a59ca3bedd00730598e5bdee61d1968e76d3b1c0bb666fcab5103f5ba6fac0585612198baab180ac0745f658041510fe0115ec8b111da6fd7c161a4ec301458
+Size (stunnel-5.39.tar.gz) = 647101 bytes
SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37
-SHA1 (patch-ac) = 91b09d39fb968ad76952acdff250150d3e372c36
+SHA1 (patch-ac) = 4e5e0a3cfe95b3952741814a1f26bcb99d002fdc
SHA1 (patch-stunnel.conf-sample.in) = 86d195963e5ad2db381ac89ae0fca13a7f641fa5
diff --git a/security/stunnel/patches/patch-ac b/security/stunnel/patches/patch-ac
index 2aeab724ad1..7551b4cbf45 100644
--- a/security/stunnel/patches/patch-ac
+++ b/security/stunnel/patches/patch-ac
@@ -1,15 +1,15 @@
-$NetBSD: patch-ac,v 1.19 2015/07/25 03:11:18 ryoon Exp $
+$NetBSD: patch-ac,v 1.20 2017/01/24 03:34:28 ryoon Exp $
We'll take care of PKG_SYSCONFSUBDIR ourselves, thanks.
---- src/Makefile.in.orig 2015-07-09 13:41:47.000000000 +0000
+--- src/Makefile.in.orig 2017-01-01 22:17:59.000000000 +0000
+++ src/Makefile.in
-@@ -396,7 +396,7 @@ libstunnel_la_LDFLAGS = -avoid-version
+@@ -375,7 +375,7 @@ CLEANFILES = stunnel3
# Additional preprocesor definitions
stunnel_CPPFLAGS = -I/usr/kerberos/include -I$(SSLDIR)/include \
- -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"'
+ -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"'
- # SSL library
+ # TLS library
stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto