[ubuntu/noble-proposed] dpkg 1.22.5ubuntu2 (Accepted)
Gianfranco Costamagna
locutusofborg at debian.org
Tue Feb 27 17:13:13 UTC 2024
dpkg (1.22.5ubuntu2) noble; urgency=low
* Merge from Debian unstable. Remaining changes:
- Change native source version/format mismatch errors into warnings
until the dust settles on Debian bug 737634 about override options.
- Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
tools can get untranslated dpkg terminal log messages while at the
same time having translated debconf prompts.
- Map unqualified package names of multiarch-same packages to the native
arch instead of throwing an error, so that we don't break on upgrade
when there are unqualified names stored in the dpkg trigger database.
- Apply a workaround from mvo to consider ^rc packages as multiarch,
during the dpkg consistency checks. (see LP: 1015567 and 1057367).
- dpkg-gencontrol: Fix Package-Type override handling for ddeb support.
- scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl: set
'nocheck' in build options by default on Ubuntu/riscv64. Overridable
in debian/rules with
'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
- dpkg-dev: Depend on lto-disabled-list.
- dpkg-buildflags: Read package source names from lto-disabled-list,
to build without lto optimizations. When adding a source package to the
list, please also file a launchpad issue and tag it with 'lto'.
- scripts/Dpkg/Vendor/Ubuntu.pm: set 'noudeb' build profile by
default. Override this by exporting DEB_BUILD_PROFILE='!noudeb' which
will be stripped, and thus building with udebs.
- build: Switch default dpkg-deb compression from xz to zstd.
Keep compressing dpkg.deb with xz to help bootstrapping on non-Ubuntu
systems.
- set default zstd compression level to 19
- scripts/Dpkg/Vendor/Debian.pm: Always include "-fdebug-prefix-map"
to build flags. Map path to "/usr/src/PKGNAME-PKGVER" instead of
".", honouring the DWARF standard which prohibits relative paths
in DW_AT_comp_dir.
- scripts/{mk/buildflags.mk,t.mk}: Add support for DEB_BUILD_DEBUGPATH.
- man/dpkg-buildflags.pod: Document new behaviour of "fdebugmap" and
new DEB_BUILD_DEBUGPATH variable.
- Disable -fstack-clash-protection on armhf since it causes crashes
- dpkg-buildflags: Add a new feature "framepointer" in the "qa" area.
- Turn on the use of frame pointers by default on 64bit architectures.
- Update _FORTIFY_SOURCE documentation.
- Update Dpkg_BuildFlags test case.
- Fix debian/rules duplicate invocations of dh_builddeb
- lib/dpkg/compress.c: clean up override of the default zstd compression
level
- dpkg-buildflags: Explicitly turn off hardening flags when requested.
- Restore manpage delta, incorrectly dropped in 1.22.4ubuntu1, around
FORTIFY_LEVEL, dpkg-buildflags fixdebugpath, and the zstd default
compression level.
dpkg (1.22.5) unstable; urgency=medium
[ Guillem Jover ]
* dpkg-buildapi: Remove -v alias for --version.
* dpkg-query: Fix exit codes for --show. Closes: #1064036
* Perl modules:
- Dpkg::OpenPGP::Backend::Sequoia: Update to new CLI API changes.
- Dpkg::OpenPGP::Backend::GnuPG: Add support for Sequoia gpg Chameleon.
- Dpkg::Vendor::Debian: Only append branch compiler flags if $flag is set.
- Dpkg::Vendor: Make the add_build_flags() a non-private method.
- Dpkg::Vendor::Ubuntu: Pass compiler flags to disable features.
Based on a patch by Matthias Klose <doko at ubuntu.com>.
- Dpkg::Vendor::Debian: Enable time64 feature by default except on
<some>-i386. Closes: #1037136
Based on a patch by Steve Langasek <steve.langasek at ubuntu.com>.
- Dpkg::Vendor::Debian: Enable qa=+bug-implicit-func for abi=+time64
feature. Based on a patch by Steve Langasek <steve.langasek at ubuntu.com>.
* Documentation:
- man, doc: Fix dpkg-buildapi option and command grouping in descriptions.
- man: Add spaces around make variable assignments.
- man: Do not duplicate list of known feature areas in dpkg-buildflags.
- man: Document known feature areas in DEB_BUILD_OPTIONS for
dpkg-buildpackage.
- man: Improve build flags feature specification in environment variables.
Closes: #1063641
- man: Use L</> markup for inter link reference.
- man: Mention Build-Depends-Packages in dpkg-shlibdeps(1).
* Code internals:
- libdpkg: Add comment clarifying GNU long name tar format expectations.
- libdpkg: Use an intermediate mode variable in secure_unlink_statted().
- dpkg: Rename symlink_len to linksize.
- dpkg: Rename r variable for readlink() return value to linksize.
- dpkg: Reduce variable scope in conffderef().
- libdpkg: Refactor file_readlink() function.
- libdpkg: Deindent an else clause.
- lib, src: Fold if with last previous else.
- perl: Fold if into previous else.
- dpkg-mergechangelogs: Refactor merge_tail() sub from anonymous sub.
- dpkg-query: Rename rc variables tracking no matches to misses.
- dpkg-query: Rename failures variables tracking no matches to misses.
* Build system:
- Rename pkexec variables to polkitactions.
- Move directory definitions to configure.
- Use PACKAGE_TARNAME for pathname components in directories.
- Split each automake variable value into its own line.
- Reorder automake variables.
- Move update-alternatives rules within automake conditional.
- Move MD_LIBS from LDFLAGS to LDADD for libdpkg.
- Fix libdpkg library flags for static and dynamic linking.
- Add infrastructure for bash-completions.
* Test suite:
- Pass -T+1 to xz to workaround spurious warning with xz 5.6.0.
Closes: #1064856
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
Date: Tue, 27 Feb 2024 17:07:32 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dpkg/1.22.5ubuntu2
-------------- next part --------------
Format: 1.8
Date: Tue, 27 Feb 2024 17:07:32 +0100
Source: dpkg
Built-For-Profiles: noudeb
Architecture: source
Version: 1.22.5ubuntu2
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Closes: 1037136 1063641 1064036 1064856
Changes:
dpkg (1.22.5ubuntu2) noble; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- Change native source version/format mismatch errors into warnings
until the dust settles on Debian bug 737634 about override options.
- Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
tools can get untranslated dpkg terminal log messages while at the
same time having translated debconf prompts.
- Map unqualified package names of multiarch-same packages to the native
arch instead of throwing an error, so that we don't break on upgrade
when there are unqualified names stored in the dpkg trigger database.
- Apply a workaround from mvo to consider ^rc packages as multiarch,
during the dpkg consistency checks. (see LP: 1015567 and 1057367).
- dpkg-gencontrol: Fix Package-Type override handling for ddeb support.
- scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl: set
'nocheck' in build options by default on Ubuntu/riscv64. Overridable
in debian/rules with
'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
- dpkg-dev: Depend on lto-disabled-list.
- dpkg-buildflags: Read package source names from lto-disabled-list,
to build without lto optimizations. When adding a source package to the
list, please also file a launchpad issue and tag it with 'lto'.
- scripts/Dpkg/Vendor/Ubuntu.pm: set 'noudeb' build profile by
default. Override this by exporting DEB_BUILD_PROFILE='!noudeb' which
will be stripped, and thus building with udebs.
- build: Switch default dpkg-deb compression from xz to zstd.
Keep compressing dpkg.deb with xz to help bootstrapping on non-Ubuntu
systems.
- set default zstd compression level to 19
- scripts/Dpkg/Vendor/Debian.pm: Always include "-fdebug-prefix-map"
to build flags. Map path to "/usr/src/PKGNAME-PKGVER" instead of
".", honouring the DWARF standard which prohibits relative paths
in DW_AT_comp_dir.
- scripts/{mk/buildflags.mk,t.mk}: Add support for DEB_BUILD_DEBUGPATH.
- man/dpkg-buildflags.pod: Document new behaviour of "fdebugmap" and
new DEB_BUILD_DEBUGPATH variable.
- Disable -fstack-clash-protection on armhf since it causes crashes
- dpkg-buildflags: Add a new feature "framepointer" in the "qa" area.
- Turn on the use of frame pointers by default on 64bit architectures.
- Update _FORTIFY_SOURCE documentation.
- Update Dpkg_BuildFlags test case.
- Fix debian/rules duplicate invocations of dh_builddeb
- lib/dpkg/compress.c: clean up override of the default zstd compression
level
- dpkg-buildflags: Explicitly turn off hardening flags when requested.
- Restore manpage delta, incorrectly dropped in 1.22.4ubuntu1, around
FORTIFY_LEVEL, dpkg-buildflags fixdebugpath, and the zstd default
compression level.
.
dpkg (1.22.5) unstable; urgency=medium
.
[ Guillem Jover ]
* dpkg-buildapi: Remove -v alias for --version.
* dpkg-query: Fix exit codes for --show. Closes: #1064036
* Perl modules:
- Dpkg::OpenPGP::Backend::Sequoia: Update to new CLI API changes.
- Dpkg::OpenPGP::Backend::GnuPG: Add support for Sequoia gpg Chameleon.
- Dpkg::Vendor::Debian: Only append branch compiler flags if $flag is set.
- Dpkg::Vendor: Make the add_build_flags() a non-private method.
- Dpkg::Vendor::Ubuntu: Pass compiler flags to disable features.
Based on a patch by Matthias Klose <doko at ubuntu.com>.
- Dpkg::Vendor::Debian: Enable time64 feature by default except on
<some>-i386. Closes: #1037136
Based on a patch by Steve Langasek <steve.langasek at ubuntu.com>.
- Dpkg::Vendor::Debian: Enable qa=+bug-implicit-func for abi=+time64
feature. Based on a patch by Steve Langasek <steve.langasek at ubuntu.com>.
* Documentation:
- man, doc: Fix dpkg-buildapi option and command grouping in descriptions.
- man: Add spaces around make variable assignments.
- man: Do not duplicate list of known feature areas in dpkg-buildflags.
- man: Document known feature areas in DEB_BUILD_OPTIONS for
dpkg-buildpackage.
- man: Improve build flags feature specification in environment variables.
Closes: #1063641
- man: Use L</> markup for inter link reference.
- man: Mention Build-Depends-Packages in dpkg-shlibdeps(1).
* Code internals:
- libdpkg: Add comment clarifying GNU long name tar format expectations.
- libdpkg: Use an intermediate mode variable in secure_unlink_statted().
- dpkg: Rename symlink_len to linksize.
- dpkg: Rename r variable for readlink() return value to linksize.
- dpkg: Reduce variable scope in conffderef().
- libdpkg: Refactor file_readlink() function.
- libdpkg: Deindent an else clause.
- lib, src: Fold if with last previous else.
- perl: Fold if into previous else.
- dpkg-mergechangelogs: Refactor merge_tail() sub from anonymous sub.
- dpkg-query: Rename rc variables tracking no matches to misses.
- dpkg-query: Rename failures variables tracking no matches to misses.
* Build system:
- Rename pkexec variables to polkitactions.
- Move directory definitions to configure.
- Use PACKAGE_TARNAME for pathname components in directories.
- Split each automake variable value into its own line.
- Reorder automake variables.
- Move update-alternatives rules within automake conditional.
- Move MD_LIBS from LDFLAGS to LDADD for libdpkg.
- Fix libdpkg library flags for static and dynamic linking.
- Add infrastructure for bash-completions.
* Test suite:
- Pass -T+1 to xz to workaround spurious warning with xz 5.6.0.
Closes: #1064856
.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
Checksums-Sha1:
06d1a388d78eea44526d7948c28f70e7ab8774b7 3148 dpkg_1.22.5ubuntu2.dsc
0487b6fd26848c1a835448a803da3c4109dfd164 5331048 dpkg_1.22.5ubuntu2.tar.xz
dbe95372e3ea7355e31a52a93d43d6ab767649da 8600 dpkg_1.22.5ubuntu2_source.buildinfo
Checksums-Sha256:
4d9914b7112e51c2b5aa0e1949a70b996ee538a2ed39216c631a5dce22fe83c6 3148 dpkg_1.22.5ubuntu2.dsc
808332d06d7883672c80fbacb52596a796e85f812076647f9dd7cd82ad182838 5331048 dpkg_1.22.5ubuntu2.tar.xz
9855f37c04a9c515db59c51f8559ddf68d93bddd3ecd5d7bb8dadcb9b748329d 8600 dpkg_1.22.5ubuntu2_source.buildinfo
Files:
583d3c520bb2abc2d2429955ebb46fa0 3148 admin required dpkg_1.22.5ubuntu2.dsc
9b03c385a3f9f697e3c6854f81ee0b3d 5331048 admin required dpkg_1.22.5ubuntu2.tar.xz
ebc44a829f65902f703b1cbff74b3f5f 8600 admin required dpkg_1.22.5ubuntu2_source.buildinfo
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>
More information about the noble-changes
mailing list