forked from pool/mariadb
Accepting request 546419 from home:vitezslav_cizek:branches:server:database
- Disable openssl compatibility checking * the check uses CRYPTO_set_mem_functions() to set debugging memory allocation function. The setting only succeeds if no allocation was done before. Our fips self-tests, which are run from the library constructor, however, do allocate memory, so the subsequent call to CRYPTO_set_mem_functions causes the compatibility check to fail * add mariadb-10.2.10-disable_openssl_compatibility_check.patch OBS-URL: https://build.opensuse.org/request/show/546419 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=199
This commit is contained in:
parent
3af0a83a0d
commit
1c240bc359
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 29 12:54:23 UTC 2017 - vcizek@suse.com
|
||||||
|
|
||||||
|
- Disable openssl compatibility checking
|
||||||
|
* the check uses CRYPTO_set_mem_functions() to set debugging
|
||||||
|
memory allocation function. The setting only succeeds if no allocation
|
||||||
|
was done before. Our fips self-tests, which are run from the library
|
||||||
|
constructor, however, do allocate memory, so the subsequent call to
|
||||||
|
CRYPTO_set_mem_functions causes the compatibility check to fail
|
||||||
|
* add mariadb-10.2.10-disable_openssl_compatibility_check.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 31 14:23:22 UTC 2017 - kstreitova@suse.com
|
Tue Oct 31 14:23:22 UTC 2017 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e97d1754cd0b7c15c504e9b40e367c5072120aee574610b4dbb24e6beaeea64b
|
oid sha256:47ca9c735a6323deff5fc6f38fb2ee0736567ad121659f77b9c4728d9207610c
|
||||||
size 11544
|
size 12580
|
||||||
|
1
series
1
series
@ -11,3 +11,4 @@ mariadb-10.2.4-fortify-and-O.patch
|
|||||||
mariadb-10.2.8-systemd-cmake.patch
|
mariadb-10.2.8-systemd-cmake.patch
|
||||||
mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
|
mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
|
||||||
mariadb-10.2.9-galera_cnf.patch
|
mariadb-10.2.9-galera_cnf.patch
|
||||||
|
mariadb-10.2.10-disable_openssl_compatibility_check.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user