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/stunnel/Makefile | |
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/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |