Control: tags -1 moreinfo Hi
On 2025-06-11 19:46:47 +0300, Otto Kekäläinen wrote: > Hi, > > MariaDB 1:11.8.2-1 has been uploaded, builds for all official archs > passed and no autopkgtests show regressions so far. > > Would the release team be fine with decreasing the delay to 10 days > for this package and applying an unblock? > > > Changelog: > > mariadb (1:11.8.2-1) unstable; urgency=medium > > * New upstream version 11.8.2, which also announces the 11.8 series now > ready for general availability (GA) with security releases for 5 years. > This release includes fixes for several defects as noted at > https://mariadb.com/kb/en/mariadb-11-8-2-release-notes/ as well > the following security issues (Closes: #1100437, #1105976): > - 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 > * 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 11.8.2 the variables > innodb-buffer-pool-chunk-size and innodb-log-spin-wait-delay are > advertised > as deprecated. > * Disable new unreliable test main.mysql-interactive > * Add Breaks/Replaces for files moved around in src:mysql-8.4 (LP: #2110378) > * Update mariadb-server.NEWS with information about MariaDB 11.8 and > * best practices for creating app user and allowing remote connections > * Add patch to improve output from mariadb-secure-installation > > -- Otto Kekäläinen <o...@debian.org> Sun, 08 Jun 2025 11:19:07 +0300 > > mariadb (1:11.8.1-5) unstable; urgency=medium > > [ Otto Kekäläinen ] > * Disable additional tests that failed on sparc64 (MDEV-36670) > * Have all server plugins depend on mariadb-server-core (Closes: #1039702) > * Make plugin dependencies on mariadbd on strictly versioned > (Closes: #1057708) > * Remove redundant BSD license comment in debian/copyright > * Remove unnecessary arch from dh_installinit rule > * Make COMPILATION_COMMENT and MYSQL_SERVER_SUFFIX more useful > * Several improvements to Salsa CI, Lintian overrides and other quality > assurance for Debian 13 "Trixie" > > [ Jing Luo ] > * d/upstream/metadata: change github url protocol from git to https > * d/copyright: remove old FSF address > * d/copyright: move "On Debian systems..." to comment stanza > * d/copyright: misc fixes, remove the full text of BSD-3 and Artistic > > -- Otto Kekäläinen <o...@debian.org> Mon, 26 May 2025 09:23:46 -0700 > > > > ± git diff --stat debian/1%11.8.1-4 -- debian > debian/README.source.md | 38 ++- > debian/changelog | 50 +++ > debian/control | 52 ++- > debian/copyright | > 516 +++++++++++++++--------------- > debian/mariadb-server.NEWS | > 154 +++++++++ > debian/mariadb-server.README.Debian | > 321 ++++++++++++------- > debian/mariadb-server.lintian-overrides | 2 - > debian/patches/1063738-x32-compile-time-assert.patch | 12 +- > debian/patches/1084293-allow-cest-in-timezone-test.patch | 23 -- > debian/patches/1095286-pcre-tests-case-confusion.patch | 104 > ------ > debian/patches/1101397-revert-CONC-710.patch | 59 ---- > .../patches/Fix-misc-spelling-in-MariaDB-Server-repository.patch | 24 +- > ...Improve-output-from-mariadb-secure-installation-to-be-mor.patch | 82 > +++++ > debian/patches/MDEV-36009-Systemd-Restart-on-OOM.patch | 45 --- > ...MDEV-36334-test-main.func_format-fails-on-i386-on-exabyte.patch | 73 > ----- > debian/patches/env-perl-usr-bin-perl.patch | 2 +- > debian/patches/fix-reproducible-builds-rocksdb.patch | 33 -- > debian/patches/fix-spelling-rocksdb.patch | 49 --- > debian/patches/install-files-into-usr.patch | 2 +- > debian/patches/mroonga-mrn-lib-dirs-path-reproducible-build.patch | 6 +- > debian/patches/rocksdb-kfreebsd.patch | > 176 ---------- > debian/patches/series | 9 +- > debian/patches/startup-message.patch | 40 +-- > debian/rules | 6 +- > debian/salsa-ci.yml | > 404 ++++++++++++----------- > debian/tests/configuration-tracing | 10 +- > debian/tests/control | 1 + > debian/tests/traces/mariadbd-verbose-help.expected | 34 +- > debian/unstable-tests.alpha | 1 + > debian/unstable-tests.amd64 | 1 + > debian/unstable-tests.arm64 | 1 + > debian/unstable-tests.armel | 1 + > debian/unstable-tests.armhf | 1 + > debian/unstable-tests.hppa | 1 + > debian/unstable-tests.i386 | 1 + > debian/unstable-tests.mips64el | 1 + > debian/unstable-tests.powerpc | 1 + > debian/unstable-tests.ppc64 | 1 + > debian/unstable-tests.ppc64el | 1 + > debian/unstable-tests.riscv64 | 1 + > debian/unstable-tests.s390x | 1 + > debian/unstable-tests.sparc64 | 5 + > debian/upstream/metadata | 2 +- > 43 files changed, 1112 insertions(+), 1235 deletions(-) --- mariadb-11.8.1/debian/rules 2025-04-23 14:29:38.000000000 +0000 +++ mariadb-11.8.2/debian/rules 2025-06-05 15:55:00.000000000 +0000 @@ -104,8 +104,8 @@ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $(CMAKEFLAGS) \ $(if $(filter $(DEB_BUILD_ARCH),$(DEB_HOST_ARCH)),,-DIMPORT_EXECUTABLES=$(CURDIR)/builddir-native/import_executables.cmake) \ - -DCOMPILATION_COMMENT="$(DEB_VENDOR) $(RELEASE)" \ - -DMYSQL_SERVER_SUFFIX="-$(DEB_VERSION_REVISION)" \ + -DCOMPILATION_COMMENT="-- Please help get to 10k stars at https://github.com/MariaDB/Server" \ + -DMYSQL_SERVER_SUFFIX="-$(DEB_VERSION_REVISION) from $(DEB_VENDOR)" \ -DSYSTEM_TYPE="debian-$(DEB_HOST_GNU_SYSTEM)" \ -DBUILD_CONFIG=mysql_release \ -DCONC_DEFAULT_CHARSET=utf8mb4 \ This change is not a targetted fix for anything, no? I'd understand if upstream is trying to gain stars, but why is that added in the Debian package? Cheers -- Sebastian Ramacher