Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2018-11-28 11:11:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Wed Nov 28 11:11:08 2018 rev:78 rq:651994 version:10.2.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2018-10-02 
19:40:47.182266240 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new.19453/mariadb.changes       
2018-11-28 11:12:22.946984317 +0100
@@ -1,0 +2,60 @@
+Wed Nov 14 09:42:24 UTC 2018 - [email protected]
+
+- update to 10.2.19 GA [bsc#1116686]
+  * notable changes:
+    * innodb_safe_truncate system variable for a backup-safe
+      TRUNCATE TABLE implementation that is based on RENAME,
+      CREATE, DROP (MDEV-14717, MDEV-14585, MDEV-13564). Default
+      value for this variable is ON. If you absolutely must use
+      XtraBackup instead of Mariabackup, you can set it to OFF and
+      restart the server
+    * MDEV-17289: Multi-pass recovery fails to apply some redo
+      log records
+    * MDEV-17073: INSERT…ON DUPLICATE KEY UPDATE became more
+      deadlock-prone
+    * MDEV-17491: micro optimize page_id_t
+    * MDEV-13671: InnoDB should use case-insensitive column name
+      comparisons like the rest of the server
+    * Fixes for indexed virtual columns: MDEV-17215, MDEV-16980
+    * MDEV-17433: Allow InnoDB start up with empty ib_logfile0
+      from mariabackup --prepare
+    * MDEV-12547: InnoDB FULLTEXT index has too strict
+      innodb_ft_result_cache_limit max limit
+    * MDEV-17541: KILL QUERY during lock wait in FOREIGN KEY
+      check causes hang
+    * MDEV-17531: Crash in RENAME TABLE with FOREIGN KEY and
+      FULLTEXT INDEX
+    * MDEV-17532: Performance_schema reports wrong directory for
+      the temporary files of ALTER TABLE…ALGORITHM=INPLACE
+    * MDEV-17545: Predicate lock for SPATIAL INDEX should lock
+      non-matching record
+    * MDEV-17546: SPATIAL INDEX should not be allowed for
+      FOREIGN KEY
+    * MDEV-17548: Incorrect access to off-page column for
+      indexed virtual column
+    * MDEV-12023: Assertion failure sym_node->table != NULL
+      on startup
+    * MDEV-17230: encryption_key_id from alter is ignored by
+      encryption threads
+  * fixes for the following security vulnerabilities:
+      CVE-2018-3282 [bsc#1112432], CVE-2016-9843 [bsc#1013882],
+      CVE-2018-3174 [bsc#1112368], CVE-2018-3143 [bsc#1112421],
+      CVE-2018-3156 [bsc#1112417], CVE-2018-3251 [bsc#1112397],
+      CVE-2018-3185 [bsc#1112384], CVE-2018-3277 [bsc#1112391],
+      CVE-2018-3162 [bsc#1112415], CVE-2018-3173 [bsc#1112386],
+      CVE-2018-3200 [bsc#1112404], CVE-2018-3284 [bsc#1112377]
+  * release notes and changelog:
+    https://mariadb.com/kb/en/library/mariadb-10219-release-notes
+    https://mariadb.com/kb/en/library/mariadb-10219-changelog
+- do not pack libmariadb.pc (packed in mariadb-connector-c)
+
+-------------------------------------------------------------------
+Tue Oct 30 14:59:59 UTC 2018 - [email protected]
+
+- add "Requires: libmariadb_plugins" to the mariadb-test subpackage
+  in order to be able to test client plugins successfuly
+  [bsc#1111859]
+- don't remove debug_key_management.so anymore [bsc#1111858]
+
+
+-------------------------------------------------------------------

Old:
----
  mariadb-10.2.18.tar.gz
  mariadb-10.2.18.tar.gz.sig

New:
----
  mariadb-10.2.19.tar.gz
  mariadb-10.2.19.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.oXiarP/_old  2018-11-28 11:12:25.726980409 +0100
+++ /var/tmp/diff_new_pack.oXiarP/_new  2018-11-28 11:12:25.726980409 +0100
@@ -48,7 +48,7 @@
 %define with_mroonga 0
 %endif
 Name:           mariadb
-Version:        10.2.18
+Version:        10.2.19
 Release:        0
 Summary:        Server part of MariaDB
 License:        SUSE-GPL-2.0-with-FLOSS-exception
@@ -273,6 +273,8 @@
 Requires:       %{name}-bench = %{version}
 Requires:       %{name}-client = %{version}
 Requires:       %{name}-tools = %{version}
+# Requires libmariadb_plugins in order to test client plugins successfuly
+Requires:       libmariadb_plugins >= 3.0
 Requires:       perl-DBD-mysql
 Requires:       procps
 Requires:       time
@@ -498,9 +500,6 @@
 # Remove systemd-sysusers conf file for creating of mysql user (we do it in 
the specfile)
 rm -f %{buildroot}%{_sysusersdir}/sysusers.conf
 
-# Remove debug management for keys Mariadb 101+
-rm -f %{buildroot}%{_libdir}/mysql/plugin/debug_key_management.so
-
 # Remove client libraries that are now provided in mariadb-connector-c
 # Client library and links
 rm %{buildroot}%{_libdir}/libmariadb*.so.*
@@ -513,6 +512,7 @@
 rm %{buildroot}%{_bindir}/mysql_config
 rm %{buildroot}%{_bindir}/mariadb_config
 rm %{buildroot}%{_datadir}/pkgconfig/mariadb.pc
+rm %{buildroot}%{_prefix}/lib/pkgconfig/libmariadb.pc
 rm %{buildroot}%{_datadir}/aclocal/mysql.m4
 rm %{buildroot}%{_mandir}/man1/mysql_config*.1*
 rm -r %{buildroot}%{_includedir}/mysql

++++++ mariadb-10.2.18.tar.gz -> mariadb-10.2.19.tar.gz ++++++
/work/SRC/openSUSE:Factory/mariadb/mariadb-10.2.18.tar.gz 
/work/SRC/openSUSE:Factory/.mariadb.new.19453/mariadb-10.2.19.tar.gz differ: 
char 5, line 1


Reply via email to