diff options
author | tnn <tnn> | 2008-05-27 11:51:32 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-27 11:51:32 +0000 |
commit | 6fa655ce86481a0eb772861e6c684c8867e0d6bc (patch) | |
tree | 8e4eb2940f56cf6f7ca41b62fb14d089176da08a /security/stunnel/MESSAGE | |
parent | df46b9c27d39cea20ae499f388ec844b880ad0b7 (diff) | |
download | pkgsrc-6fa655ce86481a0eb772861e6c684c8867e0d6bc.tar.gz |
Update to stunnel-4.24.
4.24: fix security problem (properly reject revoked certs)
4.23: WinNT bugfix
4.22:
- A new global option to control logging to syslog.
Simultaneous logging to a file and the syslog is now possible.
- A new service level option to control stack size.
- Restored chroot() to be executed after decoding numerical
userid and groupid values in drop_privileges().
- A few bugs fixed the in the new libwrap support code.
- TLSv1 method used by default in FIPS mode instead of
SSLv3 client and SSLv23 server methods.
4.21:
- Initial FIPS 140-2 support (see INSTALL.FIPS for details).
- Experimental fast support for non-MT-safe libwrap is provided
with pre-spawned processes.
- Stunnel binary moved from /usr/local/sbin to /usr/local/bin
in order to meet FHS and LSB requirements.
- Added code to disallow compiling stunnel with pthreads when
OpenSSL is compiled without threads support.
- Minor manual update.
- TODO file updated.
- Dynamic locking callbacks added (needed by some engines to work).
- AC_ARG_ENABLE fixed in configure.am to accept yes/no arguments.
- On some systems libwrap requires yp_get_default_domain from libnsl,
additional checking for libnsl was added to the ./configure script.
- Sending a list of trusted CAs for the client to choose the right
certificate restored.
- Some compatibility issues with NTLM authentication fixed.
Diffstat (limited to 'security/stunnel/MESSAGE')
-rw-r--r-- | security/stunnel/MESSAGE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/stunnel/MESSAGE b/security/stunnel/MESSAGE new file mode 100644 index 00000000000..22a03d38268 --- /dev/null +++ b/security/stunnel/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2008/05/27 11:51:32 tnn Exp $ + +If you are updating from an stunnel version earlier than 4.24, you should +be aware that the binaries have moved from ${PREFIX}/sbin +to ${PREFIX}/bin . +=========================================================================== |