Prepare upload of MariaDB 11.4.6(+7) to Ubuntu 25.04 "Plucky"
Similar to MRs labelled (new-upstream-version)(https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests?label_name[]=new-upstream-version), this Merge Request contains the import of a new upstream version of MariaDB.
Do not review merge commits or upstream commits, but focus on the ones that are made only on the proposed ubuntu/22.04-jammy
branch update in this MR:
git log --first-parent --reverse --format='format:* %C(yellow)%h%C(reset) %s' origin/ubuntu/25.04-plucky...
- bbfaf8d7 Update upstream source from tag 'upstream/11.4.6'
- 9909fc30 Update changelog and refresh patches after 11.4.6 import
- cde15f3d Revert "Set CAP_IPC_LOCK capability if possible" because of MDEV-36229
- f1afec19 Update server trace to include new parameters and values
- 6a047617 Salsa CI: Disable LTO for builds running in containers on GitLab CI
- 958e2a03 Add Breaks/Replaces for files moved around in src:mysql-8.4 (LP: #2110378)
- 4b60eaf5 Disable new unreliable test main.mysql-interactive
- 8da27aa2 Update changelog for 1:11.4.6-0ubuntu0.25.04.1 release
- 6b73c0cb Update upstream source from tag 'upstream/11.4.7'
- 5997bd81 Update changelog and refresh patches after 11.4.7 import
Changelog:
mariadb (1:11.4.7-0ubuntu0.25.04.1) plucky-security; urgency=medium
* SECURITY UPDATE: New upstream version 11.4.7 includes fixes for regressions
as noted at https://mariadb.com/kb/en/mariadb-11-4-7-release-notes/ and
also the preivous upstream version 11.4.6 includes fixes for regressions
as noted at https://mariadb.com/kb/en/mariadb-11-4-6-release-notes/ and
also fixes the following security vulnerabilities (LP: #2110070):
- CVE-2023-52969
- CVE-2023-52970
- CVE-2023-52971
- CVE-2025-30693
- CVE-2025-30722
* Drop all RocksDB patches now upstream due to update to version 6.29fb
* Drop PCRE2 10.45 compatibility patch obsoleted by upstream test change
* Revert "Set CAP_IPC_LOCK capability if possible" because of MDEV-36229
* Update configuration traces to include new upstream system variables:
- innodb-buffer-pool-size-auto-min (default: 0)
- innodb-buffer-pool-size-max (default: 0)
- innodb-log-checkpoint-now (default: FALSE)
* Also update configuration traces to match that in 10.11.12 the variables
innodb-buffer-pool-chunk-size and innodb-log-spin-wait-delay are advertised
as deprecated.
* Add Breaks/Replaces for files moved around in src:mysql-8.4 (LP: #2110378)
* Disable new unreliable test main.mysql-interactive
Test builds visible at https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb/+builds?build_text=&build_state=all
When reviewing, note all the parallel reviews in progress of the same set of minor maintenance releases:
Edited by Otto Kekäläinen