Hello community,

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

Package is "mariadb"

Sun Feb 25 11:32:30 2018 rev:67 rq:579673 version:10.2.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2018-02-16 
21:38:54.207571682 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2018-02-25 
11:32:35.663898445 +0100
@@ -1,0 +2,46 @@
+Wed Feb 14 11:51:39 UTC 2018 - kstreit...@suse.com
+
+- update to 10.2.13 GA
+  * notable changes
+    * InnoDB updated to 5.7.21
+    * Galera wsrep library updated to 25.3.23
+    * MDEV-13869 - MariaDB slow start
+    * MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
+      properly when used with DATA DIRECTORY
+    * MDEV-15249 - Crash in MVCC read after IMPORT TABLESPACE
+    * Foreign key bugs:
+    * MDEV-15199 - Referential integrity broken in ON DELETE
+      CASCADE/MDEV-14222 Unnecessary 'cascade' memory allocation
+      for every updated row
+    * MDEV-15219 - FOREIGN KEY CASCADE or SET NULL operations will
+      not resume after lock wait
+    * MDEV-15042 - INSERT ON DUPLICATE KEY UPDATE produces error
+      1032 (Can't find record)
+    * MDEV-13205 - InnoDB: Failing assertion:
+      !dict_index_is_online_ddl(index) upon ALTER TABLE
+    * MDEV-14958 - Merge new release of InnoDB MySQL 5.7.21 to 10.2
+    * MDEV-15165 - InnoDB purge for index on virtual column is
+      trying to access an incomplete record
+    * MDEV-15143 - InnoDB: Rollback of trx with id 0 completed
+    * MDEV-11415 - Remove excessive undo logging during ALTER
+      TABLE…ALGORITHM=COPY
+    * MDEV-15016 - multiple page cleaner threads use a lot of CPU
+    * MDEV-14941 - Timeouts on persistent statistics tables caused
+      by MDEV-14511
+    * MDEV-14985 - innodb_undo_log_truncate may be blocked if
+      transactions were recovered at startup
+    * MDEV-14441 - InnoDB hangs when setting
+      innodb_adaptive_hash_index=OFF during UPDATE
+    * MDEV-14887 - On a 32-bit system, MariaDB 10.2 mishandles
+      data file sizes exceeding 4GiB
+  * fixes for the following security vulnerabilities:
+    * CVE-2018-2562, CVE-2018-2622, CVE-2018-2640, CVE-2018-2665,
+      CVE-2018-2668, CVE-2018-2612
+  * release notes and changelog:
+    https://mariadb.com/kb/en/library/mariadb-10213-release-notes/
+    https://mariadb.com/kb/en/library/mariadb-10213-changelog/
+  * fixes [bsc#1058729] and [bsc#1068906]
+- refresh mariadb-10.2.10-disable_openssl_compatibility_check.patch
+- refresh mariadb-10.2.3-group.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.IVgbQo/_old  2018-02-25 11:32:38.295802871 +0100
+++ /var/tmp/diff_new_pack.IVgbQo/_new  2018-02-25 11:32:38.299802726 +0100
@@ -49,7 +49,7 @@
 %define with_mroonga 0
 %endif
 Name:           mariadb
-Version:        10.2.12
+Version:        10.2.13
 Release:        0
 Summary:        Server part of MariaDB
 License:        SUSE-GPL-2.0-with-FLOSS-exception
@@ -543,7 +543,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 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 
myrocks_hotbackup >mariadb.files
 
 # mariadb-client.files
 filelist mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysql_config_editor mysqld_safe_helper >mariadb-client.files

++++++ mariadb-10.2.10-disable_openssl_compatibility_check.patch ++++++
--- /var/tmp/diff_new_pack.IVgbQo/_old  2018-02-25 11:32:38.403798950 +0100
+++ /var/tmp/diff_new_pack.IVgbQo/_new  2018-02-25 11:32:38.403798950 +0100
@@ -21,7 +21,7 @@
 -  EVP_MD_CTX     *md5_ctx;
 -
 -  if (!CRYPTO_set_mem_functions(coc_malloc, NULL, NULL))
--    return 1;
+-    return 0;
 -
 -  testing= 1;
 -  alloc_size= alloc_count= 0;

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

++++++ mariadb-10.2.3-group.patch ++++++
--- /var/tmp/diff_new_pack.IVgbQo/_old  2018-02-25 11:32:38.463796771 +0100
+++ /var/tmp/diff_new_pack.IVgbQo/_new  2018-02-25 11:32:38.463796771 +0100
@@ -17,7 +17,7 @@
  pid_file=
  err_log=
  err_log_base=
-@@ -300,6 +301,7 @@ parse_arguments() {
+@@ -308,6 +309,7 @@ parse_arguments() {
        --pid[-_]file=*) pid_file="$val" ;;
        --plugin[-_]dir=*) PLUGIN_DIR="$val" ;;
        --user=*) user="$val"; SET_USER=1 ;;
@@ -25,7 +25,7 @@
        --log[-_]basename=*|--hostname=*|--loose[-_]log[-_]basename=*)
          pid_file="$val.pid";
        err_log_base="$val";
-@@ -713,6 +715,7 @@ then
+@@ -725,6 +727,7 @@ then
    if test "$user" != "root" -o $SET_USER = 1
    then
      USER_OPTION="--user=$user"
@@ -33,7 +33,7 @@
    fi
    if test -n "$open_files"
    then
-@@ -735,7 +738,12 @@ then
+@@ -747,7 +750,12 @@ then
      log_error "Fatal error Can't create database directory '$mysql_unix_port'"
      exit 1
    fi
@@ -51,15 +51,15 @@
 ===================================================================
 --- scripts/mysql_install_db.sh.orig
 +++ scripts/mysql_install_db.sh
-@@ -29,6 +29,7 @@ args=""
- defaults=""
+@@ -30,6 +30,7 @@ defaults=""
+ defaults_group_suffix=""
  mysqld_opt=""
  user=""
 +group=""
  silent_startup="--silent-startup"
  
  force=0
-@@ -89,6 +90,11 @@ Usage: $0 [OPTIONS]
+@@ -93,6 +94,11 @@ Usage: $0 [OPTIONS]
                         user.  You must be root to use this option.  By default
                         mysqld runs using your current login name and files and
                         directories that it creates will be owned by you.
@@ -71,7 +71,7 @@
  
  All other options are passed to the mysqld program
  
-@@ -136,11 +142,11 @@ parse_arguments()
+@@ -140,11 +146,11 @@ parse_arguments()
        --builddir=*) builddir=`parse_arg "$arg"` ;;
        --srcdir=*)  srcdir=`parse_arg "$arg"` ;;
        --ldata=*|--datadir=*|--data=*) ldata=`parse_arg "$arg"` ;;
@@ -85,7 +85,7 @@
        --skip-name-resolve) ip_only=1 ;;
        --verbose) verbose=1 ; silent_startup="" ;;
        --rpm) in_rpm=1 ;;
-@@ -421,7 +427,12 @@ do
+@@ -429,7 +435,12 @@ do
    fi
    if test -n "$user"
    then
@@ -99,7 +99,7 @@
      if test $? -ne 0
      then
        echo "Cannot change ownership of the database directories to the 
'$user'"
-@@ -436,6 +447,11 @@ then
+@@ -444,6 +455,11 @@ then
    args="$args --user=$user"
  fi
  
@@ -115,7 +115,7 @@
 ===================================================================
 --- scripts/CMakeLists.txt.orig
 +++ scripts/CMakeLists.txt
-@@ -134,6 +134,7 @@ ENDIF()
+@@ -161,6 +161,7 @@ ENDIF()
  
  SET(HOSTNAME "hostname")
  SET(MYSQLD_USER "mysql")


Reply via email to