From 1c240bc359f71865c6d5f3b1e1c92584739102de42daba0b2f06612fe47285a3 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Wed, 29 Nov 2017 14:14:40 +0000 Subject: [PATCH] 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 --- mariadb.changes | 11 +++++++++++ mysql-patches.tar.xz | 4 ++-- series | 1 + 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/mariadb.changes b/mariadb.changes index 3dc556a..e104386 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -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 diff --git a/mysql-patches.tar.xz b/mysql-patches.tar.xz index 5b74d23..8d2face 100644 --- a/mysql-patches.tar.xz +++ b/mysql-patches.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e97d1754cd0b7c15c504e9b40e367c5072120aee574610b4dbb24e6beaeea64b -size 11544 +oid sha256:47ca9c735a6323deff5fc6f38fb2ee0736567ad121659f77b9c4728d9207610c +size 12580 diff --git a/series b/series index 0d816ca..3cddc02 100644 --- a/series +++ b/series @@ -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