Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2021-11-12 15:59:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Fri Nov 12 15:59:14 2021 rev:117 rq:930736 version:10.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2021-11-06 
18:13:44.100750502 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new.1890/mariadb.changes        
2021-11-12 15:59:55.650583333 +0100
@@ -1,0 +2,19 @@
+Tue Nov  9 08:34:26 UTC 2021 - Danilo Spinella <danilo.spine...@suse.com>
+
+- Update to 10.6.5
+  * release notes and changelog:
+    https://mariadb.com/kb/en/library/mariadb-1065-release-notes
+    https://mariadb.com/kb/en/library/mariadb-1065-changelog
+  * fixes for the following security vulnerabilities:
+    10.6.5: none
+- Not affected by [CVE-2021-35604], bsc#1192497
+- Drop upstreamed patch:
+  * mariadb-10.2.19-link-and-enable-c++11-atomics.patch
+
+-------------------------------------------------------------------
+Mon Nov  8 15:36:39 UTC 2021 - Danilo Spinella <danilo.spine...@suse.com>
+
+- Use pam macros instead of hardcoding directories, fixes bsc#1191038
+- Add fix-pamdir.patch
+
+-------------------------------------------------------------------

Old:
----
  mariadb-10.2.19-link-and-enable-c++11-atomics.patch
  mariadb-10.6.4.tar.gz
  mariadb-10.6.4.tar.gz.asc

New:
----
  fix-pamdir.patch
  mariadb-10.6.5.tar.gz
  mariadb-10.6.5.tar.gz.asc

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.XC05dp/_old  2021-11-12 15:59:56.794583862 +0100
+++ /var/tmp/diff_new_pack.XC05dp/_new  2021-11-12 15:59:56.794583862 +0100
@@ -50,7 +50,7 @@
 # Build with cracklib plugin when cracklib-dict-full >= 2.9.0 is available
 %define with_cracklib_plugin 0
 Name:           mariadb
-Version:        10.6.4
+Version:        10.6.5
 Release:        0
 Summary:        Server part of MariaDB
 License:        SUSE-GPL-2.0-with-FLOSS-exception
@@ -76,11 +76,11 @@
 Patch2:         mariadb-10.1.1-mysqld_multi-features.patch
 Patch3:         mariadb-10.0.15-logrotate-su.patch
 Patch4:         mariadb-10.2.4-fortify-and-O.patch
-Patch5:         mariadb-10.2.19-link-and-enable-c++11-atomics.patch
 Patch6:         mariadb-10.4.12-harden_setuid.patch
 Patch7:         mariadb-10.4.12-fix-install-db.patch
 Patch8:        harden_mariadb.service.patch
 Patch9:         func_math_tests_MDEV-26645.diff
+Patch10:        fix-pamdir.patch
 # needed for bison SQL parser and wsrep API
 BuildRequires:  bison
 BuildRequires:  cmake
@@ -363,7 +363,6 @@
 %patch2
 %patch3
 %patch4
-%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
@@ -372,6 +371,10 @@
 %patch9
 %endif
 %endif
+# usrmerge has only been applied to TW
+%if 0%{?suse_version} > 1500
+%patch10 -p1
+%endif
 
 cp %{_sourcedir}/suse-test-run .
 
@@ -857,7 +860,7 @@
 %if %{with galera}
 %exclude %{_sysconfdir}/my.cnf.d/50-galera.cnf
 %endif
-%config(noreplace) %{_sysconfdir}/security/user_map.conf
+%config(noreplace) %{_pam_secconfdir}/user_map.conf
 %config %{_sysconfdir}/logrotate.d/%{name}
 %doc %{_defaultdocdir}/%{name}
 %dir %{_libexecdir}/mysql
@@ -888,7 +891,7 @@
 %if 0%{with_cracklib_plugin} > 0
 %exclude %{_libdir}/mysql/plugin/cracklib_password_check.so
 %endif
-/%{_lib}/security/pam_user_map.so
+%{_pam_moduledir}/pam_user_map.so
 %dir %attr(0750, root, mysql) %{_libdir}/mysql/plugin/auth_pam_tool_dir
 %verify(not mode) %attr(4755,root,root) 
%{_libdir}/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
 %ghost 
%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something

++++++ fix-pamdir.patch ++++++
diff --git a/cmake/install_layout.cmake b/cmake/install_layout.cmake
index 877b147bc6e..f025aec78cb 100644
--- a/cmake/install_layout.cmake
+++ b/cmake/install_layout.cmake
@@ -163,7 +163,7 @@ SET(INSTALL_UNIX_ADDRDIR_RPM            
"${INSTALL_MYSQLDATADIR_RPM}/mysql.sock"
 SET(INSTALL_SYSTEMD_UNITDIR_RPM         "/usr/lib/systemd/system")
 SET(INSTALL_SYSTEMD_SYSUSERSDIR_RPM     "/usr/lib/sysusers.d")
 SET(INSTALL_SYSTEMD_TMPFILESDIR_RPM     "/usr/lib/tmpfiles.d")
-SET(INSTALL_PAMDIR_RPM                  "/${INSTALL_LIBDIR_RPM}/security")
+SET(INSTALL_PAMDIR_RPM                  "${INSTALL_LIBDIR_RPM}/security")
 SET(INSTALL_PAMDATADIR_RPM              "/etc/security")
 
 #
++++++ mariadb-10.6.4.tar.gz -> mariadb-10.6.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/mariadb/mariadb-10.6.4.tar.gz 
/work/SRC/openSUSE:Factory/.mariadb.new.1890/mariadb-10.6.5.tar.gz differ: char 
5, line 1

Reply via email to