From ac1d2cdf526f240d4865e44e0bd03858389bf246 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 25 Jan 2016 14:57:55 +0000 Subject: Update to 5.29 Changelog: Version 5.29, 2016.01.08, urgency: LOW * New features - New WIN32 icons. - Performance improvement: rwlocks used for locking with pthreads. * Bugfixes - Compilation fix for *BSD. - Fixed configuration file reload for relative stunnel.conf path on Unix. - Fixed ignoring CRLfile unless CAfile was also specified (thx to Strukov Petr). --- security/stunnel/Makefile | 4 ++-- security/stunnel/distinfo | 11 +++++------ security/stunnel/patches/patch-configure | 17 ----------------- 3 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 security/stunnel/patches/patch-configure diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 3b4463b5fc1..4be4c593459 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2015/12/27 18:36:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.98 2016/01/25 14:57:55 ryoon Exp $ -DISTNAME= stunnel-5.28 +DISTNAME= stunnel-5.29 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 5bfc25d26c3..99100ccc0d9 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.46 2015/12/27 18:36:06 ryoon Exp $ +$NetBSD: distinfo,v 1.47 2016/01/25 14:57:55 ryoon Exp $ -SHA1 (stunnel-5.28.tar.gz) = 9162f0162638046ed559efe06337bf070ab96f1e -RMD160 (stunnel-5.28.tar.gz) = 4edceb3a2587822fdb13aff9892c89d4c9e5b975 -SHA512 (stunnel-5.28.tar.gz) = a01b02afbc05aa7256f245b9142fb17990cd2026274da9358a52778dd0272379aec39e5794c0992e11e3f7584b69fee903742bba9e072bb32928d65bd3abe40a -Size (stunnel-5.28.tar.gz) = 637471 bytes +SHA1 (stunnel-5.29.tar.gz) = 2b927e8cc1a271d0f3bcf5c3099413202dfb3ced +RMD160 (stunnel-5.29.tar.gz) = b2d0a289af1a4ee011d97c04d91c398be75a9be2 +SHA512 (stunnel-5.29.tar.gz) = 1a7017921e29416dfb934d258c89b9b47db9922e6af1a29bd53895cb153d7de3908fd4cfd6e65e6aa8992cb26670dbfeab366c0f7ce0317d9045a67d1e30a934 +Size (stunnel-5.29.tar.gz) = 637806 bytes SHA1 (patch-aa) = c79d26b07a7e9d11f54bf2f61d17206b0c2951b0 SHA1 (patch-ac) = 91b09d39fb968ad76952acdff250150d3e372c36 -SHA1 (patch-configure) = a17310f9b1e6697320cb5316b9db360f1658142c diff --git a/security/stunnel/patches/patch-configure b/security/stunnel/patches/patch-configure deleted file mode 100644 index 383597433a4..00000000000 --- a/security/stunnel/patches/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2015/12/27 18:36:06 ryoon Exp $ - -Fix NetBSD build, undefined u_short etc. - ---- configure.orig 2015-12-08 15:59:04.000000000 +0000 -+++ configure -@@ -3082,10 +3082,6 @@ $as_echo "#define _GNU_SOURCE 1" >>confd - - $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h - --# OSX does not declare chroot() with newer _XOPEN_SOURCE versions -- --$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h -- - # Solaris does not declare IPv6 structures without __EXTENSIONS__ - - $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h -- cgit v1.2.3