[ubuntu/noble-proposed] dpkg 1.22.4ubuntu1 (Accepted)
Dan Bungert
daniel.bungert at canonical.com
Fri Feb 2 02:08:12 UTC 2024
dpkg (1.22.4ubuntu1) noble; urgency=medium
* 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.
* Dropped changes, no longer needed:
- Switch _FORTIFY_SOURCE to 3 by default instead of 2 when hardening is
enabled
- Don't install dpkg-fsys-usrunmess script.
dpkg (1.22.4) unstable; urgency=medium
[ Guillem Jover ]
* Code internals:
- dpkg: Rename r variable for readlink() return value to symlink_len.
- dpkg: Rename r variable for fd_read() return value to n.
- dpkg-deb: Rename r variable for fd_read() return value to nread.
- dpkg-deb: Rename r variables for fd_read() call chain return value to rc.
- dpkg-split: Rename r variable for strtoimax() return value to ret.
- libdpkg: Rename r variable for path_quote_filename() return to ret.
- libdpkg: Rename r variable for fclose() return value to rc.
- libdpkg: Rename r variables for printf()-like return values to n.
- libdpkg: Handle tar long GNU names and links not being NUL terminated.
Closes: #1061404
- perl: Use qw() when importing symbols.
- dpkg-gensymbols: Move foreach inlined array elements into a list.
- dpkg-scansources: Fix newline breaks for ternary operators.
* Packaging:
- Update copyright years.
dpkg (1.22.3) experimental; urgency=medium
[ Guillem Jover ]
* dpkg-buildtree: New program.
* Perl modules:
- Dpkg::Vendor::Debian: Parametrize fortify level.
- Dpkg::Vendor::Ubuntu: Default to fortify level 3.
- Dpkg::OpenPGP::Backend::SOP: Add reference to another gosop blocker.
- Dpkg::OpenPGP::Backend::GnuPG: Accept keybox format keyrings as-is.
- Dpkg::OpenPGP::Backend: Remove unused strict_verify option.
- Dpkg::OpenPGP::Backend::GnuPG: Look harder for trustedkeys keyring.
- Dpkg::Changelog::Debian: Remove wrong import arguments.
- Dpkg::Vendor::Debian: Split bug-implicit-func from bug feature in qa
area.
* Documentation:
- man: Use semantic line breaks (must requirements).
- man: Remove trailing full stop before parenthetical.
- man: Use «package maintainer script» instead of «Debian package
scripts».
* Code internals:
- libcompat: Make long_options array const.
* Packaging:
- Make the logdir variable local to its function in postrm.
- Install start-stop-daemon under /usr/sbin. Closes: #1059982
- Make get_vendor honor DEB_VENDOR environment variable.
- Check for usrmerge in bug-script on the same vendors as postinst.
- Do not install dpkg-fsys-usrunmess on Debian and Ubuntu.
* Localization:
- Fix L<> markup.
- Unfuzzy translations after semantic line break changes.
- Update Dutch man pages translation.
Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be>.
Closes: #1061085
- Update Swedish translations.
Thanks to Peter Krefting <peter at softwolves.pp.se>. Closes: #1059527
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
Date: Thu, 01 Feb 2024 18:08:08 -0700
Changed-By: Dan Bungert <daniel.bungert at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dpkg/1.22.4ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 01 Feb 2024 18:08:08 -0700
Source: dpkg
Built-For-Profiles: noudeb
Architecture: source
Version: 1.22.4ubuntu1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dan Bungert <daniel.bungert at canonical.com>
Closes: 1059527 1059982 1061085 1061404
Changes:
dpkg (1.22.4ubuntu1) noble; urgency=medium
.
* 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.
* Dropped changes, no longer needed:
- Switch _FORTIFY_SOURCE to 3 by default instead of 2 when hardening is
enabled
- Don't install dpkg-fsys-usrunmess script.
.
dpkg (1.22.4) unstable; urgency=medium
.
[ Guillem Jover ]
* Code internals:
- dpkg: Rename r variable for readlink() return value to symlink_len.
- dpkg: Rename r variable for fd_read() return value to n.
- dpkg-deb: Rename r variable for fd_read() return value to nread.
- dpkg-deb: Rename r variables for fd_read() call chain return value to rc.
- dpkg-split: Rename r variable for strtoimax() return value to ret.
- libdpkg: Rename r variable for path_quote_filename() return to ret.
- libdpkg: Rename r variable for fclose() return value to rc.
- libdpkg: Rename r variables for printf()-like return values to n.
- libdpkg: Handle tar long GNU names and links not being NUL terminated.
Closes: #1061404
- perl: Use qw() when importing symbols.
- dpkg-gensymbols: Move foreach inlined array elements into a list.
- dpkg-scansources: Fix newline breaks for ternary operators.
* Packaging:
- Update copyright years.
.
dpkg (1.22.3) experimental; urgency=medium
.
[ Guillem Jover ]
* dpkg-buildtree: New program.
* Perl modules:
- Dpkg::Vendor::Debian: Parametrize fortify level.
- Dpkg::Vendor::Ubuntu: Default to fortify level 3.
- Dpkg::OpenPGP::Backend::SOP: Add reference to another gosop blocker.
- Dpkg::OpenPGP::Backend::GnuPG: Accept keybox format keyrings as-is.
- Dpkg::OpenPGP::Backend: Remove unused strict_verify option.
- Dpkg::OpenPGP::Backend::GnuPG: Look harder for trustedkeys keyring.
- Dpkg::Changelog::Debian: Remove wrong import arguments.
- Dpkg::Vendor::Debian: Split bug-implicit-func from bug feature in qa
area.
* Documentation:
- man: Use semantic line breaks (must requirements).
- man: Remove trailing full stop before parenthetical.
- man: Use «package maintainer script» instead of «Debian package
scripts».
* Code internals:
- libcompat: Make long_options array const.
* Packaging:
- Make the logdir variable local to its function in postrm.
- Install start-stop-daemon under /usr/sbin. Closes: #1059982
- Make get_vendor honor DEB_VENDOR environment variable.
- Check for usrmerge in bug-script on the same vendors as postinst.
- Do not install dpkg-fsys-usrunmess on Debian and Ubuntu.
* Localization:
- Fix L<> markup.
- Unfuzzy translations after semantic line break changes.
- Update Dutch man pages translation.
Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be>.
Closes: #1061085
- Update Swedish translations.
Thanks to Peter Krefting <peter at softwolves.pp.se>. Closes: #1059527
.
[ Helge Kreutzmann ]
* Localization:
- Update German man pages translation.
- Update German scripts translation.
Checksums-Sha1:
e86fb369427572b1c1cf0af58b45540c3582554f 3148 dpkg_1.22.4ubuntu1.dsc
321603b79cfd758146b6155d30a6c3729d76f202 5648476 dpkg_1.22.4ubuntu1.tar.xz
6ea57f2a45931723241150910b9ca4de4a17b253 7429 dpkg_1.22.4ubuntu1_source.buildinfo
Checksums-Sha256:
c5f62720a53dfa7d5f73440498fddcd483690eea29412e134c495c0096b6996c 3148 dpkg_1.22.4ubuntu1.dsc
e9080efd5bad14ff743adab3072a4fb4a1f4febbca3fa670dd4f97ff28bb7158 5648476 dpkg_1.22.4ubuntu1.tar.xz
c9eba61d176c36e9dbba7dc9221fdf1eebc0bca44020ed948b65fe62c1cf9fd3 7429 dpkg_1.22.4ubuntu1_source.buildinfo
Files:
be0218b2902f31426b05404d4b63a173 3148 admin required dpkg_1.22.4ubuntu1.dsc
6e560b2a916c32ad2f0fd0030e9aa048 5648476 admin required dpkg_1.22.4ubuntu1.tar.xz
e50fdb6fa7340fd9ef4bc0d2178aae0d 7429 admin required dpkg_1.22.4ubuntu1_source.buildinfo
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>
Vcs-Git: https://git.launchpad.net/~dbungert/ubuntu/+source/dpkg
Vcs-Git-Commit: f943927eb044979e6244e90defcc6085e0beb68f
Vcs-Git-Ref: refs/heads/merge-v2-2024-02-01
More information about the noble-changes
mailing list