Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2018-10-02 19:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Tue Oct  2 19:40:44 2018 rev:77 rq:638723 version:10.2.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2018-09-16 
18:30:15.299445653 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2018-10-02 
19:40:47.182266240 +0200
@@ -1,0 +2,26 @@
+Wed Sep 26 09:28:21 UTC 2018 - kstreit...@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
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.gbS1GR/_old  2018-10-02 19:40:48.718263959 +0200
+++ /var/tmp/diff_new_pack.gbS1GR/_new  2018-10-02 19:40:48.722263952 +0200
@@ -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

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

++++++ mariadb-10.2.4-fortify-and-O.patch ++++++
--- /var/tmp/diff_new_pack.gbS1GR/_old  2018-10-02 19:40:48.834263786 +0200
+++ /var/tmp/diff_new_pack.gbS1GR/_new  2018-10-02 19:40:48.838263780 +0200
@@ -9,7 +9,7 @@
 ===================================================================
 --- 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 @@
      )
  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 @@
  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


Reply via email to