SHA256
1
0
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:
Kristyna Streitova 2017-11-29 14:14:40 +00:00 committed by Git OBS Bridge
parent 3af0a83a0d
commit 1c240bc359
3 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e97d1754cd0b7c15c504e9b40e367c5072120aee574610b4dbb24e6beaeea64b
size 11544
oid sha256:47ca9c735a6323deff5fc6f38fb2ee0736567ad121659f77b9c4728d9207610c
size 12580

1
series
View File

@ -11,3 +11,4 @@ mariadb-10.2.4-fortify-and-O.patch
mariadb-10.2.8-systemd-cmake.patch
mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
mariadb-10.2.9-galera_cnf.patch
mariadb-10.2.10-disable_openssl_compatibility_check.patch