CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2014/10/27 07:16:48

Modified files:
        security/stunnel: Makefile distinfo 
        security/stunnel/patches: patch-tools_stunnel_conf-sample_in 

Log message:
Update for Stunnel to 5.06:

Security bugfixes

OpenSSL DLLs updated to version 1.0.1j.
https://www.openssl.org/news/secadv_20141015.txt
The insecure SSLv2 protocol is now disabled by default. It can be
enabled with "options = -NO_SSLv2".
The insecure SSLv3 protocol is now disabled by default. It can be
enabled with "options = -NO_SSLv3".
Default sslVersion changed to "all" (also in FIPS mode) to
autonegotiate the highest supported TLS version.

New features

Added missing SSL options to match OpenSSL 1.0.1j.
New "-options" commandline option to display the list of supported
SSL options.

Bugfixes

Fixed FORK threading build regression bug.

OK gsoares@ (maintainer) OK schwarze@

Reply via email to