Accepting request 25186 from home:asvetter:branches:security:Stunnel

Copy from home:asvetter:branches:security:Stunnel/stunnel via accept of submit request 25186 revision 5.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/25186
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=36
This commit is contained in:
Peter Poeml
2009-11-27 11:20:17 +00:00
committed by Git OBS Bridge
parent 153ebc7c6e
commit ec13c25093
9 changed files with 141 additions and 4 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri Nov 27 11:11:59 CET 2009 - vetter@physik.uni-wuerzburg.de
- fix compile problems with openssl 0.9.7d
-------------------------------------------------------------------
Fri Nov 27 09:45:54 CET 2009 - vetter@physik.uni-wuerzburg.de
- bugfixes for 4.28
* Bugfixes
o "execargs" defaults to the "exec" parameter (thx to Peter Pentchev).
o no_ticket.patch
- update to 4.27:
* New features
o Win32 DLLs for OpenSSL 0.9.8l.
o Transparent proxy support on Linux kernels >=2.6.28. See the manual for details.
o New socket options to control TCP keepalive on Linux: TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL.
o SSL options updated for the recent version of OpenSSL library.
* Bugfixes
o A serious bug in asynchronous shutdown code fixed.
o Data alignment updated in libwrap.c.
o Polish manual encoding fixed.
o Notes on compression implementation in OpenSSL added to the manual.
-------------------------------------------------------------------
Fri Apr 17 16:34:22 CEST 2009 - vetter@physik.uni-wuerzburg.de
- update to 4.27:
* New features
- Win32 DLLs for OpenSSL 0.9.8k.
- FIPS support was updated for openssl-fips 1.2.
- New priority failover strategy for multiple "connect" targets,
controlled with "failover=rr" (default) or "failover=prio".
- pgsql protocol negotiation by Marko Kreen <markokr@gmail.com>.
- Building instructions were updated in INSTALL.W32 file.
* Bugfixes
- Libwrap helper processes fixed to close standard
input/output/error file descriptors.
- OS2 compilation fixes.
- WCE fixes by Pierre Delaage <delaage.pierre@free.fr>.
-------------------------------------------------------------------
Wed Feb 18 20:15:22 CEST 2009 - vetter@physik.uni-wuerzburg.de