[ubuntu/lunar-proposed] dpkg 1.21.17ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Sat Jan 7 12:21:15 UTC 2023


dpkg (1.21.17ubuntu1) lunar; 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.
    - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
    - 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.
    - Add Zstd compression and decompression support for binary packages.
    - scripts/Dpkg/Vendor/Ubuntu.pm: set 'nocheck' in build options by default
      on Ubuntu/riscv64.  Overridable in debian/rules with
      'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
    - scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl:
      Set 'nocheck' for riscv64 using a new 'update-buildopts' hook and make
      it effective with old style debhelper, too.
    - Dpkg::Vendor::Debian: Add new lto feature in new optimize area, taken
      from
      https://git.hadrons.org/cgit/debian/dpkg/dpkg.git/log/?h=next/1.21.x
    - 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'.
    - Turn on LTO optimizations on amd64, arm64, ppc64el, s390x.
      See https://wiki.ubuntu.com/ToolChain/LTO for more information.
    - 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.
    - Don't install dpkg-fsys-usrunmess script.

dpkg (1.21.17) unstable; urgency=medium

  [ Guillem Jover ]
  * dpkg-genbuildinfo: Do not fail if the cross-compiler cannot compile.
    Closes: #1027966
  * Code internals:
    - dpkg-buildinfo: Fix indentation.
  * Packaging:
    - Stop shipping the «git log» changelog in exchange for no trimming.
      Closes: #1027716

dpkg (1.21.16) unstable; urgency=medium

  [ Guillem Jover ]
  * dpkg-deb: Fix buffer overflow on long directory names with old deb formats.
    Reported by Georgy Yakovlev <gyakovlev at gentoo.org>.
  * Perl modules:
    - Dpkg::Compression: Pass --no-adjust to xz to force compression threaded
      mode.
    - Dpkg::Compression: Make xz not emit warnings nor exit non-zero on
      warnings.
    - Dpkg::OpenPGP::Backend::SOP: Add sqop as an alternative SOP
      implementation.
    - Dpkg::Source::Package::V3::Git: Move error() argument out of g_() call.
  * Code internals:
    - libdpkg: Make xz not emit warnings nor exit non-zero on warnings.

  [ Helge Kreutzmann ]
  * Localization:
    - Update German man pages translation.
    - Update German scripts translation.

dpkg (1.21.15) unstable; urgency=medium

  [ Guillem Jover ]
  * Perl modules:
    - Dpkg::BuildFlags: Add new get_feature() method.
    - Dpkg::Vendor::Debian: Use get_feature() instead of use_feature() for PIE.
      Reported by Helmut Grohne <helmut at subdivi.de>.
    - Dpkg: Temporarily silence deprecation warnings.
  * Test suite:
    - Improve TAP descriptions to clarify we are testing patch(1).

  [ Sven Joachim ]
  * Localization:
    - Update German programs translation.

dpkg (1.21.14) unstable; urgency=medium

  [ Guillem Jover ]
  * dpkg-source: Add new --threads-max option to control threaded compressors.
  * dpkg-buildflags: Add support for features handled as builtin defaults.
  * Perl modules:
    - Dpkg::Compression::Process: Unify and simplify cmdline handling.
    - Dpkg::Compression: Change $COMP hashref into a %COMP hash.
    - Dpkg::Compression: Add new compression_get_file_extension() and switch to
      it.
    - Dpkg::Compression: Move the POD for each function immediately before it.
    - Dpkg::Compression: Clarify the compression_get/set_default_level() are
      global.
    - Dpkg::Compression: Use %COMP directly in functions when it is safe.
    - Dpkg::Compression: Add new compression_get/set_level() and switch to it.
    - Dpkg::Compression: Add new compression_get/set_cmdline_de/compress().
    - Dpkg::Compression: Deprecate compression_get_property().
    - Dpkg::Compression: Add multi-threaded xz support.
    - Dpkg::Vendor::Devuan: Add new vendor module.
      Requested by Ivan J. <parazyd at dyne.org>.
    - Dpkg::BuildFlags: Make it possible to not load the vendor defaults on
      new().
    - Dpkg::BuildFlags: Add a new use_feature() method.
    - Dpkg::BuildFlags: Add a new set/get_option_value() private methods.
    - Dpkg::BuildFlags: Add missing feature area to is_maintainer_modified()
      POD.
    - Dpkg::BuildFlags: Add support for builtin build flags.
    - Dpkg::Vendor::Debian: Track option values state as a build flag options.
    - Dpkg::Vendor::Debian: Generalize feature areas defaults.
    - Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq().
    - Dpkg::Vendor::Ubuntu: Use new build flag option override support to set
      -O3.
    - Dpkg::Vendor::Ubuntu: Handle LTO by default using new feature overrides.
    - Dpkg::BuildEnv: Rename from Dpkg::Build::Env.
    - Dpkg::BuildTypes: Rename from Dpkg::Build::Types.
    - Dpkg::BuildInfo: New module to deprecate the Dpkg::Build::Info module.
  * Documentation:
    - man: Document dpkg-source -q option.
    - doc: Update TODO.
    - man: Document start-stop-daemon options that might be no-ops on some
      systems.
    - man: Turn spaces followed by tabs into spaces in start-stop-daemon(8).
    - man: Use stanza instead of paragraph, block or record for deb822 parts.
  * Code internals:
    - libdpkg: Use correct return type in meminfo functions definitions.
    - libdpkg: Split DPKG_ATTR_ declarations.
    - lib: Refactor format attributes into a common *_ATTR_FMT.
    - lib: Use __name__ format for attributes.
    - lib: Use __has_attribute() to check for attribute availability.
    - libdpkg: Mark tar on-disk members with attribute nonstring.
    - scripts: Use stanza instead of entry or block.
    - libdpkg: Rename functions with names containing record to stanza.
    - dselect: Rename functions with names containing block to stanza.
    - perl: Add missing space around equal-based operators.
    - scripts: Fix indentation.
    - perl: Fix list and hash literals indentation.
    - scripts: Cuddle else and elsif.
    - perl: Remove excess blank lines.
    - dselect, src, utils: Remove excess blank lines.
    - dpkg-scansources: Turn spaces followed by tabs into spaces.
  * Packaging:
    - Clarify new xz multi-threaded support is for decompression.
    - Bump Standards-Version to 4.6.2.
  * Test suite:
    - Add unit tests for most of Dpkg::Compression.
  * Localization:
    - Update Dutch translations.
      Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be>.
      Closes: #1027312, #1027313

  [ Helge Kreutzmann ]
  * Localization:
    - Update German man pages translation.
    - Update German scripts translation.

Date: Sat, 07 Jan 2023 13:19:13 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>
https://launchpad.net/ubuntu/+source/dpkg/1.21.17ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sat, 07 Jan 2023 13:19:13 +0100
Source: dpkg
Built-For-Profiles: noudeb
Architecture: source
Version: 1.21.17ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Closes: 1027312 1027313 1027716 1027966
Changes:
 dpkg (1.21.17ubuntu1) lunar; 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.
     - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
     - 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.
     - Add Zstd compression and decompression support for binary packages.
     - scripts/Dpkg/Vendor/Ubuntu.pm: set 'nocheck' in build options by default
       on Ubuntu/riscv64.  Overridable in debian/rules with
       'DEB_BUILD_OPTIONS := $(filter-out nocheck,$(DEB_BUILD_OPTIONS))'.
     - scripts/Dpkg/Vendor/Ubuntu.pm, scripts/dpkg-buildpackage.pl:
       Set 'nocheck' for riscv64 using a new 'update-buildopts' hook and make
       it effective with old style debhelper, too.
     - Dpkg::Vendor::Debian: Add new lto feature in new optimize area, taken
       from
       https://git.hadrons.org/cgit/debian/dpkg/dpkg.git/log/?h=next/1.21.x
     - 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'.
     - Turn on LTO optimizations on amd64, arm64, ppc64el, s390x.
       See https://wiki.ubuntu.com/ToolChain/LTO for more information.
     - 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.
     - Don't install dpkg-fsys-usrunmess script.
 .
 dpkg (1.21.17) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg-genbuildinfo: Do not fail if the cross-compiler cannot compile.
     Closes: #1027966
   * Code internals:
     - dpkg-buildinfo: Fix indentation.
   * Packaging:
     - Stop shipping the «git log» changelog in exchange for no trimming.
       Closes: #1027716
 .
 dpkg (1.21.16) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg-deb: Fix buffer overflow on long directory names with old deb formats.
     Reported by Georgy Yakovlev <gyakovlev at gentoo.org>.
   * Perl modules:
     - Dpkg::Compression: Pass --no-adjust to xz to force compression threaded
       mode.
     - Dpkg::Compression: Make xz not emit warnings nor exit non-zero on
       warnings.
     - Dpkg::OpenPGP::Backend::SOP: Add sqop as an alternative SOP
       implementation.
     - Dpkg::Source::Package::V3::Git: Move error() argument out of g_() call.
   * Code internals:
     - libdpkg: Make xz not emit warnings nor exit non-zero on warnings.
 .
   [ Helge Kreutzmann ]
   * Localization:
     - Update German man pages translation.
     - Update German scripts translation.
 .
 dpkg (1.21.15) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * Perl modules:
     - Dpkg::BuildFlags: Add new get_feature() method.
     - Dpkg::Vendor::Debian: Use get_feature() instead of use_feature() for PIE.
       Reported by Helmut Grohne <helmut at subdivi.de>.
     - Dpkg: Temporarily silence deprecation warnings.
   * Test suite:
     - Improve TAP descriptions to clarify we are testing patch(1).
 .
   [ Sven Joachim ]
   * Localization:
     - Update German programs translation.
 .
 dpkg (1.21.14) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg-source: Add new --threads-max option to control threaded compressors.
   * dpkg-buildflags: Add support for features handled as builtin defaults.
   * Perl modules:
     - Dpkg::Compression::Process: Unify and simplify cmdline handling.
     - Dpkg::Compression: Change $COMP hashref into a %COMP hash.
     - Dpkg::Compression: Add new compression_get_file_extension() and switch to
       it.
     - Dpkg::Compression: Move the POD for each function immediately before it.
     - Dpkg::Compression: Clarify the compression_get/set_default_level() are
       global.
     - Dpkg::Compression: Use %COMP directly in functions when it is safe.
     - Dpkg::Compression: Add new compression_get/set_level() and switch to it.
     - Dpkg::Compression: Add new compression_get/set_cmdline_de/compress().
     - Dpkg::Compression: Deprecate compression_get_property().
     - Dpkg::Compression: Add multi-threaded xz support.
     - Dpkg::Vendor::Devuan: Add new vendor module.
       Requested by Ivan J. <parazyd at dyne.org>.
     - Dpkg::BuildFlags: Make it possible to not load the vendor defaults on
       new().
     - Dpkg::BuildFlags: Add a new use_feature() method.
     - Dpkg::BuildFlags: Add a new set/get_option_value() private methods.
     - Dpkg::BuildFlags: Add missing feature area to is_maintainer_modified()
       POD.
     - Dpkg::BuildFlags: Add support for builtin build flags.
     - Dpkg::Vendor::Debian: Track option values state as a build flag options.
     - Dpkg::Vendor::Debian: Generalize feature areas defaults.
     - Dpkg::Vendor::Ubuntu: Use a string comparison instead of debarch_eq().
     - Dpkg::Vendor::Ubuntu: Use new build flag option override support to set
       -O3.
     - Dpkg::Vendor::Ubuntu: Handle LTO by default using new feature overrides.
     - Dpkg::BuildEnv: Rename from Dpkg::Build::Env.
     - Dpkg::BuildTypes: Rename from Dpkg::Build::Types.
     - Dpkg::BuildInfo: New module to deprecate the Dpkg::Build::Info module.
   * Documentation:
     - man: Document dpkg-source -q option.
     - doc: Update TODO.
     - man: Document start-stop-daemon options that might be no-ops on some
       systems.
     - man: Turn spaces followed by tabs into spaces in start-stop-daemon(8).
     - man: Use stanza instead of paragraph, block or record for deb822 parts.
   * Code internals:
     - libdpkg: Use correct return type in meminfo functions definitions.
     - libdpkg: Split DPKG_ATTR_ declarations.
     - lib: Refactor format attributes into a common *_ATTR_FMT.
     - lib: Use __name__ format for attributes.
     - lib: Use __has_attribute() to check for attribute availability.
     - libdpkg: Mark tar on-disk members with attribute nonstring.
     - scripts: Use stanza instead of entry or block.
     - libdpkg: Rename functions with names containing record to stanza.
     - dselect: Rename functions with names containing block to stanza.
     - perl: Add missing space around equal-based operators.
     - scripts: Fix indentation.
     - perl: Fix list and hash literals indentation.
     - scripts: Cuddle else and elsif.
     - perl: Remove excess blank lines.
     - dselect, src, utils: Remove excess blank lines.
     - dpkg-scansources: Turn spaces followed by tabs into spaces.
   * Packaging:
     - Clarify new xz multi-threaded support is for decompression.
     - Bump Standards-Version to 4.6.2.
   * Test suite:
     - Add unit tests for most of Dpkg::Compression.
   * Localization:
     - Update Dutch translations.
       Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be>.
       Closes: #1027312, #1027313
 .
   [ Helge Kreutzmann ]
   * Localization:
     - Update German man pages translation.
     - Update German scripts translation.
Checksums-Sha1:
 f52c41a4bf5302edb94e35ef02c47af4ad9390e5 3066 dpkg_1.21.17ubuntu1.dsc
 2da4080eee94e3b2cb974db237ee3cf2b26c7ae1 5190260 dpkg_1.21.17ubuntu1.tar.xz
 cca505b6baef0370a86f81d6e7f6187f9d2b1e76 7868 dpkg_1.21.17ubuntu1_source.buildinfo
Checksums-Sha256:
 82959726a380ce999ae23739f89074c852d116b8ae1191cf193d928f566e3260 3066 dpkg_1.21.17ubuntu1.dsc
 e8a539259fda5551380964a91574c0ed8dbb40c0d1f9f863c361541ba519af58 5190260 dpkg_1.21.17ubuntu1.tar.xz
 d0a06800e67ccc3977e2f57c59cc710ca53c1be29e2b8cd8916487c1aab49168 7868 dpkg_1.21.17ubuntu1_source.buildinfo
Files:
 7a442afbb26617f8856f9bc4e7e60f52 3066 admin required dpkg_1.21.17ubuntu1.dsc
 ac0cdc7c7449fead5249d615d3ff09d3 5190260 admin required dpkg_1.21.17ubuntu1.tar.xz
 c8182865f237d60b97f394dd0cbffac8 7868 admin required dpkg_1.21.17ubuntu1_source.buildinfo


More information about the lunar-changes mailing list