SHA256
1
0
forked from jengelh/strongswan

- Applied upstream patch adjusting an internal thread id causing

charon keying daemon start failure (bnc#779038,strongswan#198):
    openssl: Ensure the thread ID is never zero
    This might otherwise cause problems because OpenSSL tries to
    lock mutexes recursively if it assumes the lock is held by a
    different thread e.g. during FIPS initialization.
  See http://wiki.strongswan.org/issues/198 for more informations.

OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=48
This commit is contained in:
2012-09-07 12:53:09 +00:00
committed by Git OBS Bridge
parent 2645720915
commit 4a8b8bd95f
3 changed files with 43 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 7 08:36:57 UTC 2012 - mt@suse.de
- Applied upstream patch adjusting an internal thread id causing
charon keying daemon start failure (bnc#779038,strongswan#198):
openssl: Ensure the thread ID is never zero
This might otherwise cause problems because OpenSSL tries to
lock mutexes recursively if it assumes the lock is held by a
different thread e.g. during FIPS initialization.
See http://wiki.strongswan.org/issues/198 for more informations.
-------------------------------------------------------------------
Thu May 31 16:08:43 UTC 2012 - mt@suse.com