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