pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/stunnel Update "stunnel" package to version 4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82950cc804a1
branches:  trunk
changeset: 574364:82950cc804a1
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Apr 15 09:57:47 2010 +0000

description:
Update "stunnel" package to version 4.33. Changes since 4.29:
- New features
  - New service-level "libwrap" option for run-time control whether
    /etc/hosts.allow and /etc/hosts.deny are used for access control.
    Disabling libwrap significantly increases performance of stunnel.
  - Log file reopen on USR1 signal was added.
  - Graceful configuration reload with HUP signal on Unix
    and with GUI on Windows.
- Bugfixes
  - Inetd mode fixed
  - Fixed a transfer() loop issue with SSLv2 connections.
  - Fixed a "setsockopt IP_TRANSPARENT" warning with "local" option.
  - Logging subsystem bugfixes and cleanup.
  - Installer bugfixes for Vista and later versions of Windows.
  - FIPS mode can be enabled/disabled at runtime.

diffstat:

 security/stunnel/Makefile         |   7 +++----
 security/stunnel/distinfo         |  10 +++++-----
 security/stunnel/patches/patch-aa |  12 ++++++------
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (63 lines):

diff -r 43d937301725 -r 82950cc804a1 security/stunnel/Makefile
--- a/security/stunnel/Makefile Thu Apr 15 09:43:21 2010 +0000
+++ b/security/stunnel/Makefile Thu Apr 15 09:57:47 2010 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2010/01/20 14:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2010/04/15 09:57:47 tron Exp $
 
-DISTNAME=              stunnel-4.29
+DISTNAME=              stunnel-4.33
 CATEGORIES=            security
-MASTER_SITES=          ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
-                       ftp://stunnel.mirt.net/stunnel/ \
+MASTER_SITES=          ftp://stunnel.mirt.net/stunnel/ \
                        http://www.stunnel.org/download/stunnel/src/
 
 MAINTAINER=            shaun%inerd.com@localhost
diff -r 43d937301725 -r 82950cc804a1 security/stunnel/distinfo
--- a/security/stunnel/distinfo Thu Apr 15 09:43:21 2010 +0000
+++ b/security/stunnel/distinfo Thu Apr 15 09:57:47 2010 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2010/01/20 14:46:17 wiz Exp $
+$NetBSD: distinfo,v 1.29 2010/04/15 09:57:47 tron Exp $
 
-SHA1 (stunnel-4.29.tar.gz) = f93ac9054c62b1db0dcf44f668d323d82cc0f413
-RMD160 (stunnel-4.29.tar.gz) = 7861b38da0c9b1bf5c3aa8c1e9a654d7cedec5ba
-Size (stunnel-4.29.tar.gz) = 544292 bytes
-SHA1 (patch-aa) = 322721b50487cd0eb795df2e3cd45beb86cd95e6
+SHA1 (stunnel-4.33.tar.gz) = 695c7ef834952cb8ddbc790e10b6e32798fc2767
+RMD160 (stunnel-4.33.tar.gz) = b9d32b4c17cf250d3284e020bb9c6b3fc4463cc5
+Size (stunnel-4.33.tar.gz) = 560103 bytes
+SHA1 (patch-aa) = 73bc30792896006853953ac626a45bcc50ca6f62
 SHA1 (patch-ac) = 7b4c4331e97f575b0bb82e6ce8a2b7d9a1483da6
diff -r 43d937301725 -r 82950cc804a1 security/stunnel/patches/patch-aa
--- a/security/stunnel/patches/patch-aa Thu Apr 15 09:43:21 2010 +0000
+++ b/security/stunnel/patches/patch-aa Thu Apr 15 09:57:47 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.21 2008/10/17 07:31:58 adam Exp $
+$NetBSD: patch-aa,v 1.22 2010/04/15 09:57:47 tron Exp $
 
---- tools/Makefile.in.orig     2008-09-20 22:32:29.000000000 +0200
-+++ tools/Makefile.in
-@@ -167,7 +167,7 @@ target_alias = @target_alias@
+--- tools/Makefile.in.orig     2010-03-31 10:45:09.000000000 +0100
++++ tools/Makefile.in  2010-04-15 10:43:07.000000000 +0100
+@@ -169,7 +169,7 @@
  EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \
        stunnel.spec stunnel.cnf stunnel.nsi stunnel.conf
  
@@ -11,7 +11,7 @@
  conf_DATA = stunnel.conf-sample
  examplesdir = $(docdir)/examples
  examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \
-@@ -337,7 +337,7 @@ info: info-am
+@@ -334,7 +334,7 @@
  
  info-am:
  
@@ -19,4 +19,4 @@
 +install-data-am: install-confDATA \
        install-examplesDATA
  
- install-exec-am:
+ install-dvi: install-dvi-am



Home | Main Index | Thread Index | Old Index