commit mariadb for openSUSE:Factory

2017-05-30 Thread root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2017-05-30 16:10:44

Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and  /work/SRC/openSUSE:Factory/.mariadb.new (New)


Package is "mariadb"

Tue May 30 16:10:44 2017 rev:57 rq:499777 version:10.1.22

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2017-04-18 
13:46:56.799782610 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2017-05-30 
16:10:47.485683357 +0200
@@ -1,0 +2,15 @@
+Tue May 30 13:12:47 UTC 2017 - fv...@suse.com
+
+- Add mariadb-10.1.22-xtradb_null_checks.patch (boo#1041525)
+  (See also https://jira.mariadb.org/browse/MDEV-12358)
+- switch from '/var/run' to '/run' as /var/run is just a symlink to /run
+- fix permissions for /var/run/mysql that were wrongly set to
+  700 instead of 755 due to added umask. This prevented non-root
+  from connecting to the database [bsc#1038740]
+- change permissions of the configuration dir/files to 755/644.
+  Please note that storing the password in the /etc/my.cnf file is
+  not safe. Use for example an option file that is accessible only
+  by yourself [bsc#889126]
+- set the default umask to 077 in mysql-systemd-helper [bsc#1020976]
+
+---



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.sMWJfM/_old  2017-05-30 16:10:49.265432366 +0200
+++ /var/tmp/diff_new_pack.sMWJfM/_new  2017-05-30 16:10:49.269431802 +0200
@@ -544,7 +544,7 @@
install -m 644 "${i}" "${DOCDIR}" || true
 done
 # Default configuration file
-install -m 660 %{SOURCE14} %{buildroot}%{_sysconfdir}/my.cnf
+install -m 664 %{SOURCE14} %{buildroot}%{_sysconfdir}/my.cnf
 
 # Systemd/initscript
 install -D -m 755 %{_sourcedir}/mysql-systemd-helper 
'%{buildroot}'%{_libexecdir}/mysql/mysql-systemd-helper
@@ -744,9 +744,9 @@
 
 %files -f mysql.files
 %defattr(-, root, root)
-%config(noreplace) %attr(0640, root, mysql) %{_sysconfdir}/my.cnf
-%dir %attr(0750, root, mysql) %{_sysconfdir}/my.cnf.d
-%config(noreplace) %attr(0640, root, mysql) %{_sysconfdir}/my.cnf.d/*
+%config(noreplace) %attr(0644, root, mysql) %{_sysconfdir}/my.cnf
+%dir %attr(0755, root, mysql) %{_sysconfdir}/my.cnf.d
+%config(noreplace) %attr(0644, root, mysql) %{_sysconfdir}/my.cnf.d/*
 %config %{_sysconfdir}/logrotate.d/%{name}
 %doc %{_defaultdocdir}/%{name}
 %dir %{_libexecdir}/mysql

++ README.SUSE ++
--- /var/tmp/diff_new_pack.sMWJfM/_old  2017-05-30 16:10:49.341421649 +0200
+++ /var/tmp/diff_new_pack.sMWJfM/_new  2017-05-30 16:10:49.345421085 +0200
@@ -35,7 +35,7 @@
 
 File locations changes:
  - MySQL socket file and pid file were moved from /var/lib/mysql to more
-   reasonable location ( /var/run/mysql ) by default.
+   reasonable location ( /run/mysql ) by default.
  - MySQL log files are in /var/log/mysql.
 
 3) BerkeleyDB:

++ configuration-tweaks.tar.xz ++

++ my.ini ++
--- /var/tmp/diff_new_pack.sMWJfM/_old  2017-05-30 16:10:49.485401344 +0200
+++ /var/tmp/diff_new_pack.sMWJfM/_new  2017-05-30 16:10:49.485401344 +0200
@@ -2,11 +2,14 @@
 # It is based on upstream defaults with some additional examples.
 
 
-# The following options will be passed to all MariaDB clients
+# The following options will be passed to all MySQL/MariaDB clients
 [client]
-# password  = your_password
+# Please note that storing the password in this file is not safe. For this
+# purpose you can, for example, list your password in the [client] section
+# of the '~/.my.cnf' configuration file with an access mode set to 400 or 600.
+# password   = your_password
 # port   = 3306
-# socket = /var/run/mysql/mysql.sock
+# socket = /run/mysql/mysql.sock
 
 [mysqld]
 
@@ -38,7 +41,7 @@
 
 # These are commonly set, remove the # and set as required.
 # port = 3306
-# socket = /var/run/mysql/mysql.sock
+# socket = /run/mysql/mysql.sock
 
 # Don't listen on a TCP/IP port at all. This can be a security enhancement,
 # if all processes that need to connect to mysqld run on the same host.

++ mysql-patches.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mariadb-10.1.22-xtradb_null_checks.patch 
new/mysql-patches/mysql-patches/mariadb-10.1.22-xtradb_null_checks.patch
--- old/mysql-patches/mysql-patches/mariadb-10.1.22-xtradb_null_checks.patch
1970-01-01 01:00:00.0 +0100
+++ new/mysql-patches/mysql-patches/mariadb-10.1.22-xtradb_null_checks.patch
2017-05-30 14:51:50.656604976 +0200
@@ -0,0 +1,21 @@
+PATCH-P1-FIX-HACK: Disable attributes globally to avoid GCC7 optimizing away 
null checks
+
+See boo#1041525.
+Source of this patch:
+https

commit patterns-base for openSUSE:Factory

2017-05-30 Thread root
Hello community,

here is the log from the commit of package patterns-base for openSUSE:Factory 
checked in at 2017-05-30 13:42:35

Comparing /work/SRC/openSUSE:Factory/patterns-base (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-base.new (New)


Package is "patterns-base"

Tue May 30 13:42:35 2017 rev:6 rq: version:20170319

Changes:




Other differences:
--
++ patterns-base.spec ++
--- /var/tmp/diff_new_pack.tJFAbu/_old  2017-05-30 13:42:36.867475273 +0200
+++ /var/tmp/diff_new_pack.tJFAbu/_new  2017-05-30 13:42:36.871474708 +0200
@@ -267,6 +267,7 @@
 Requires:   pattern() = basesystem
 Requires:   pattern() = minimal_base
 Recommends: pattern() = yast2_basis
+Recommends: iputils
 Recommends: ntp
 Recommends: vim
 Recommends: screen