diff options
author | jym <jym@pkgsrc.org> | 2013-03-06 22:50:31 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2013-03-06 22:50:31 +0000 |
commit | 760acc083a4e0be84b9b8edde8dfbee0f30bcc63 (patch) | |
tree | 28e49d90b1d3568784944c56780fc4914d141e1c /security | |
parent | 59653b3293184357561d56c21af5d8389d89cbf0 (diff) | |
download | pkgsrc-760acc083a4e0be84b9b8edde8dfbee0f30bcc63.tar.gz |
Update stunnel to 4.55. Critical update that fixes CVE-2013-1762.
Changelog:
Version 4.55, 2013.03.03, urgency: HIGH:
Security bugfix
OpenSSL updated to version 1.0.1e in Win32/Android builds.
Buffer overflow vulnerability fixed in the NTLM authentication of the CONNECT protocol negotiation. See https://www.stunnel.org/CVE-2013-1762.html for details.
New features
SNI wildcard matching in server mode.
Terminal version of stunnel (tstunnel.exe) build for Win32.
Bugfixes
Fixed write half-close handling in the transfer() function (thx to Dustin Lundquist).
Fixed EAGAIN error handling in the transfer() function (thx to Jan Bee).
Restored default signal handlers before execvp() (thx to Michael Weiser).
Fixed memory leaks in protocol negotiation (thx to Arthur Mesh).
Fixed a file descriptor leak during configuration file reload (thx to Arthur Mesh).
Closed SSL sockets were removed from the the transfer() c->fds poll.
Minor fix in handling exotic inetd-mode configurations.
WCE compilation fixes.
IPv6 compilation fix in protocol.c.
Windows installer fixes.
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 7 | ||||
-rw-r--r-- | security/stunnel/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index f25668a48f9..ecc96876b8e 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2013/02/06 23:23:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.82 2013/03/06 22:50:31 jym Exp $ -DISTNAME= stunnel-4.54 -PKGREVISION= 2 +DISTNAME= stunnel-4.55 CATEGORIES= security -MASTER_SITES= ftp://ftp.stunnel.org/stunnel/ +MASTER_SITES= http://www.stunnel.org/downloads/ MAINTAINER= jym@NetBSD.org HOMEPAGE= http://www.stunnel.org/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 74f9396aa4c..ae035efe6db 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.36 2013/01/08 23:45:40 jym Exp $ +$NetBSD: distinfo,v 1.37 2013/03/06 22:50:31 jym Exp $ -SHA1 (stunnel-4.54.tar.gz) = e9e6414c699e81b0bd029f5b6ae018bb5e320bbd -RMD160 (stunnel-4.54.tar.gz) = c6889fda88f9987ba7a96476d29e7072668fa46d -Size (stunnel-4.54.tar.gz) = 535202 bytes +SHA1 (stunnel-4.55.tar.gz) = 9d29eb2f1880c7cf9ecbbd96dee8c0f8cc7e7f88 +RMD160 (stunnel-4.55.tar.gz) = 31fb1dd51046a34f902148a170cdc6c944ba5b63 +Size (stunnel-4.55.tar.gz) = 538408 bytes SHA1 (patch-aa) = 0e57d4fa383dad7891795073d1f6b5075715b346 SHA1 (patch-ac) = 43521a88606981bc55dd94043d52b1a16f08e583 |