Your message dated Sat, 07 Mar 2026 21:17:08 +0000
with message-id <[email protected]>
and subject line Bug#1127863: fixed in mariadb 1:11.8.6-0+deb13u1
has caused the Debian Bug report #1127863,
regarding mariadb-client: mariadb-secure-installation usage doc gives wrong file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1127863: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127863
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mariadb-client
Version: 1:11.8.3-0+deb13u1
Severity: minor
Tags: patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

When running `mariadb-secure-installation` a Debian-specific message is
printed directing the user to read a file that does not exist, viz:

```
NOTE: MariaDB is secure by default in Debian. Running this script is
      useless at best, and misleading at worst. This script will be
      removed in a future MariaDB release in Debian. Please read
      mariadb-server.README.Debian for details.
```

But:

```
find / -name mariadb-server.README.Debian
```

and

```
apt-file search mariadb-server.README.Debian
```

return no results.

The actual file to consult is `/usr/share/doc/mariadb-server/README.Debian.gz`

Suggested fix:

--- mariadb-secure-installation.orig    2026-02-13 18:47:49.635573484 -0800
+++ mariadb-secure-installation 2026-02-13 18:48:28.459366862 -0800
@@ -420,7 +420,7 @@
 echo "NOTE: MariaDB is secure by default in Debian. Running this script is"
 echo "      useless at best, and misleading at worst. This script will be"
 echo "      removed in a future MariaDB release in Debian. Please read"
-echo "      mariadb-server.README.Debian for details."
+echo "      /usr/share/doc/mariadb-server/README.Debian.gz for details."
 echo
 echo "Enter root user password or leave blank:"
 echo


-- System Information:
Debian Release: 13.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.69+deb13-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mariadb-client depends on:
ii  debianutils              5.23.2
ii  libc6                    2.41-12+deb13u1
ii  libconfig-inifiles-perl  3.000003-3
ii  libgcc-s1                14.2.0-19
ii  libpcre2-posix3          10.46-1~deb13u1
ii  libssl3t64               3.5.4-1~deb13u2
ii  libstdc++6               14.2.0-19
ii  liburing2                2.9-1
ii  mariadb-client-core      1:11.8.3-0+deb13u1
ii  perl                     5.40.1-6
ii  zlib1g                   1:1.3.dfsg+really1.3.1-1+b1

Versions of packages mariadb-client recommends:
ii  libdbd-mariadb-perl   1.22-1+b4
ii  libdbi-perl           1.647-1
ii  libterm-readkey-perl  2.38-2+b4

mariadb-client suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: mariadb
Source-Version: 1:11.8.6-0+deb13u1
Done: Otto Kekäläinen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mariadb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otto Kekäläinen <[email protected]> (supplier of updated mariadb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 06 Mar 2026 13:13:13 +0000
Source: mariadb
Architecture: source
Version: 1:11.8.6-0+deb13u1
Distribution: trixie
Urgency: medium
Maintainer: Debian MySQL Maintainers <[email protected]>
Changed-By: Otto Kekäläinen <[email protected]>
Closes: 1122811 1127431 1127863
Changes:
 mariadb (1:11.8.6-0+deb13u1) trixie; urgency=medium
 .
   [ Otto Kekäläinen ]
   * New upstream maintenance release 11.8.6. For details about fixes please see
     https://mariadb.com/docs/release-notes/community-server/11.8/11.8.6
   * For details about fixes in 11.8.5 please see
     https://mariadb.com/docs/release-notes/community-server/11.8/11.8.5
     and the security notices:
     - CVE-2025-13699
     - CVE-2026-21968
   * For details about fixes in 11.8.4 please see
     https://mariadb.com/docs/release-notes/community-server/11.8/11.8.4
   * The version 11.8.4 was skipped in Debian (and Ubuntu) as it has a severe
     regression causing partial data deletion when using the DELETE statement on
     MyISAM or Aria tables under specific conditions (MDEV-38068)
   * Already existing plugins marked ready for general availability by upstream
     in this release: uuid_v4, uuid_v7 and inet4
   * Upstream 11.8.5 included fix to MDEV-36556 about upgrades failing from 10.4
     when encryption enabled (Closes: #1122811)
   * Add debian/source/local-options to suppress WolfSSL line ending errors
   * Patch new upstream test main.alter_merge to allow 'from Debian'
   * Fix path to mariadb-server.README in mariadb-secure-install
     (Closes: #1127863)
   * Add preliminary upstream patch to fix MDEV-38811 that affected Akonadi and
     any other use case that relies on 'skip-grant-tables' (Closes: #1127431)
   * Update patch statuses and Forwarded fields to aid patch maintenance in
     future new upstream version updates
   * Update server trace to include new 'new-mode' value 'FIX_INDEX_LOOKUP_COST'
   * Salsa CI: Apply several fixes already in use on debian/latest branch and
     which are needed on this branch as well due to external changes since
     August 2026, most notably Salsa CI switching to be sbuild based
 .
   [ Daniel Black ]
   * MDEV-37411: Re-enable AIO in Debian to fix earlier incomplete fix that was
     done after new upstream 11.8.3 release introduced innodb_linux_aio
   * MDEV-15502: With recent changes in upstream systemd, the tmpfiles are now
     required, otherwise starting MariaDB would fail on error:
     "cannot create /run/mysqld/wsrep-start-position: Directory nonexistent"
Checksums-Sha1:
 f240cc146783ae5e35ff2b956c6874fb9206b380 5677 mariadb_11.8.6-0+deb13u1.dsc
 67708c3a39324d1013e58c965c8ebad10b7e5663 120887651 mariadb_11.8.6.orig.tar.gz
 59b9e0d37144688480428b31f2b97c24a64d2d2d 833 mariadb_11.8.6.orig.tar.gz.asc
 ab9c4ba05dd3e4776e1cc61a79b09880201d6ac4 290320 
mariadb_11.8.6-0+deb13u1.debian.tar.xz
 8a472684b6101f17c5a58ab29f341b9d188a89eb 13811 
mariadb_11.8.6-0+deb13u1_source.buildinfo
Checksums-Sha256:
 c38d7ec65b2f6cf3d7b5edc21f0732d749b75507837219832a0e8dca89cf9556 5677 
mariadb_11.8.6-0+deb13u1.dsc
 b126581a8ca89376d2a3ce63fee97c114c3e15315345e769b9d00c51e1b7d619 120887651 
mariadb_11.8.6.orig.tar.gz
 83fdc365789ef5f4b2974468061896971c10c605b0e41e1888a90f4e5342008a 833 
mariadb_11.8.6.orig.tar.gz.asc
 84da78759f1de6452e19cbc24eaa3855ed352fc9306eb12fa9c8f30832d1613b 290320 
mariadb_11.8.6-0+deb13u1.debian.tar.xz
 8856d0e16e3cbe5ff56487f3b29e4a2586b6ab30cf6087df77bad2f9ff8ebe3b 13811 
mariadb_11.8.6-0+deb13u1_source.buildinfo
Files:
 fdb8be3555f0819bd4118535695c091d 5677 database optional 
mariadb_11.8.6-0+deb13u1.dsc
 85044cd1ec59cbdbcc4d27a9646d6261 120887651 database optional 
mariadb_11.8.6.orig.tar.gz
 d81bfdd2a81823c23482cc25afc30c7a 833 database optional 
mariadb_11.8.6.orig.tar.gz.asc
 8f8f7952843b7108e86a1bb98fb728ac 290320 database optional 
mariadb_11.8.6-0+deb13u1.debian.tar.xz
 103dadb023a570ea0e4f17cf689be46c 13811 database optional 
mariadb_11.8.6-0+deb13u1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmbRSsR88dMO0U+RvvthEn87o2ogFAmmsQlAACgkQvthEn87o
2ogvWA/7BzPLEQeflcGbkcynOTxoTqiQJGrNPXg4M1aPEITvETVdawSQWwEOTV74
FwSvsO0mZfU60ozU3vXtafIvw8DJvid1OzxH2RB50He5WXGUfRcUphZEm+GKmwHE
n/XXBO7TdaOlJYwQGOnhb1cI4Xqp7YI6kpnThEZLmmvj6J7atB6DgC+crHEskSTd
dTVhpSDBVOkHjfUS/+cbEToFQZiKq052mUYuKLrPTlwSHPiORBHQI50NbG8SsNf9
9p1nRidE0LdKTqtMi1LSD6fH62xZUkMkXRsomADgVqler/uJfHJ2yk1V3NInGWFU
SPNzfFzvKV1esw4oJMox+ZL3ytw/JnlnJjvJ6ER+7MLsjctT9gq+/bZ1HSDJ1E2a
IX+Lsjhy3pUiXnLUH7x5Us4iyphmBcet10C0tG6B4KHSr4Rvc9ldCjR54+SEfX9j
dv1qew+9X0qy7sOFrwcEN2GXZ3FUnt819tu1YdY/7UdhX8pQ5W8+RHMWFURh/ERn
HE2JNLIZ+kRRWyFipjYe0T5FVxxsrhiGYzO05kaECLfU22JYqR0ZrWZUPGjJ/nQS
b6KR2PghzsdeCfBo0L3FClwoR+3TKP3Ybscsis/Pz6xyOF6yXCWgcKxU7D+0WB0v
nynWvvJguS8dMYdYD2Uom1JHMIOpfUGNl8ZMY8iAlCLG+sf4pcc=
=L0U8
-----END PGP SIGNATURE-----

Attachment: pgp2txy_wzzUN.pgp
Description: PGP signature


--- End Message ---

Reply via email to