From 79a8c35d1fcb06e56614a67b05ec659a3307287eeeb0b456fcf17c7801124b23 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 27 Sep 2018 10:25:00 +0000 Subject: [PATCH] Accepting request 638722 from home:kstreitova:branches:server:database - update to 10.2.18 GA * notable changes: * MDEV-15511 - if available, stunnel can be used during Galera rsync SST * MDEV-16791 - mariabackup: Support DDL commands during backup * MDEV-13564 - Refuse MLOG_TRUNCATE in mariabackup * MDEV-16934 - add new system variable eq_range_index_dive_limit to speed up queries that new long nested IN lists. The default value, for backward compatibility, is 0 meaning "unlimited". * MDEV-13333 - errors on InnoDB lock conflict * Report all InnoDB redo log corruption * MDEV-17043 - Purge of indexed virtual columns may cause hang on table-rebuilding DDL * MDEV-16868 - corruption of InnoDB temporary tables * MDEV-16465 - Invalid (old?) table or database name or hang in ha_innobase::delete_table and log semaphore wait upon concurrent DDL with foreign keys * fixes for the following security vulnerabilities: none * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10218-release-notes https://mariadb.com/kb/en/library/mariadb-10218-changelog - refresh mariadb-10.2.4-fortify-and-O.patch OBS-URL: https://build.opensuse.org/request/show/638722 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=218 --- mariadb-10.2.17.tar.gz | 3 --- mariadb-10.2.17.tar.gz.sig | 7 ------- mariadb-10.2.18.tar.gz | 3 +++ mariadb-10.2.18.tar.gz.sig | 7 +++++++ mariadb-10.2.4-fortify-and-O.patch | 8 ++++---- mariadb.changes | 26 ++++++++++++++++++++++++++ mariadb.spec | 2 +- 7 files changed, 41 insertions(+), 15 deletions(-) delete mode 100644 mariadb-10.2.17.tar.gz delete mode 100644 mariadb-10.2.17.tar.gz.sig create mode 100644 mariadb-10.2.18.tar.gz create mode 100644 mariadb-10.2.18.tar.gz.sig diff --git a/mariadb-10.2.17.tar.gz b/mariadb-10.2.17.tar.gz deleted file mode 100644 index ce8118a..0000000 --- a/mariadb-10.2.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b3078f8de874a4d451242a8a3eed49bf6f916dcd52fc3efa55886f5f35be27 -size 73409162 diff --git a/mariadb-10.2.17.tar.gz.sig b/mariadb-10.2.17.tar.gz.sig deleted file mode 100644 index f0db7a3..0000000 --- a/mariadb-10.2.17.tar.gz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAltx6xsACgkQy8sIKhu5Q9tyUwCfaiU/m0c5UJSSy81Ls5gk2a6q -8YUAoKt/om5vHhGzNmEW4DHAYHbzSZO6 -=h/iF ------END PGP SIGNATURE----- diff --git a/mariadb-10.2.18.tar.gz b/mariadb-10.2.18.tar.gz new file mode 100644 index 0000000..d9e809c --- /dev/null +++ b/mariadb-10.2.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cef69a81deb7c778de6b226cfedf84193133c49b22e4a37b6a454ec401fc78 +size 71715758 diff --git a/mariadb-10.2.18.tar.gz.sig b/mariadb-10.2.18.tar.gz.sig new file mode 100644 index 0000000..c3efe42 --- /dev/null +++ b/mariadb-10.2.18.tar.gz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAluptx8ACgkQy8sIKhu5Q9tRXgCfaNROAo21kB1ZJmhP3IlQWSwx +rxIAoI01G/GOYA73vERmaTxK5ePGXepD +=EgaD +-----END PGP SIGNATURE----- diff --git a/mariadb-10.2.4-fortify-and-O.patch b/mariadb-10.2.4-fortify-and-O.patch index 723bee1..a019735 100644 --- a/mariadb-10.2.4-fortify-and-O.patch +++ b/mariadb-10.2.4-fortify-and-O.patch @@ -9,7 +9,7 @@ Index: CMakeLists.txt =================================================================== --- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -217,7 +217,6 @@ IF(SECURITY_HARDENED) +@@ -224,7 +224,6 @@ IF(SECURITY_HARDENED) MY_CHECK_AND_SET_COMPILER_FLAG("-pie -fPIC") MY_CHECK_AND_SET_COMPILER_FLAG("-Wl,-z,relro,-z,now") MY_CHECK_AND_SET_COMPILER_FLAG("-fstack-protector --param=ssp-buffer-size=4") @@ -33,8 +33,8 @@ Index: storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake ) endif () -@@ -102,23 +100,23 @@ set_cflags_if_supported( - ) +@@ -111,23 +109,23 @@ set_cflags_if_supported( + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions") ## set extra debugging flags and preprocessor definitions -set(CMAKE_C_FLAGS_DEBUG "-g3 -O0 ${CMAKE_C_FLAGS_DEBUG}") @@ -65,7 +65,7 @@ Index: storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake else () if (APPLE) set(FLTO_OPTS "-fwhole-program") -@@ -126,10 +124,10 @@ else () +@@ -135,10 +133,10 @@ else () set(FLTO_OPTS "-fuse-linker-plugin") endif() # we overwrite this because the default passes -DNDEBUG and we don't want that diff --git a/mariadb.changes b/mariadb.changes index 77a5a6e..8566851 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Sep 26 09:28:21 UTC 2018 - kstreitova@suse.com + +- update to 10.2.18 GA + * notable changes: + * MDEV-15511 - if available, stunnel can be used during Galera + rsync SST + * MDEV-16791 - mariabackup: Support DDL commands during backup + * MDEV-13564 - Refuse MLOG_TRUNCATE in mariabackup + * MDEV-16934 - add new system variable eq_range_index_dive_limit + to speed up queries that new long nested IN lists. The default + value, for backward compatibility, is 0 meaning "unlimited". + * MDEV-13333 - errors on InnoDB lock conflict + * Report all InnoDB redo log corruption + * MDEV-17043 - Purge of indexed virtual columns may cause hang + on table-rebuilding DDL + * MDEV-16868 - corruption of InnoDB temporary tables + * MDEV-16465 - Invalid (old?) table or database name or hang + in ha_innobase::delete_table and log semaphore wait upon + concurrent DDL with foreign keys + * fixes for the following security vulnerabilities: none + * release notes and changelog: + https://mariadb.com/kb/en/library/mariadb-10218-release-notes + https://mariadb.com/kb/en/library/mariadb-10218-changelog +- refresh mariadb-10.2.4-fortify-and-O.patch + ------------------------------------------------------------------- Thu Sep 13 08:15:11 UTC 2018 - kstreitova@suse.com diff --git a/mariadb.spec b/mariadb.spec index 7784841..7234a87 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -48,7 +48,7 @@ %define with_mroonga 0 %endif Name: mariadb -Version: 10.2.17 +Version: 10.2.18 Release: 0 Summary: Server part of MariaDB License: SUSE-GPL-2.0-with-FLOSS-exception