[Bug 2120204] Re: [SRU] MariaDB 11.4.8, 10.11.14, 10.6.23 in all maintained Ubuntu releases
Otto Kekäläinen
2120204 at bugs.launchpad.net
Sat Dec 6 04:19:49 UTC 2025
# Re-verification of
https://launchpad.net/ubuntu/+source/mariadb/1:11.4.8-0ubuntu0.25.04.1
✔ https://launchpad.net/ubuntu/+source/mariadb/1:11.4.8-0ubuntu0.25.04.1
after triggering rebuilds everything passed
# Re-verification of https://launchpad.net/ubuntu/+source/mariadb/1:10.11.14-0ubuntu0.24.04.1
✔
https://launchpad.net/ubuntu/+source/mariadb/1:10.11.14-0ubuntu0.24.04.1
after triggering rebuilds everything passed
✔ Upgrades successfully when -proposed enabled
Exact steps to test upgrades in -proposed for this package that includes
a running service inside a container:
```
apt update && apt install --yes lsb-release
# Enable automatic restarts from maint scripts
sed -i "s/101/0/g" /usr/sbin/policy-rc.d
# Fake /sbin/runlevel to avoid warnings of "invoke-rc.d: could not determine current runlevel"
echo -e '#!/bin/sh\necho "N 5"' > /sbin/runlevel; chmod +x /sbin/runlevel
apt install --yes mariadb-server
mariadb -e "SELECT version()"
cat <<EOF > /etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF
cat <<EOF >/etc/apt/preferences.d/proposed-updates
# Configure apt to allow selective installs of packages from proposed
Package: *
Pin: release a=$(lsb_release -cs)-proposed
Pin-Priority: 800
EOF
apt update
apt upgrade --yes
mariadb -e "SELECT version()"
```
Result:
```
# mariadb -e "SELECT version()"
+-----------------------------------+
| version() |
+-----------------------------------+
| 10.11.14-MariaDB-0ubuntu0.24.04.1 |
+-----------------------------------+
```
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2120204
Title:
[SRU] MariaDB 11.4.8, 10.11.14, 10.6.23 in all maintained Ubuntu
releases
Status in mariadb package in Ubuntu:
Confirmed
Status in mariadb-10.6 package in Ubuntu:
Invalid
Status in mariadb source package in Jammy:
Invalid
Status in mariadb-10.6 source package in Jammy:
Fix Committed
Status in mariadb source package in Noble:
Fix Committed
Status in mariadb source package in Plucky:
Fix Committed
Bug description:
This issue tracks an update for the MariaDB and Galera packages,
moving to versions:
* questing (25.10): MariaDB 1:11.8.3
* plucky (25.04): MariaDB 1:11.4.8
* noble (24.04): MariaDB 1:10.11.14
* jammy (22.04): MariaDB 1:10.6.23
These minor maintenance releases include bug fixes following the SRU special case documentation at
https://documentation.ubuntu.com/sru/en/latest/reference/exception-MariaDB-Galera-Updates/.
Upstream did not announce any new CVEs fixed by this release, so these
versions will not be uploaded as security updates, but as regular
stable updates.
[Upstream changes]
The new versions, along with descriptions of changes and detailed
changelogs for each version will be posted as MRs
https://salsa.debian.org/mariadb-team/mariadb-server/
So far the 11.8.3 import to Debian unstable (and Ubuntu devel) has
been posted for review at https://salsa.debian.org/mariadb-
team/mariadb-server/-/merge_requests/129
[Test Plan]
TODO: Check that builds pass on all Ubuntu architectures
TODO: Check that the full build passed, including checks for file locations,
symbols file and ABI stability and the post-build upstream tests
TODO: Check DEP-8 (autopkgtests) pass
TODO: If that the same update in Debian unstable and Ubuntu devel passed all
QA systems, including DEP-8 (autopkgtests) for reverse dependencies
TODO: If there are any non passing tests - explain why that is ok in this case
TODO: Add results of an autopkgtest run against all the new versions
TODO: If available, check status of Debian Salsa pipelines
[Regression Potential]
The build incorporates an extensive build and integration test suite. The
upstream also releases their own .deb packages and they too run extensive
tests on them. Regressions would likely arise from a change in interaction
with Ubuntu-specific integrations.
Some regressions were already discovered while preparing
https://salsa.debian.org/mariadb-team/mariadb-
server/-/merge_requests/129 and patched to partially revert some
upstream changes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb/+bug/2120204/+subscriptions
More information about the Ubuntu-sponsors
mailing list