Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2017-02-13 07:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-community-server (Old)
 and      /work/SRC/openSUSE:Factory/.mysql-community-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mysql-community-server"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
    2016-10-31 09:56:16.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
       2017-02-13 07:49:00.139246614 +0100
@@ -1,0 +2,23 @@
+Fri Feb  3 18:32:42 UTC 2017 - kstreit...@suse.com
+
+- update to 5.6.35
+  * changes
+    http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-35.html
+  * fixed CVEs:
+    CVE-2016-8318 [bsc#1020872], CVE-2017-3312 [bsc#1020873],
+    CVE-2017-3258 [bsc#1020875], CVE-2017-3273 [bsc#1020876],
+    CVE-2017-3244 [bsc#1020877], CVE-2017-3257 [bsc#1020878],
+    CVE-2017-3238 [bsc#1020882], CVE-2017-3291 [bsc#1020884],
+    CVE-2017-3265 [bsc#1020885], CVE-2017-3313 [bsc#1020890],
+    CVE-2016-8327 [bsc#1020893], CVE-2017-3317 [bsc#1020894],
+    CVE-2017-3318 [bsc#1020896]
+- refresh mysql-community-server-5.6.10-group.patch      
+- replace systemd and systemd-devel BuildRequires with
+  pkgconfig(libsystemd), which matches what the build system is
+  actually looking for.      
+- switch to xz compression instead of bz2 for the following tarballs:
+  mysql-patches.tar.bz2 renamed to mysql-patches.tar.xz
+  configuration-tweaks.tar.bz2 renamed to configuration-tweaks.tar.xz
+- replace bzip2 with xz in README.debug
+
+-------------------------------------------------------------------

Old:
----
  configuration-tweaks.tar.bz2
  mysql-5.6.34.tar.gz
  mysql-patches.tar.bz2

New:
----
  configuration-tweaks.tar.xz
  mysql-5.6.35.tar.gz
  mysql-patches.tar.xz

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

Other differences:
------------------
++++++ mysql-community-server.spec ++++++
--- /var/tmp/diff_new_pack.uo9Gao/_old  2017-02-13 07:49:03.538761235 +0100
+++ /var/tmp/diff_new_pack.uo9Gao/_new  2017-02-13 07:49:03.538761235 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mysql-community-server
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,7 +43,7 @@
 %define with_cassandra 0
 %endif
 Name:           mysql-community-server
-Version:        5.6.34
+Version:        5.6.35
 Release:        0
 Summary:        Server part of %{pretty_name}
 License:        SUSE-GPL-2.0-with-FLOSS-exception
@@ -56,9 +56,9 @@
 Source5:        mysql.SuSEfirewall2
 Source7:        README.install
 Source8:        README.SUSE
-Source9:        mysql-patches.tar.bz2
+Source9:        mysql-patches.tar.xz
 Source12:       series
-Source13:       configuration-tweaks.tar.bz2
+Source13:       configuration-tweaks.tar.xz
 Source14:       my.ini
 Source15:       mysql.service
 Source16:       mysql.target
@@ -99,10 +99,8 @@
 BuildRequires:  tcpd-devel
 BuildRequires:  time
 BuildRequires:  zlib-devel
-# pkgconfig(systemd) on most versions is in systemd main pkg, remove
-# after oldest supported is Leap 43
-BuildRequires:  systemd
-BuildRequires:  systemd-devel
+# Do not ever switch away from pkgconfig(libsystemd) BuildRequires; 
systemd/systemd-devel causes build cycles
+BuildRequires:  pkgconfig(libsystemd)
 # required by rcmysql
 Requires:       %{name}-client
 Requires:       %{name}-errormessages = %{version}
@@ -505,7 +503,7 @@
 # Generate various filelists
 filelist innochecksum my_print_defaults myisam_ftdump myisamchk myisamlog 
myisampack mysql_fix_extensions mysql_fix_privilege_tables mysql_ssl_rsa_setup 
mysql_install_db mysql_secure_installation mysql_upgrade mysqlbug mysqld 
mysqld_multi mysqld_safe mysqlbinlog mysqldumpslow mysqlmanager mroonga 
resolve_stack_dump resolveip {m,}aria_chk {m,}aria_dump_log {m,}aria_ftdump 
{m,}aria_pack {m,}aria_read_log xtstat tokuft_logprint tokuftdump >mysql.files
 
-filelist mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysql_config_editor >mysql-client.files
+filelist mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysql_config_editor mysqld_safe_helper >mysql-client.files
 # The dialog stuff is mariadb only
 if [ "`ls '%{buildroot}'%{_libdir}/mysql/plugin/dialog*.so 2> /dev/null`" ]; 
then
     echo '%%dir %%_libdir/mysql'               >> mysql-client.files
@@ -627,7 +625,7 @@
 # Use our configuration stuff instead of upstream one
 rm -rf '%{buildroot}'%{_sysconfdir}/my.cnf.d
 install -d -m 755 '%{buildroot}'%{_sysconfdir}/my.cnf.d
-bzip2 -cd '%{_sourcedir}'/configuration-tweaks.tar.bz2 | tar -C 
'%{buildroot}'%{_sysconfdir}/my.cnf.d -xvf -
+tar -C '%{buildroot}'%{_sysconfdir}/my.cnf.d -xvf %{SOURCE13}
 
 # Documentation that was copied to wrong folder
 rm -f  '%{buildroot}'%{_datadir}/doc/* 2> /dev/null || true
@@ -801,6 +799,7 @@
 %dir %{_datadir}/mysql/policy/selinux
 %{_datadir}/mysql/policy/selinux/README
 %{_datadir}/mysql/policy/selinux/mariadb-server.*
+%{_datadir}/mysql/policy/selinux/mariadb.te
 %dir %{_datadir}/mysql/systemd
 %{_datadir}/mysql/systemd/mariadb.service
 %{_datadir}/mysql/systemd/mariadb@.service

++++++ README.debug ++++++
--- /var/tmp/diff_new_pack.uo9Gao/_old  2017-02-13 07:49:03.590753812 +0100
+++ /var/tmp/diff_new_pack.uo9Gao/_new  2017-02-13 07:49:03.594753240 +0100
@@ -33,9 +33,9 @@
 Note that this log file may become extremly large, so if you decide to
 attach it whole to the bugzilla, don't forget to
 
-    bzip2 -k /var/lib/mysql/mysqld-query.log
+    xz -k9 /var/lib/mysql/mysqld-query.log
 
-and attach the bzipped file instead.
+and attach the xzipped file instead.
 
 2) Coredumps and Backtraces
 ---------------------------
@@ -71,4 +71,4 @@
 
     stack-trace
 
-The trace file will be then written to /var/lib/mysql directory.
\ No newline at end of file
+The trace file will be then written to /var/lib/mysql directory.

++++++ mysql-5.6.34.tar.gz -> mysql-5.6.35.tar.gz ++++++
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-5.6.34.tar.gz 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-5.6.35.tar.gz 
differ: char 5, line 1


Reply via email to