Control: tags -1 -moreinfo
New version currently in review at
https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/98
mariadb (1:10.11.11-0+deb12u1) bookworm; urgency=medium
[ Otto KekÀlÀinen ]
* New upstream version 10.11.11. Includes fixes for several defects
as noted at https://mariadb.com/kb/en/mariadb-10-11-11-release-notes/ as
well the following security issues:
- CVE-2025-21490
* This release includes upstream version 10.11.10, with fixes for regressions
as noted at https://mariadb.com/kb/en/mariadb-10-11-10-release-notes/
* Includes fix for main.having_cond_pushdown test failure on s390x which also
affected builds in Debian (https://jira.mariadb.org/browse/MDEV-34650)
* Previous version 10.11.7 included fix for InnoDB hang (Closes: #1069895)
* Include Debian packaging bugfixes done upstream:
- MDEV-35907: debian-start script fails when using non-standard socket path
- Set CAP_IPC_LOCK capability if possible
* Update server trace to include new parameters and values. This includes now
MariaDB client parameter 'quick-max-column-width' and new MariaDB Server
parameters 'innodb-log-file-mmap' and 'optimizer-join-limit-pref-ratio'.
Also the parameters 'innodb-lru-flush-size' and
'innodb-purge-rseg-truncate-frequency' seems to have been removed, while
'optimizer-adjust-secondary-key-costs' got new default values.
* Update configuration traces to match innodb_log_file_mmap changes done in
MDEV-35785
* Update configuration traces with new query allocator values from MDEV-35750
* Skip test main.mysqld--help-aria due to MDEV-34733
* Include several restart/shutdown related fixes that have been in Debian
unstable in MariaDB 11.4 for a long time, and which are likely needed to
avoid occasional shutdown issues, in particular on upgrades (LP: #2034125)
in both Debian and Ubuntu
- Make SysV init more verbose in case of MariaDB start failures
(Related: #1033234)
- Limit check of running mysqld/mariadbd to system users (Closes: #1032047)
- When shutting down 'mariadbd', fallback to 'mysqld'
* Add Lintian overrides for new upstream documentation JavaScript files
* Make d/watch more specific to circumvent bug in .10 vs .11 detection
[ Phil Dibowitz ]
* Add some info on getting back to passwordless root (Closes: #1088133)
-- Otto KekÀlÀinen <***@debian.org> Tue, 18 Feb 2025 16:56:41 -0800
± git diff --stat debian/1%10.11.9-0+deb12u1...HEAD -- debian
debian/additions/debian-start
| 6 ++--
debian/changelog
| 42 +++++++++++++++++++++++-
debian/control
| 6 ++--
debian/gbp.conf
| 2 +-
debian/mariadb-server-core.postinst
| 49 ++++++++++++++++++++++++++++
debian/mariadb-server.README.Debian
| 20 ++++++++++++
debian/mariadb-server.mariadb.init
| 23 +++++++++++--
debian/mariadb-server.postrm
| 11 ++++++-
debian/mariadb-server.preinst
| 11 ++++++-
debian/patches/0025-Change-the-default-optimization-from-O3-to-O2-in-mys.patch
| 54 -------------------------------
debian/patches/fix-spelling-rocksdb.patch
| 6 ++--
debian/patches/mroonga-mrn-lib-dirs-path-reproducible-build.patch
| 4 +--
debian/patches/rocksdb-kfreebsd.patch
| 20 ++++++------
debian/patches/series
| 1 -
debian/salsa-ci.yml
| 144 ++-------------------------------------------------------------------------------
debian/source/lintian-overrides
| 5 +--
debian/tests/control
| 6 ++--
debian/tests/traces/mariadb-verbose-help.expected
| 4 +++
debian/tests/traces/mariadbd-verbose-help.expected
| 37 ++++++++++++++-------
debian/unstable-tests.amd64
| 1 +
debian/unstable-tests.arm64
| 1 +
debian/unstable-tests.ppc64el
| 1 +
debian/watch
| 2 +-
23 files changed, 215 insertions(+), 241 deletions(-)
± git diff --stat debian/1%10.11.9-0+deb12u1...HEAD > debdiff.stat
± xz debdiff.stat
± git diff debian/1%10.11.9-0+deb12u1...HEAD > debdiff.diff
± xz debdiff.diff
33K debdiff.stat.xz
3,3M debdiff.diff.xz
The debdiff is so large that I am only attaching the stat to this message.