pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/stunnel
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Nov 10 21:01:40 UTC 2011
Modified Files:
pkgsrc/security/stunnel: Makefile distinfo
pkgsrc/security/stunnel/patches: patch-aa patch-ac
Log Message:
Update to 4.46
Changelog:
Version 4.46, 2011.11.04, urgency: LOW:
* New features
- Added Unix socket support (e.g. "connect = /var/run/stunnel/socket").
- Added "verify = 4" mode to ignore CA chain and only verify peer certificate.
- Removed the limit of 16 IP addresses for a single 'connect' option.
- Removed the limit of 256 stunnel.conf sections in PTHREAD threading model.
It is still not possible have more than 63 sections on WIN32 platform.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms740141(v=vs.85).aspx
* Optimizations
- Reduced per-connection memory usage.
- Performed a major refactoring of internal data structures. Extensive
internal testing was performed, but some regression bugs are expected.
* Bugfixes
- Fixed WIN32 compilation with Mingw32.
- Fixed non-blocking API emulation layer in UCONTEXT threading model.
- Fixed signal handling in UCONTEXT threading model.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/stunnel/distinfo
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/stunnel/patches/patch-aa
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/stunnel/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index