- update to version 4.53

- Usage of uninitialized variables fixed in exec+connect services.
  - Fixed handling of a rare inetd mode use case, where either stdin 
    or stdout is a socket, but not both of them at the same time.
  - Fixed crash on termination with FORK threading model.
  - Fixed missing file descriptors passed to local mode processes. 
- refreshed stunnel-listenqueue-option.patch to apply cleanly again

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=57
This commit is contained in:
Daniel Rahn
2012-07-21 06:32:50 +00:00
committed by Git OBS Bridge
parent 4b8a9ad849
commit d2b6a87648
3 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jul 21 06:19:39 UTC 2012 - drahn@suse.com
- update to version 4.53
- Usage of uninitialized variables fixed in exec+connect services.
- Fixed handling of a rare inetd mode use case, where either stdin
or stdout is a socket, but not both of them at the same time.
- Fixed crash on termination with FORK threading model.
- Fixed missing file descriptors passed to local mode processes.
- refreshed stunnel-listenqueue-option.patch to apply cleanly again
-------------------------------------------------------------------
Tue Nov 29 18:35:32 UTC 2011 - darix@nordisch.org