diff options
author | tron <tron@pkgsrc.org> | 2010-04-15 09:57:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-04-15 09:57:47 +0000 |
commit | 23ff5bb14fdc5fd2bd5a5afc22e92d3929775bc5 (patch) | |
tree | 3b90592e5e4591b2d23ef8db7222b95911c72921 /security/stunnel/Makefile | |
parent | 020cb9eb4cee1204b70a8a55efa95d559d36eef7 (diff) | |
download | pkgsrc-23ff5bb14fdc5fd2bd5a5afc22e92d3929775bc5.tar.gz |
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 (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 0035bdf00cd..822876a6c85 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -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 |