This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=bde9ad0412976661f59e7788fec7f8fb038ff0d6 commit bde9ad0412976661f59e7788fec7f8fb038ff0d6 (tag: 1.23.4) Author: Guillem Jover <[email protected]> AuthorDate: Sun Jan 18 18:33:02 2026 +0100 Release 1.23.4 --- debian/changelog | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 639a9f908..09cd7168f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,51 @@ -dpkg (1.23.4) UNRELEASED; urgency=medium +dpkg (1.23.4) unstable; urgency=medium - * + [ Guillem Jover ] + * Revert "Dpkg::Vendor: Add branch hardening flags to LDFLAGS". + Closes: #1125323, #1125715 + * start-stop-daemon: Check for invalid combinations of --notify-await + options. Closes: #1124643 + * dpkg: Fix typo for «metadata» in error message. Closes: #1125128 + * scripts: Parse and validate Maintainer and Uploaders email addresses. + * dpkg-source: Warn when the Uploaders field contains the Maintainer. + * Perl modules: + - Dpkg::BuildProfiles: Remove the parser workaround now that dh-exec is + fixed. + - Dpkg::Shlibs::Symbol: Emit a warning for the deprecated wildcard syntax. + Closes: #1125722 + - Dpkg::Source::Package::V2: Switch generated patch to be git formatted. + - Dpkg::Source::Package::V2: Print Bug-<Vendor> in patch template instead + of vendor specific ones. + - Dpkg::Email::Address: New module. + - Dpkg::Control::FieldsCore: Add new email address field parsing functions. + - Dpkg::Shlibs::SymbolFile: Refactor metavariable substitution into a + function. + - Dpkg::Shlibs::SymbolFile: Add support for #CURVER#. Closes: #615940 + * Documentation: + - dpkg-buildflags(1): Clarify that LDFLAGS are not safe for direct ld(1) + use. See #1125323. + - start-stop-daemon(8): Clarify relationship between --notify-await and + --background. See #1124643. + - man: Refactor explanation about deb-symbols metavariables. + * Code internals: + - dselect: Mark keybindings methods only accessing static members as + static. + - dpkg-deb: Reduce pid variable scope. + - libcompat: Define __has_attribute() if not already defined in gettext.h. + * Packaging: + - Bump Standards-Version to 4.7.3 (no changes needed). + * Test suite: + - Undefine _LIBC for cppcheck. + - Update cppcheck suppressions for 2.19.0. + * Localization: + - Update Dutch translations. + Thanks to Frans Spiesschaert <[email protected]>. + Closes: #1125463, #1125465, #1125466 + - Update Portuguese translations. + Thanks to Américo Monteiro <[email protected]>. + Closes: #1124138, #1124412, #1124439, #1124636 - -- Guillem Jover <[email protected]> Sat, 20 Dec 2025 02:45:06 +0100 + -- Guillem Jover <[email protected]> Sun, 18 Jan 2026 18:29:23 +0100 dpkg (1.23.3) unstable; urgency=medium -- Dpkg.Org's dpkg

