SHA256
1
0
forked from pool/mariadb

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
This commit is contained in:
Kristyna Streitova 2018-05-18 20:32:06 +00:00 committed by Git OBS Bridge
parent 3d17bcf739
commit faeb8f39fd
7 changed files with 69 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3443ec2d6e8af1eba49d097f6b2f6741c8d94b75abf19b8dd5753608f0703f7e
size 72607526

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEABECAAYFAlq5uu4ACgkQy8sIKhu5Q9s0OwCggS6GuxMhj14Q9MgQiTTFmd+V
zgMAoK+IeQDi9ZnfXJnUPBqpdHfbJE2q
=HG/q
-----END PGP SIGNATURE-----

3
mariadb-10.2.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33de205158fc22fd8eb4e5770cc5ffa1cb4029f9c398dfd8c554ccb3e636ba11
size 73329750

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEABECAAYFAlr87KAACgkQy8sIKhu5Q9sIRgCcDc47OB1W/cYuvwPzbmyyhWW7
+3sAoOCyoXipDmylYGgI7EDGwYggBblf
=Pj3x
-----END PGP SIGNATURE-----

View File

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

View File

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

View File

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