From faeb8f39fd1085327d168c92f2749ca74dddfcb2d285b0f2905aae711029756e Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Fri, 18 May 2018 20:32:06 +0000 Subject: [PATCH] Accepting request 610539 from home:kstreitova:branches:server:database - update to 10.2.15 GA * notable changes: * PCRE updated to 8.42 * The embedded server library now supports SSL when connecting to remote servers [bsc#1088681], [CVE-2018-2767] * MDEV-15325 - Incomplete validation of missing tablespace during recovery * MDEV-15720 - ib_buffer_pool unnecessarily includes the temporary tablespace * MDEV-15764 - InnoDB may write uninitialized garbage to redo log * MDEV-15553 - Virtual Columns: Assertion failed in dict_table_get_col_name * MDEV-14705 - slow innodb startup/shutdown can exceed systemd timeout * MDEV-15507 - Assertion failed in dict_check_sys_tables on upgrade from 5.5 * MDEV-15916 - Change buffer crash during TRUNCATE or DROP TABLE * encryption fixes - MDEV-12632, MDEV-13516, MDEV-15752, MDEV-15566, MDEV-16092 * temporary table ROLLBACK fixes - MDEV-15826, MDEV-15374 * applicable changes from 5.7.22 - MDEV-16142 * fixes for the following security vulnerabilities: CVE-2018-2786, CVE-2018-2759, CVE-2018-2777, CVE-2018-2810, CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2766, CVE-2018-2755, CVE-2018-2819, CVE-2018-2817, CVE-2018-2761, CVE-2018-2781, CVE-2018-2771, CVE-2018-2813 * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10215-release-notes OBS-URL: https://build.opensuse.org/request/show/610539 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=212 --- mariadb-10.2.14.tar.gz | 3 --- mariadb-10.2.14.tar.gz.sig | 7 ------ mariadb-10.2.15.tar.gz | 3 +++ mariadb-10.2.15.tar.gz.sig | 7 ++++++ mariadb.changes | 44 ++++++++++++++++++++++++++++++++++++++ mariadb.spec | 12 +++-------- suse_skipped_tests.list | 12 +++++++++++ 7 files changed, 69 insertions(+), 19 deletions(-) delete mode 100644 mariadb-10.2.14.tar.gz delete mode 100644 mariadb-10.2.14.tar.gz.sig create mode 100644 mariadb-10.2.15.tar.gz create mode 100644 mariadb-10.2.15.tar.gz.sig diff --git a/mariadb-10.2.14.tar.gz b/mariadb-10.2.14.tar.gz deleted file mode 100644 index 01e66dc..0000000 --- a/mariadb-10.2.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3443ec2d6e8af1eba49d097f6b2f6741c8d94b75abf19b8dd5753608f0703f7e -size 72607526 diff --git a/mariadb-10.2.14.tar.gz.sig b/mariadb-10.2.14.tar.gz.sig deleted file mode 100644 index 8c2c35b..0000000 --- a/mariadb-10.2.14.tar.gz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlq5uu4ACgkQy8sIKhu5Q9s0OwCggS6GuxMhj14Q9MgQiTTFmd+V -zgMAoK+IeQDi9ZnfXJnUPBqpdHfbJE2q -=HG/q ------END PGP SIGNATURE----- diff --git a/mariadb-10.2.15.tar.gz b/mariadb-10.2.15.tar.gz new file mode 100644 index 0000000..7f605c8 --- /dev/null +++ b/mariadb-10.2.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33de205158fc22fd8eb4e5770cc5ffa1cb4029f9c398dfd8c554ccb3e636ba11 +size 73329750 diff --git a/mariadb-10.2.15.tar.gz.sig b/mariadb-10.2.15.tar.gz.sig new file mode 100644 index 0000000..45bc183 --- /dev/null +++ b/mariadb-10.2.15.tar.gz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAlr87KAACgkQy8sIKhu5Q9sIRgCcDc47OB1W/cYuvwPzbmyyhWW7 ++3sAoOCyoXipDmylYGgI7EDGwYggBblf +=Pj3x +-----END PGP SIGNATURE----- diff --git a/mariadb.changes b/mariadb.changes index 1bee334..cbc7e29 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Fri May 18 11:02:12 UTC 2018 - kstreitova@suse.com + +- update to 10.2.15 GA + * notable changes: + * PCRE updated to 8.42 + * The embedded server library now supports SSL when connecting + to remote servers [bsc#1088681], [CVE-2018-2767] + * MDEV-15325 - Incomplete validation of missing tablespace + during recovery + * MDEV-15720 - ib_buffer_pool unnecessarily includes the + temporary tablespace + * MDEV-15764 - InnoDB may write uninitialized garbage to redo + log + * MDEV-15553 - Virtual Columns: Assertion failed in + dict_table_get_col_name + * MDEV-14705 - slow innodb startup/shutdown can exceed systemd + timeout + * MDEV-15507 - Assertion failed in dict_check_sys_tables on + upgrade from 5.5 + * MDEV-15916 - Change buffer crash during TRUNCATE or + DROP TABLE + * encryption fixes - MDEV-12632, MDEV-13516, MDEV-15752, + MDEV-15566, MDEV-16092 + * temporary table ROLLBACK fixes - MDEV-15826, MDEV-15374 + * applicable changes from 5.7.22 - MDEV-16142 + * fixes for the following security vulnerabilities: + CVE-2018-2786, CVE-2018-2759, CVE-2018-2777, CVE-2018-2810, + CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2766, + CVE-2018-2755, CVE-2018-2819, CVE-2018-2817, CVE-2018-2761, + CVE-2018-2781, CVE-2018-2771, CVE-2018-2813 + * release notes and changelog: + https://mariadb.com/kb/en/library/mariadb-10215-release-notes + https://mariadb.com/kb/en/library/mariadb-10215-changelog +- update suse_skipped_tests.list and add tests that are failing + with GCC 8 [bsc#1092544], MDEV-16127 +- do not build TokuDB as a build without jemalloc is not supported + upstream + +------------------------------------------------------------------- +Mon Apr 30 22:36:12 UTC 2018 - kstreitova@suse.com + +- update suse_skipped_tests.list and add failing tests for s390 + ------------------------------------------------------------------- Mon Apr 30 13:29:35 UTC 2018 - kstreitova@suse.com diff --git a/mariadb.spec b/mariadb.spec index 9926fb4..8c9c966 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -37,15 +37,9 @@ %endif # TokuDB engine is available only for x86_64 architecture # see https://mariadb.com/kb/en/mariadb/tokudb/ -# Don't build for SLE<15 (missing jemalloc dependency) -# Note that jemalloc 5 is not backwards compatible and therefore -# MariaDB is currently built without its support (MDEV-15034) +# Temporarily stop to build it as jemalloc 5 is not backwards compatible +# and a build without jemalloc is not supported upstream (MDEV-15034) %define with_tokudb 0 -%if 0%{?is_opensuse} > 0 || 0%{?sle_version} > 120300 -%ifarch x86_64 -%define with_tokudb 1 -%endif -%endif # Mroonga currently only supports the x86_64 architecture # see https://mariadb.com/kb/en/mariadb/about-mroonga/ %ifarch x86_64 @@ -54,7 +48,7 @@ %define with_mroonga 0 %endif Name: mariadb -Version: 10.2.14 +Version: 10.2.15 Release: 0 Summary: Server part of MariaDB License: SUSE-GPL-2.0-with-FLOSS-exception diff --git a/suse_skipped_tests.list b/suse_skipped_tests.list index 2c68e17..fd20366 100644 --- a/suse_skipped_tests.list +++ b/suse_skipped_tests.list @@ -18,6 +18,16 @@ perfschema.socket_summary_by_instance_func : bsc#937836, MDEV-8446 main.func_regexp_pcre : bsc#1058722 comment 11 #---------------------------------------------------------------- +# Failing with GCC 8 +mroonga/storage.index_multiple_column_range_all_used_less_than : bsc#1092544, MDEV-16127 +mroonga/storage.index_multiple_column_range_all_used_less_than_or_equal : bsc#1092544, MDEV-16127 +mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than : bsc#1092544, MDEV-16127 +mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than_or_equal : bsc#1092544, MDEV-16127 +mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than : bsc#1092544, MDEV-16127 +mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than_or_equal : bsc#1092544, MDEV-16127 +mroonga/storage.optimization_order_limit_optimized_datetime_less_than : bsc#1092544, MDEV-16127 +mroonga/storage.optimization_order_limit_optimized_datetime_less_than_or_equal : bsc#1092544, MDEV-16127 + # Needs to be investigated (issues trackers will be added) perfschema.cnf_option : rpl.rpl_row_img_blobs : @@ -31,3 +41,5 @@ rocksdb.index_merge_rocksdb : main.non_blocking_api : main.index_merge_innodb : mariabackup.xb_fulltext_encrypted : +sys_vars.sysvars_server_notembedded : fails for s390 +sys_vars.sysvars_wsrep : fails for s390