Hello community, here is the log from the commit of package mariadb for openSUSE:Factory checked in at 2017-12-06 08:55:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mariadb (Old) and /work/SRC/openSUSE:Factory/.mariadb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb" Wed Dec 6 08:55:02 2017 rev:62 rq:547173 version:10.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes 2017-11-30 12:44:15.516389656 +0100 +++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2017-12-06 08:56:03.706535953 +0100 @@ -1,0 +2,19 @@ +Thu Nov 30 07:53:14 UTC 2017 - [email protected] + +- update to 10.2.11 GA + * release notes and changelog: + * https://mariadb.com/kb/en/library/mariadb-10211-release-notes/ + * https://mariadb.com/kb/en/library/mariadb-10211-changelog/ +- pack additional mroonga/groonga files +- change default charset to utf8mb4 for full Unicode support + [fate#324329] +- remove mariadb-10.2.10-wsrep_sst_common.patch as it's no longer + needed + +------------------------------------------------------------------- +Wed Nov 29 16:16:45 UTC 2017 - [email protected] + +- Added mariadb-10.2.10-wsrep_sst_common.patch (bsc#1069401). + Upstream bug: https://jira.mariadb.org/browse/MDEV-14256 + +------------------------------------------------------------------- @@ -19 +38 @@ - * 10.2.10: CVE-2017-10378, CVE-2017-10268 + * 10.2.10: CVE-2017-10378, CVE-2017-10268, CVE-2017-15365 Old: ---- mariadb-10.2.10.tar.gz mariadb-10.2.10.tar.gz.sig New: ---- mariadb-10.2.11.tar.gz mariadb-10.2.11.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mariadb.spec ++++++ --- /var/tmp/diff_new_pack.qqaIGl/_old 2017-12-06 08:56:05.782459961 +0100 +++ /var/tmp/diff_new_pack.qqaIGl/_new 2017-12-06 08:56:05.786459815 +0100 @@ -49,7 +49,7 @@ %define with_mroonga 0 %endif Name: mariadb -Version: 10.2.10 +Version: 10.2.11 Release: 0 Summary: Server part of MariaDB License: SUSE-GPL-2.0-with-FLOSS-exception @@ -376,7 +376,8 @@ -DINSTALL_MYSQLSHAREDIR=share/%{name} \ -DWITH_COMMENT="openSUSE mariadb rpm" \ -DWITH_EXTRA_CHARSET=all \ - -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci \ + -DDEFAULT_CHARSET=utf8mb4 \ + -DDEFAULT_COLLATION=utf8mb4_general_ci \ -DWITH_INNOBASE_STORAGE_ENGINE=1 \ -DWITH_PERFSCHEMA_STORAGE_ENGINE=1 \ %if 0%{with_oqgraph} < 1 @@ -512,7 +513,7 @@ # Generate various filelists (binaries and manpages) # mariadb.files -filelist mariabackup mbstream innochecksum mariadb-service-convert my_print_defaults myisam_ftdump myisamchk myisamlog myisampack mysql_fix_extensions mysql_install_db mysql_secure_installation mysql_upgrade mysqld mysqld_multi mysqld_safe mysqlbinlog mysqldumpslow mroonga resolve_stack_dump resolveip {m,}aria_chk {m,}aria_dump_log {m,}aria_ftdump {m,}aria_pack {m,}aria_read_log tokuft_logprint tokuft_logdump tokuftdump mysql_ldb sst_dump >mariadb.files +filelist mariabackup mbstream innochecksum mariadb-service-convert my_print_defaults myisam_ftdump myisamchk myisamlog myisampack mysql_fix_extensions mysql_install_db mysql_secure_installation mysql_upgrade mysqld mysqld_multi mysqld_safe mysqlbinlog mysqldumpslow resolve_stack_dump resolveip {m,}aria_chk {m,}aria_dump_log {m,}aria_ftdump {m,}aria_pack {m,}aria_read_log tokuft_logprint tokuft_logdump tokuftdump mysql_ldb sst_dump >mariadb.files # mariadb-client.files filelist mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow mysql_config_editor mysqld_safe_helper >mariadb-client.files @@ -768,6 +769,15 @@ %exclude %{_libdir}/mysql/plugin/dialog*.so %ghost %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something %dir %attr(0750, mysql, mysql) %{_localstatedir}/lib/mysql-files +%if 0%{with_mroonga} > 0 +%{_datadir}/mariadb/mroonga/ +%dir %{_datadir}/groonga/ +%{_datadir}/groonga/COPYING +%{_datadir}/groonga/README.md +%dir %{_datadir}/groonga-normalizer-mysql +%{_datadir}/groonga-normalizer-mysql/README.md +%{_datadir}/groonga-normalizer-mysql/lgpl-2.0.txt +%endif %dir %{_datadir}/mysql/policy %dir %{_datadir}/mysql/policy/apparmor %{_datadir}/mysql/policy/apparmor/README ++++++ mariadb-10.2.10.tar.gz -> mariadb-10.2.11.tar.gz ++++++ /work/SRC/openSUSE:Factory/mariadb/mariadb-10.2.10.tar.gz /work/SRC/openSUSE:Factory/.mariadb.new/mariadb-10.2.11.tar.gz differ: char 5, line 1 ++++++ mysql-patches.tar.xz ++++++
