mariadb (1:11.8.5-3)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1%11.8.5-3 tag
- Git: https://salsa.debian.org/mariadb-team/mariadb-server.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 70221824
- Browser: https://salsa.debian.org/mariadb-team/mariadb-server
- Last scan: 2025-12-23 18:47:02+00
- Next scan: 2025-12-29 07:12:00+00
- Merge requests: 7
- CI pipeline status: success
- Debian changelog in Git:
mariadb (1:11.8.5-3) unstable; urgency=medium
* MDEV-23538: Rename mariadb.pc to mariadb-server-embedded.pc to avoid
confusion, as well as sync other misc Debian packaging improvements from
upstream
* Drop transitional dummy package `mariadb-server-10.5`
* Make mariadb-test-run logs more informative to make debugging failures
in Debian/Ubuntu build and autopkgtest logs easier
* Remove override for test 'main.mysql-interactive' and extensively document
and ensure all the mariadb-test-run skip lists are current
* Add tentative upstream patch to fix main.mysqld--help-aria test failure
* Add upstream patch to fix test innodb_log_file_size failures
* Add upstream patch to fix test innodb.log_corruption_recovery failures
* Add patch to fix Spider test failures in networkless environments
-- Otto Kekäläinen <otto@debian.org> Mon, 15 Dec 2025 20:00:00 -0800
- This branch is 1 commit ahead of tag debian/1%11.8.5-3
- Git log:
commit c2af0e3428c4eff98ee919a7b821b8fd13857473
Author: Aquila Macedo <aquilamacedo@riseup.net>
Date: Thu Dec 18 19:10:35 2025 -0500
Handle missing /etc/mysql/debian.cnf
/etc/mysql/debian.cnf is a legacy credentials file from old
installations and is not present on new installs. Do not hardcode
--defaults-file or --defaults-extra-file pointing to it.
Only pass the option when /etc/mysql/debian.cnf is readable, so service
restarts and admin/upgrade commands do not fail when the file is absent.
Closes: #1056120