Accepting request 610348 from home:vitezslav_cizek:branches:devel:libraries:c_c++

- Use OPENSSL_config instead of CONF_modules_load_file() to avoid
  crashes due to openssl engines conflicts (bsc#1086367)
  * add curl-use_OPENSSL_config.patch

- Use OPENSSL_config instead of CONF_modules_load_file() to avoid
  crashes due to openssl engines conflicts (bsc#1086367)
  * add curl-use_OPENSSL_config.patch

OBS-URL: https://build.opensuse.org/request/show/610348
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=225
This commit is contained in:
2018-05-18 13:17:37 +00:00
committed by Git OBS Bridge
parent 9232e3979e
commit 26a26de5f7
4 changed files with 52 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 18 11:47:00 UTC 2018 - vcizek@suse.com
- Use OPENSSL_config instead of CONF_modules_load_file() to avoid
crashes due to openssl engines conflicts (bsc#1086367)
* add curl-use_OPENSSL_config.patch
-------------------------------------------------------------------
Wed May 16 08:41:48 UTC 2018 - pmonrealgonzalez@suse.com