- update package to 4.38

* New features:
  - Server-side SNI implemented (RFC 3546 section 3.1) with a new 
    service-level option "nsi".  
  - "socket" option also accepts "yes" and "no" for flags. 
  - Nagle's algorithm is now disabled by default for improved 
    interactivity.
* Bugfixes:
  - A compilation fix was added for OpenSSL version < 1.0.0. 
  - Signal pipe set to non-blocking mode. This bug caused hangs 
    of stunnel features based on signals, e.g. local mode, FORK 
    threading, or configuration file reload on Unix.

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=46
This commit is contained in:
Daniel Rahn
2011-06-29 06:12:14 +00:00
committed by Git OBS Bridge
parent 920e0efb18
commit 9b570cba76
6 changed files with 21 additions and 904 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jun 29 06:08:34 UTC 2011 - daniel.rahn@novell.com
- update package to 4.38
* New features:
- Server-side SNI implemented (RFC 3546 section 3.1) with a new
service-level option "nsi".
- "socket" option also accepts "yes" and "no" for flags.
- Nagle's algorithm is now disabled by default for improved
interactivity.
* Bugfixes:
- A compilation fix was added for OpenSSL version < 1.0.0.
- Signal pipe set to non-blocking mode. This bug caused hangs
of stunnel features based on signals, e.g. local mode, FORK
threading, or configuration file reload on Unix.
-------------------------------------------------------------------
Mon Jun 20 07:49:41 UTC 2011 - daniel.rahn@novell.com