diff options
author | martti <martti@pkgsrc.org> | 2004-02-16 11:48:38 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-02-16 11:48:38 +0000 |
commit | 00a9eb792de6ad60e5d15919c650303ab02c4085 (patch) | |
tree | a2e16584650c2992eb03d26dcc2f6977aea810e4 /security/stunnel/distinfo | |
parent | aa505369257b05872837cfa4767f5253ee96ba25 (diff) | |
download | pkgsrc-00a9eb792de6ad60e5d15919c650303ab02c4085.tar.gz |
Updated stunnel to 4.05
* New feature sponsored by SURFnet http://www.surfnet.nl/
- Support for CIFS aka SMB protocol SSL negotiation.
* New features
- CRL support with new CApath and CAfile global options.
- New 'taskbar' option on WIN32 (thx to Ken Mattsen
<ken.Mattsen@roxio.com>).
- New -fd command line parameter to read configuration
from a specified file descriptor instead of a file.
- accept is reported as error with [section] defined (in
stunnel 4.04 it was silently ignored causing problems
for lusers that did not read the fine manual).
- Use fcntl() instead of ioctlsocket() to set socket
nonblocking when it is supported.
- Basic support for hardware engines with OpenSSL >= 0.9.7.
- French manual by Bernard Choppy <choppy@imaginet.fr>.
- Thread stack size reduced to 64KB for maximum scalability.
- Added optional code to debug thread stack usage.
- Support for nsr-tandem-nsk (thx to Tom Bates <tom.bates@hp.com>).
* Bugfixes
- TCP wrappers code moved to CRIT_NTOA critical section
since it uses static inet_ntoa() result buffer.
- SSL_ERROR_SYSCALL handling problems fixed.
- added code to retry nonblocking SSL_shutdown() calls.
- Use FD_SETSIZE instead of 16 file descriptors in inetd
mode.
- fdscanf groks lowercase protocol negotiation commands.
- WIN32 taskbar GDI objects leak fixed.
- Libwrap detection bug in ./configure script fixed.
- grp.h header detection fixed for NetBSD and possibly
other systems.
- Some other minor updates.
Diffstat (limited to 'security/stunnel/distinfo')
-rw-r--r-- | security/stunnel/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 8518dfe0b3c..dfe556c968b 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2003/07/29 11:18:40 jmmv Exp $ +$NetBSD: distinfo,v 1.15 2004/02/16 11:48:38 martti Exp $ -SHA1 (stunnel-4.04.tar.gz) = 9f0f85eb0620ee4f4f68d833eb3f39eb31960f31 -Size (stunnel-4.04.tar.gz) = 309072 bytes -SHA1 (patch-aa) = b003ce55806452a4fc081b488db6974b4d04a3a5 -SHA1 (patch-ab) = e340b31da4c492734af82679e3765b406d7243c6 +SHA1 (stunnel-4.05.tar.gz) = a95b09ed88930fa432f47c5c5d3db770681fe715 +Size (stunnel-4.05.tar.gz) = 341191 bytes +SHA1 (patch-aa) = 0d643d1823a21b1b7c4a380bf8ffdb3c7b578a09 +SHA1 (patch-ab) = d68f146259b1f7180e1e5173236154405f565acc |