diff options
author | tron <tron@pkgsrc.org> | 2009-07-10 11:23:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-07-10 11:23:10 +0000 |
commit | e05b1d2bc6c20e6f4a0b4041874a3bcdbc911bc8 (patch) | |
tree | d23cc37f9b0bc8adc8e43ddaed1cc5289678d858 /security | |
parent | d87bb27dcb1681cfd075e79808772f41862255cc (diff) | |
download | pkgsrc-e05b1d2bc6c20e6f4a0b4041874a3bcdbc911bc8.tar.gz |
Update "stunnel" package to version 4.27. Changes since 4.26:
- New features
- FIPS support was updated for openssl-fips 1.2.
- New priority failover strategy for multiple "connect" targets,
controlled with "failover=rr" (default) or "failover=prio".
- pgsql protocol negotiation by Marko Kreen <markokr@gmail.com>.
- Bugfixes
- Libwrap helper processes fixed to close standard
input/output/error file descriptors.
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 5 | ||||
-rw-r--r-- | security/stunnel/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index cf551e69ce7..88141231cc1 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2008/10/17 07:31:58 adam Exp $ +# $NetBSD: Makefile,v 1.66 2009/07/10 11:23:10 tron Exp $ -DISTNAME= stunnel-4.26 +DISTNAME= stunnel-4.27 CATEGORIES= security MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ ftp://stunnel.mirt.net/stunnel/ \ @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ MAINTAINER= shaun@inerd.com HOMEPAGE= http://www.stunnel.org/ COMMENT= Universal SSL tunnel +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index d63b2a54e8b..20d87789736 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2008/10/17 07:31:58 adam Exp $ +$NetBSD: distinfo,v 1.27 2009/07/10 11:23:10 tron Exp $ -SHA1 (stunnel-4.26.tar.gz) = 1c9f5dd6b21f354c356cd9100899a90a83068c68 -RMD160 (stunnel-4.26.tar.gz) = 09e0f60357a90b66f66a1f4cda1b04872c087d0d -Size (stunnel-4.26.tar.gz) = 531804 bytes +SHA1 (stunnel-4.27.tar.gz) = 2daf52fb0906de9fc5bd6a270e620e9316034fd4 +RMD160 (stunnel-4.27.tar.gz) = a0beb4dffbc40c5c4452af767840d6fa703868c9 +Size (stunnel-4.27.tar.gz) = 538604 bytes SHA1 (patch-aa) = 322721b50487cd0eb795df2e3cd45beb86cd95e6 SHA1 (patch-ac) = 7b4c4331e97f575b0bb82e6ce8a2b7d9a1483da6 |