Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mariadb for openSUSE:Factory checked in at 2026-05-29 18:04:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mariadb (Old) and /work/SRC/openSUSE:Factory/.mariadb.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb" Fri May 29 18:04:39 2026 rev:163 rq:1355221 version:11.8.7 Changes: -------- --- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes 2026-05-05 15:15:58.444681485 +0200 +++ /work/SRC/openSUSE:Factory/.mariadb.new.1937/mariadb.changes 2026-05-29 18:05:18.249883558 +0200 @@ -1,0 +2,20 @@ +Thu May 21 13:45:58 UTC 2026 - Antonio Teixeira <[email protected]> + +- Update to 11.8.7: + https://mariadb.com/docs/release-notes/community-server/11.8/11.8.7 + https://mariadb.com/docs/release-notes/community-server/changelogs/11.8/11.8.7 + * fixes for the following security vulnerabilities: + 11.8.7: CVE-2026-44173 + CVE-2026-44172 + CVE-2026-44171 + CVE-2026-44170 + CVE-2026-44169 + CVE-2026-44168 +- Update spec for removal of README-wsrep file +- Add test pam modules in mariadb-test package +- Add new mariadb-migrate-config-file utility in mariadb-tools package +- Refresh 0001-MDEV-38874-Make-tests-pass-after-2030.patch +- Drop MDEV-38811.patch + * Included in upstream release + +------------------------------------------------------------------- @@ -8,0 +29,3 @@ + CVE-2026-3494 (bsc#1259176) + CVE-2026-34303 + CVE-2026-35549 (bsc#1261413) Old: ---- MDEV-38811.patch mariadb-11.8.6.tar.gz mariadb-11.8.6.tar.gz.asc New: ---- mariadb-11.8.7.tar.gz mariadb-11.8.7.tar.gz.asc ----------(Old B)---------- Old:- Refresh 0001-MDEV-38874-Make-tests-pass-after-2030.patch - Drop MDEV-38811.patch * Included in upstream release ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mariadb.spec ++++++ --- /var/tmp/diff_new_pack.EwNFyW/_old 2026-05-29 18:05:19.961954400 +0200 +++ /var/tmp/diff_new_pack.EwNFyW/_new 2026-05-29 18:05:19.965954566 +0200 @@ -52,7 +52,7 @@ # Build with cracklib plugin when cracklib-dict-full >= 2.9.0 is available %define with_cracklib_plugin 0 Name: mariadb -Version: 11.8.6 +Version: 11.8.7 Release: 0 Summary: Server part of MariaDB License: SUSE-GPL-2.0-with-FLOSS-exception @@ -87,7 +87,6 @@ Patch13: fix-MDEV-32585.patch # PATCH-FIX-UPSTREAM https://github.com/MariaDB/server/pull/4667 Patch14: 0001-MDEV-38874-Make-tests-pass-after-2030.patch -Patch15: MDEV-38811.patch # needed for bison SQL parser and wsrep API BuildRequires: bison BuildRequires: cmake @@ -379,7 +378,6 @@ %ifnarch %{ix86} armv7l armv7hl %patch -P 14 -p1 %endif -%patch -P 15 -p1 cp %{_sourcedir}/suse-test-run . @@ -574,9 +572,6 @@ # Devel man pages rm -rf %{buildroot}%{_mandir}/man3/* -# Rename the wsrep README so it corresponds with the other README names -cp Docs/README-wsrep Docs/README.wsrep - # Generate various filelists (binaries and manpages) # mariadb.files filelist mariabackup mariadb-backup mbstream innochecksum mariadb-service-convert my_print_defaults myisam_ftdump myisamchk myisamlog myisampack mysql_fix_extensions mariadb-fix-extensions mysql_install_db mariadb-install-db mysql_secure_installation mariadb-secure-installation mysql_upgrade mariadb-upgrade mysqld mariadbd mysqld_multi mariadbd-multi mysqld_safe mariadbd-safe mysqlbinlog mariadb-binlog mysqldumpslow mariadb-dumpslow 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 mariadb-ldb sst_dump myrocks_hotbackup >mariadb.files @@ -922,7 +917,6 @@ %if %{with galera} %files galera -f mariadb-galera.files -%doc Docs/README.wsrep %config(noreplace) %attr(-, root, mysql) %{_sysconfdir}/my.cnf.d/50-galera.cnf %{_datadir}/%{name}/systemd/use_galera_new_cluster.conf %{_datadir}/%{name}/wsrep_notify @@ -944,11 +938,13 @@ %dir %attr(755, mysql, mysql) %{_datadir}/%{name}-test %attr(-, mysql, mysql) %{_datadir}/%{name}-test/[^v]* %dir %attr(755, mysql, mysql) %{_datadir}/%{name}-test%{_localstatedir} +%{_libdir}/mysql/plugin/test_pam_modules %files tools -f mariadb-tools.files %{_bindir}/mysqlrepair %{_bindir}/mysqlanalyze %{_bindir}/mysqloptimize +%{_bindir}/mariadb-migrate-config-file %if 0%{with_cracklib_plugin} > 0 %files cracklib-password-check ++++++ 0001-MDEV-38874-Make-tests-pass-after-2030.patch ++++++ --- /var/tmp/diff_new_pack.EwNFyW/_old 2026-05-29 18:05:20.005956221 +0200 +++ /var/tmp/diff_new_pack.EwNFyW/_new 2026-05-29 18:05:20.013956552 +0200 @@ -143,11 +143,11 @@ /*!50003 SET sql_mode = '' */ ;; /*!50003 SET @saved_time_zone = @@time_zone */ ;; /*!50003 SET time_zone = 'SYSTEM' */ ;; --/*!50106 CREATE*/ /*!50117 DEFINER=`root`@`localhost`*/ /*!50106 EVENT `e1` ON SCHEDULE EVERY 1 YEAR STARTS '2030-01-01 00:00:00' ON COMPLETION NOT PRESERVE ENABLE DO select not_a_value */ ;; -+/*!50106 CREATE*/ /*!50117 DEFINER=`root`@`localhost`*/ /*!50106 EVENT `e1` ON SCHEDULE EVERY 1 YEAR STARTS '2080-01-01 00:00:00' ON COMPLETION NOT PRESERVE ENABLE DO select not_a_value */ ;; +-/*!50106 CREATE*/ /*!50117 DEFINER=`root`@`localhost`*/ /*!50106 EVENT `e1` ON SCHEDULE EVERY 1 YEAR STARTS '2030-01-01 00:00:00' ON COMPLETION NOT PRESERVE ENABLE DO select not_a_value ++/*!50106 CREATE*/ /*!50117 DEFINER=`root`@`localhost`*/ /*!50106 EVENT `e1` ON SCHEDULE EVERY 1 YEAR STARTS '2080-01-01 00:00:00' ON COMPLETION NOT PRESERVE ENABLE DO select not_a_value + */ ;; /*!50003 SET time_zone = @saved_time_zone */ ;; /*!50003 SET sql_mode = @saved_sql_mode */ ;; - /*!50003 SET character_set_client = @saved_cs_client */ ;; diff --git a/mysql-test/main/mysqldump.test b/mysql-test/main/mysqldump.test index 340f20a4a51..0e6bab151a6 100644 --- a/mysql-test/main/mysqldump.test ++++++ mariadb-11.8.6.tar.gz -> mariadb-11.8.7.tar.gz ++++++ /work/SRC/openSUSE:Factory/mariadb/mariadb-11.8.6.tar.gz /work/SRC/openSUSE:Factory/.mariadb.new.1937/mariadb-11.8.7.tar.gz differ: char 18, line 1
