Subject: CVS commit: pkgsrc/security/stunnel
From: Ryo ONODERA
Date: 2011-11-10 22:01:40
Message id: 20111110210140.439A5175DD@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.74modifypkgsrc/security/stunnel/Makefile
1.33modifypkgsrc/security/stunnel/distinfo
1.25modifypkgsrc/security/stunnel/patches/patch-aa
1.15modifypkgsrc/security/stunnel/patches/patch-ac