Wed Aug 24 17:56:50 2011 UTC ()
Update "stunnel" package to version 4.42. Changes since version 4.39:
- New features
  - New verify level 0 to request and ignore peer certificate.  This
    feature is useful with the new Windows GUI menu to save cached peer
    certificate chains, as SSL client certificates are not sent by default.
  - Manual page has been updated.
  - Removed support for changing Windows Service name with "service" option.
  - Hardcoded 2048-bit DH parameters are used as a fallback if DH parameters
    are not provided in stunnel.pem.
  - Default "ciphers" value updated to prefer ECDH:
    "ALL:!SSLv2:!aNULL:!EXP:!LOW:-MEDIUM:RC4:+HIGH".
  - Default ECDH curve updated to "prime256v1".
  - Removed support for temporary RSA keys (used in obsolete export ciphers).
- Bugfixes
  - The -quiet commandline option was applied to *all* message boxes.
  - Silent install (/S option) no longer attempts to create stunnel.pem.


(tron)
diff -r1.71 -r1.72 pkgsrc/security/stunnel/Makefile
diff -r1.30 -r1.31 pkgsrc/security/stunnel/distinfo
diff -r1.23 -r1.24 pkgsrc/security/stunnel/patches/patch-aa
diff -r1.12 -r1.13 pkgsrc/security/stunnel/patches/patch-ac

cvs diff -r1.71 -r1.72 pkgsrc/security/stunnel/Makefile (expand / switch to unified diff)

--- pkgsrc/security/stunnel/Makefile 2011/07/11 14:20:23 1.71
+++ pkgsrc/security/stunnel/Makefile 2011/08/24 17:56:50 1.72
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.71 2011/07/11 14:20:23 ryoon Exp $ 1# $NetBSD: Makefile,v 1.72 2011/08/24 17:56:50 tron Exp $
2 2
3DISTNAME= stunnel-4.39 3DISTNAME= stunnel-4.42
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ftp://ftp.stunnel.org/stunnel/ 5MASTER_SITES= ftp://ftp.stunnel.org/stunnel/
6 6
7MAINTAINER= shaun@inerd.com 7MAINTAINER= shaun@inerd.com
8HOMEPAGE= http://www.stunnel.org/ 8HOMEPAGE= http://www.stunnel.org/
9COMMENT= Universal SSL tunnel 9COMMENT= Universal SSL tunnel
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14BUILD_DEFS+= VARBASE 14BUILD_DEFS+= VARBASE
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.30 -r1.31 pkgsrc/security/stunnel/distinfo (expand / switch to unified diff)

--- pkgsrc/security/stunnel/distinfo 2011/07/11 14:20:24 1.30
+++ pkgsrc/security/stunnel/distinfo 2011/08/24 17:56:50 1.31
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.30 2011/07/11 14:20:24 ryoon Exp $ 1$NetBSD: distinfo,v 1.31 2011/08/24 17:56:50 tron Exp $
2 2
3SHA1 (stunnel-4.39.tar.gz) = 381e35a7af354b93aee6d2914485de369bdad76f 3SHA1 (stunnel-4.42.tar.gz) = 2bfe693f95d79e964c51fd5e9bf0762663338c9d
4RMD160 (stunnel-4.39.tar.gz) = 55df4c93a6a57ea797d4ab57f9e32a6c80fbcf75 4RMD160 (stunnel-4.42.tar.gz) = beecf4e8b4bfa538473e983910fa3ee7acedeafa
5Size (stunnel-4.39.tar.gz) = 552000 bytes 5Size (stunnel-4.42.tar.gz) = 558391 bytes
6SHA1 (patch-aa) = e633cd25316d6885cdc4ee62ddcc3119a91a22b3 6SHA1 (patch-aa) = 1337b81c8b9a77dc18c052e3f7301d62c68a8b8f
7SHA1 (patch-ac) = 3cafb2854549bb8aeb27fc27872f1267051d8796 7SHA1 (patch-ac) = fda78cc9794c39357091a55e74fc44e3143b0fab

cvs diff -r1.23 -r1.24 pkgsrc/security/stunnel/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/security/stunnel/patches/patch-aa 2011/07/11 14:20:24 1.23
+++ pkgsrc/security/stunnel/patches/patch-aa 2011/08/24 17:56:50 1.24
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1$NetBSD: patch-aa,v 1.23 2011/07/11 14:20:24 ryoon Exp $ 1$NetBSD: patch-aa,v 1.24 2011/08/24 17:56:50 tron Exp $
2 2
3--- tools/Makefile.in.orig 2011-05-02 22:14:27.000000000 +0000 3Install configuration files into examples directory.
4+++ tools/Makefile.in 4
5@@ -192,7 +192,7 @@ top_srcdir = @top_srcdir@ 5--- tools/Makefile.in.orig 2011-08-17 12:15:27.000000000 +0100
 6+++ tools/Makefile.in 2011-08-24 18:46:44.000000000 +0100
 7@@ -192,7 +192,7 @@
6 EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \ 8 EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \
7 stunnel.spec stunnel.cnf stunnel.nsi stunnel.conf 9 stunnel.spec stunnel.cnf stunnel.nsi stunnel.license stunnel.conf
8  10
9-confdir = $(sysconfdir)/stunnel 11-confdir = $(sysconfdir)/stunnel
10+confdir = $(datadir)/examples/stunnel 12+confdir = $(datadir)/examples/stunnel
11 conf_DATA = stunnel.conf-sample 13 conf_DATA = stunnel.conf-sample
12 examplesdir = $(docdir)/examples 14 examplesdir = $(docdir)/examples
13 examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \ 15 examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \
14@@ -373,7 +373,7 @@ info: info-am 16@@ -373,7 +373,7 @@
15  17
16 info-am: 18 info-am:
17  19
18-install-data-am: install-confDATA install-data-local \ 20-install-data-am: install-confDATA install-data-local \
19+install-data-am: install-confDATA \ 21+install-data-am: install-confDATA \
20 install-examplesDATA 22 install-examplesDATA
21  23
22 install-dvi: install-dvi-am 24 install-dvi: install-dvi-am

cvs diff -r1.12 -r1.13 pkgsrc/security/stunnel/patches/Attic/patch-ac (expand / switch to unified diff)

--- pkgsrc/security/stunnel/patches/Attic/patch-ac 2011/07/11 14:20:24 1.12
+++ pkgsrc/security/stunnel/patches/Attic/patch-ac 2011/08/24 17:56:50 1.13
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-ac,v 1.12 2011/07/11 14:20:24 ryoon Exp $ 1$NetBSD: patch-ac,v 1.13 2011/08/24 17:56:50 tron Exp $
2 2
3--- src/Makefile.in.orig 2011-05-02 22:14:27.000000000 +0000 3Change pid file location.
4+++ src/Makefile.in 4
5@@ -254,7 +254,7 @@ libstunnel_la_LDFLAGS = -avoid-version 5--- src/Makefile.in.orig 2011-08-17 12:15:27.000000000 +0100
 6+++ src/Makefile.in 2011-08-24 18:49:46.000000000 +0100
 7@@ -254,7 +254,7 @@
6 INCLUDES = -I/usr/kerberos/include 8 INCLUDES = -I/usr/kerberos/include
7  9
8 # Additional compiler flags 10 # Additional compiler flags
9-AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"' 11-AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"'
10+AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"$(localstatedir)/run/stunnel.pid"' 12+AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(localstatedir)/run/stunnel.pid"'
11  13
12 # Win32 executable 14 # Win32 executable
13 EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak makew32.bat version.rc nogui.c os2.mak 15 EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak makew32.bat nogui.c os2.mak