Change log for dpkg package in Ubuntu

76150 of 337 results
Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
dpkg (1.20.5ubuntu2) groovy; urgency=medium

  * 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))'.
    LP: #1891686.

 -- Steve Langasek <email address hidden>  Mon, 31 Aug 2020 00:34:46 +0000

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
dpkg (1.20.5ubuntu1) groovy; urgency=medium

  * Merge with Debian; 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.

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
dpkg (1.19.7ubuntu4) groovy; urgency=medium

  * Remove non-working, and warning triggering prerequisites on suffix rule
    definitions in man/Makefile
  * Run autoreconf

 -- Julian Andres Klode <email address hidden>  Thu, 04 Jun 2020 12:24:07 +0200

Available diffs

Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
dpkg (1.19.7ubuntu3) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Mon, 23 Mar 2020 07:12:54 +0100

Available diffs

Published in precise-updates
Published in precise-security
dpkg (1.16.1.2ubuntu7.9) precise-security; urgency=medium

  * Fix physical file offset comparison in dpkg. Closes: #808912
    Thanks to Yuri Gribov <email address hidden>.
    - adbdfb0dd9cec401609fd3eef232b7ff2153db7f
  * Do not segfault on GNU/Linux when dpkg cannot retrieve the block size
    for the filesystem containing the info database. LP: #872734
    - 916bdba9095bd361cb2bccd6f566ecffdb206193

 -- Jamie Strandboge <email address hidden>  Fri, 07 Feb 2020 13:54:00 +0000
Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
dpkg (1.19.0.5ubuntu2.3) bionic; urgency=medium

  * d/rules: always run dh_autoreconf (LP: #1842947)

 -- Dan Streetman <email address hidden>  Thu, 05 Sep 2019 17:05:14 -0400
Obsolete in disco-proposed
dpkg (1.19.6ubuntu1.2) disco; urgency=medium

  * d/rules: always run dh_autoreconf (LP: #1842947)

 -- Dan Streetman <email address hidden>  Thu, 05 Sep 2019 17:05:14 -0400

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
dpkg (1.19.7ubuntu2) eoan; urgency=medium

  * d/rules: always run dh_autoreconf (LP: #1842947)

 -- Dan Streetman <email address hidden>  Thu, 05 Sep 2019 17:05:14 -0400

Available diffs

Obsolete in cosmic-proposed
dpkg (1.19.0.5ubuntu5.1) cosmic; urgency=medium

  * Cherry-pick upstream fixes for trigger loops (LP: #1828639)
    - dpkg: Negate tortoise_not_in_hare() function name and return value
    - dpkg: Initialize trigcyclenode's next member once
    - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle()
    - dpkg: Mark the package we are giving up on a trigger cycle as istobe normal
    - dpkg: Switch dependtry from an int to an enum
    - dpkg: Reset progress_bytrigproc once we have injected into the current iteration
    - dpkg: Split trigger processing types into required, try-queued and try-deferred
    - dpkg: Convert one trigger processing required type into the new try-queued
    - dpkg: Move trigproc cycle reset inside try-deferred conditional
    - dpkg: Introduce a new dependency try level for trigger processing
    - dpkg: Introduce a new dependency try level for trigger cycle checks

 -- Julian Andres Klode <email address hidden>  Tue, 16 Jul 2019 14:57:11 +0200
Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
dpkg (1.18.4ubuntu1.6) xenial; urgency=medium

  * Cherry-pick upstream fixes for trigger loops (LP: #1828639)
    - dpkg: Negate tortoise_not_in_hare() function name and return value
    - dpkg: Initialize trigcyclenode's next member once
    - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle()
    - dpkg: Mark the package we are giving up on a trigger cycle as istobe normal
    - dpkg: Switch dependtry from an int to an enum
    - dpkg: Reset progress_bytrigproc once we have injected into the current iteration
    - dpkg: Split trigger processing types into required, try-queued and try-deferred
    - dpkg: Convert one trigger processing required type into the new try-queued
    - dpkg: Move trigproc cycle reset inside try-deferred conditional
    - dpkg: Introduce a new dependency try level for trigger processing
    - dpkg: Introduce a new dependency try level for trigger cycle checks

 -- Julian Andres Klode <email address hidden>  Tue, 16 Jul 2019 14:57:11 +0200
Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
dpkg (1.19.0.5ubuntu2.2) bionic; urgency=medium

  * Cherry-pick upstream fixes for trigger loops (LP: #1828639)
    - dpkg: Negate tortoise_not_in_hare() function name and return value
    - dpkg: Initialize trigcyclenode's next member once
    - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle()
    - dpkg: Mark the package we are giving up on a trigger cycle as istobe normal
    - dpkg: Switch dependtry from an int to an enum
    - dpkg: Reset progress_bytrigproc once we have injected into the current iteration
    - dpkg: Split trigger processing types into required, try-queued and try-deferred
    - dpkg: Convert one trigger processing required type into the new try-queued
    - dpkg: Move trigproc cycle reset inside try-deferred conditional
    - dpkg: Introduce a new dependency try level for trigger processing
    - dpkg: Introduce a new dependency try level for trigger cycle checks

 -- Julian Andres Klode <email address hidden>  Tue, 16 Jul 2019 14:57:11 +0200
Obsolete in disco-updates
Deleted in disco-proposed (Reason: moved to -updates)
dpkg (1.19.6ubuntu1.1) disco; urgency=medium

  * Cherry-pick upstream fix for trigger loops (LP: #1828639):
    - dpkg: Split the trigger dependtry into two, the second of which will be
      the one checking trigger cycles when deferring trigger processing due to
      unsatisfiable dependencies. Closes: #928429

 -- Julian Andres Klode <email address hidden>  Tue, 16 Jul 2019 14:32:06 +0200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
dpkg (1.19.7ubuntu1) eoan; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu 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.

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
dpkg (1.19.6ubuntu1) disco; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu 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.

 -- Adam Conrad <email address hidden>  Tue, 02 Apr 2019 15:36:17 -0600

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
dpkg (1.19.5ubuntu1) disco; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu 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.

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
dpkg (1.19.4ubuntu3) disco; urgency=medium

  * scripts/Dpkg/Source/Package.pm: use Dpkg::Source:Format (closes: #921031)

 -- Adam Conrad <email address hidden>  Tue, 19 Feb 2019 07:37:22 -0700
Superseded in disco-proposed
dpkg (1.19.4ubuntu2) disco; urgency=medium

  * scripts/Dpkg/Shlibs/Objdump.pm: use Dpkg::IPC to fix armhf ABI checks.

Available diffs

Deleted in disco-proposed (Reason: remove broken dpkg)
dpkg (1.19.4ubuntu1) disco; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu 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.

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
dpkg (1.19.2ubuntu2) disco; urgency=medium

  * scripts/Dpkg/Vendor/Ubuntu.pm: Instead of running the Debian hooks after
    the Ubuntu buildflags are set up, run them first, and then strip/prepend
    the bits we need to change. This fixes compiler optimisation on ppc64el.

 -- Adam Conrad <email address hidden>  Fri, 07 Dec 2018 10:51:35 -0700

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
dpkg (1.19.2ubuntu1) disco; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu 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.
  * Fix implicit declaration of getenv in i18n.c and signedness errors in
    zstd patches (nod to Gianfranco Costamagna for being a human -Werror).

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
dpkg (1.18.4ubuntu1.5) xenial; urgency=medium

  * Apply patch from upstream to add frontend locking (LP: #1796081):
    - Add support for frontend locking. This makes it possible for frontends
      using this new protocol, to safely lock the dpkg database w/o risk of
      race conditions with other dpkg instances or frontends supporting the
      same protocol.

 -- Julian Andres Klode <email address hidden>  Thu, 04 Oct 2018 14:21:49 +0200
Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
dpkg (1.19.0.5ubuntu2.1) bionic; urgency=medium

  * Apply patch from upstream to add frontend locking (LP: #1796081):
    - Add support for frontend locking. This makes it possible for frontends
      using this new protocol, to safely lock the dpkg database w/o risk of
      race conditions with other dpkg instances or frontends supporting the
      same protocol.

 -- Julian Andres Klode <email address hidden>  Thu, 04 Oct 2018 14:21:49 +0200
Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
dpkg (1.19.0.5ubuntu5) cosmic; urgency=medium

  * Manually do autoreconf -fi to pick up new automake 1.16

 -- Gianfranco Costamagna <email address hidden>  Thu, 13 Sep 2018 13:46:04 +0200
Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
dpkg (1.19.0.5ubuntu4) cosmic; urgency=medium

  * Apply patch from upstream to add frontend locking:
    - Add support for frontend locking. This makes it possible for frontends
      using this new protocol, to safely lock the dpkg database w/o risk of
      race conditions with other dpkg instances or frontends supporting the
      same protocol. Thanks to Julian Andres Klode <email address hidden>.

 -- Julian Andres Klode <email address hidden>  Wed, 08 Aug 2018 10:58:53 +0200
Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
dpkg (1.19.0.5ubuntu3) cosmic; urgency=medium

  * No-change rebuild for ncurses soname changes.

 -- Matthias Klose <email address hidden>  Thu, 03 May 2018 15:19:09 +0000

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dpkg (1.19.0.5ubuntu2) bionic; urgency=medium

  * Add Zstandard compression and decompression support for binary packages
    (LP: #1764220)

 -- Balint Reczey <email address hidden>  Mon, 16 Apr 2018 04:25:21 +0200
Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
dpkg (1.18.4ubuntu1.4) xenial; urgency=medium

  * Cherry-pick d01212f2d7e59fc713c66b5d60421ac2296c1463 from 1.18.5:
    - Allow detached upstream orig tarball signatures when extracting
      version 1.0 non-native source packages (LP: #1751114)

 -- Adam Conrad <email address hidden>  Wed, 14 Mar 2018 13:17:08 -0600

Available diffs

Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
dpkg (1.17.5ubuntu5.8) trusty; urgency=medium

  * Add support for .deb archives with a control member not compressed
    (control.tar) or compressed with xz (control.tar.xz) LP: #1730627.

 -- Adam Conrad <email address hidden>  Mon, 04 Dec 2017 12:15:45 -0700
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dpkg (1.19.0.5ubuntu1) bionic; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu 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.

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
dpkg (1.19.0.4ubuntu1) bionic; urgency=medium

  * Merge from current Debian unstable; remaining Ubuntu 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.

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
dpkg (1.18.4ubuntu1.3) xenial; urgency=medium

  * Use ohshit() instead of internerr() for unhandled dpkg-split exit
    codes. (i.e. do not abort). Closes: #812679, LP: #1601998

 -- Brian Murray <email address hidden>  Fri, 20 Oct 2017 16:14:06 -0700

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
dpkg (1.18.24ubuntu1) artful; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu 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.
  * scripts/Dpkg/Vendor/Ubuntu.pm: Drop hardening changes merged upstream.
  * dpkg-buildpackage: Drop stale debian/files cleaning, solved differently.

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
dpkg (1.18.23ubuntu7) artful; urgency=medium

  * scripts/Dpkg/Vendor/Debian.pm: Re-enable PIE on all architectures.

 -- Adam Conrad <email address hidden>  Tue, 09 May 2017 23:48:36 -0600

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
dpkg (1.18.23ubuntu6) artful; urgency=medium

  * dpkg-buildpackage: Move debian/files test and removal to after clean.

 -- Adam Conrad <email address hidden>  Tue, 09 May 2017 23:45:31 -0600
Superseded in artful-proposed
dpkg (1.18.23ubuntu5) artful; urgency=medium

  * dpkg-buildpackage: Remove stale debian/files during initialisation.

 -- Adam Conrad <email address hidden>  Tue, 09 May 2017 22:05:49 -0600

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
dpkg (1.18.23ubuntu4) artful; urgency=medium

  * dpkg-genchanges: Add buildinfo files to changes now that LP is fixed.

 -- Adam Conrad <email address hidden>  Fri, 21 Apr 2017 12:00:18 -0600
Superseded in artful-proposed
dpkg (1.18.23ubuntu3) artful; urgency=medium

  * dpkg-gencontrol: Fix Package-Type override handling (LP: #1623256)

 -- Adam Conrad <email address hidden>  Thu, 20 Apr 2017 20:51:40 -0600

Available diffs

Superseded in artful-proposed
dpkg (1.18.23ubuntu2) artful; urgency=medium

  * dpkg-genchanges: Don't add buildinfo files to the changes file.

Available diffs

Deleted in artful-proposed (Reason: buildinfo support breaks Launchpad)
dpkg (1.18.23ubuntu1) artful; urgency=medium

  * Merge from Debian (LP: #1654905, #1652945); remaining Ubuntu 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).
  * scripts/Dpkg/Vendor/Ubuntu.pm: Drop obsolete hardening-wrapper control.
  * scripts/Dpkg/Vendor/Debian.pm: Adjust PIE builtin architecture list.

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
dpkg (1.18.4ubuntu1.2) xenial; urgency=medium

  * Cherry-pick patch from git to limit preallocation to files over
    16KiB, fixing installation performance regression (LP: #1663749)

 -- Adam Conrad <email address hidden>  Mon, 10 Apr 2017 04:08:19 -0600

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
dpkg (1.18.10ubuntu2) zesty; urgency=medium

  * Cherry-pick patch from git to limit preallocation to files over
    16KiB, fixing installation performance regression (LP: #1663749)

 -- Adam Conrad <email address hidden>  Mon, 10 Apr 2017 04:08:19 -0600

Available diffs

Obsolete in yakkety-updates
Deleted in yakkety-proposed (Reason: moved to -updates)
dpkg (1.18.10ubuntu1.1) yakkety; urgency=medium

  * Cherry-pick patch from git to limit preallocation to files over
    16KiB, fixing installation performance regression (LP: #1663749)

 -- Adam Conrad <email address hidden>  Mon, 10 Apr 2017 04:08:19 -0600

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dpkg (1.18.10ubuntu1) yakkety; urgency=medium

  * Merge from Debian testing; remaining Ubuntu 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).

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dpkg (1.18.9ubuntu2) yakkety; urgency=medium

  * Cherry pick the following patch from git to fix APT's testsuite

  [ Guillem Jover ]
  * When activating file triggers on conffile purge, use the conffile name
    instead of the real pathname it might refer to. This fixes a segfault
    when using --instdir, or when the conffile has been moved around and
    replaced with a symlink to the target.
    Regression introduced in dpkg 1.18.8. Closes: #830267

 -- Julian Andres Klode <email address hidden>  Fri, 08 Jul 2016 06:42:07 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dpkg (1.18.9ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable, pulling in fix for dpkg-buildpackage.

Deleted in yakkety-proposed (Reason: broken)
dpkg (1.18.8ubuntu2) yakkety; urgency=medium

  * Require Dpkg::Control::Info in dpkg-buildpackage.
    Initially reported by Helmut Grohne <email address hidden>.
    Regression introduced in dpkg 1.18.8. Closes: #829542

 -- Martin Pitt <email address hidden>  Mon, 04 Jul 2016 12:36:37 +0200

Available diffs

Deleted in yakkety-proposed (Reason: broken)
dpkg (1.18.8ubuntu1) yakkety; urgency=medium

  * Merge from Debian unstable (LP: #1491145); remaining Ubuntu 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).

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
dpkg (1.17.5ubuntu5.7) trusty; urgency=medium

  * Backport from Debian (LP: #1587667):
    - Allow detached upstream signatures for upstream orig.tar files in the
      .dsc file. Suggested by Daniel Kahn Gillmor <email address hidden>.
      Closes: #759478
    - Allow detached upstream orig tarball signatures when extracting
      version 1.0 non-native source packages.

 -- Colin Watson <email address hidden>  Tue, 14 Jun 2016 19:31:28 +0100
Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
dpkg (1.16.1.2ubuntu7.8) precise; urgency=medium

  * Backport from Debian (LP: #1587667):
    - Allow detached upstream signatures for upstream orig.tar files in the
      .dsc file. Suggested by Daniel Kahn Gillmor <email address hidden>.
      Closes: #759478
    - Allow detached upstream orig tarball signatures when extracting
      version 1.0 non-native source packages.

 -- Colin Watson <email address hidden>  Tue, 14 Jun 2016 19:22:53 +0100
Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dpkg (1.18.7ubuntu1) yakkety; urgency=medium

  * Merge from Debian unstable; remaining changes in the Ubuntu delta:
    - 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).
  * Drop Breaks/Conflicts for triggers/upgrades now that xenial is released.

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
dpkg (1.18.4ubuntu1.1) xenial; urgency=medium

    * Add Breaks on ufw (<< 0.35-0ubuntu2~) for trigger loops (LP: #1571174)

 -- Adam Conrad <email address hidden>  Thu, 12 May 2016 04:35:55 -0600

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
dpkg (1.18.4ubuntu2) yakkety; urgency=medium

  * No-change rebuild to pick up -fPIE on amd64 and ppc64el.

 -- Matthias Klose <email address hidden>  Fri, 29 Apr 2016 13:53:32 +0200

Available diffs

Published in trusty-security
Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
dpkg (1.17.5ubuntu5.6) trusty; urgency=medium

  * dpkg-maintscript-helper: s/exit/return/ in subshells (LP: #1574285)

 -- Adam Conrad <email address hidden>  Mon, 25 Apr 2016 12:44:01 -0600
Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
dpkg (1.18.4ubuntu1) xenial; urgency=medium

  * Merge from Debian testing; remaining changes in the Ubuntu delta:
    - 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).
    - Carry over Breaks/Conflicts for triggers/upgrades until post-16.04.

Available diffs

Obsolete in vivid-updates
Obsolete in vivid-security
dpkg (1.17.25ubuntu1.1) vivid-security; urgency=medium

  * SECURITY UPDATE: multiple security issues
    - dpkg-deb/extract.c: Fix off-by-one write access on versionbuf
      variable.
    - dpkg-deb/extract.c: Fix off-by-one write access on ctrllenbuf
      variable. (CVE-2015-0860)
    - lib/dpkg/ar.c: Fix an off-by-one read access in ar member name
      variable.
    - Thanks to Guillem Jover and Hanno Böck for the patches!

 -- Marc Deslauriers <email address hidden>  Thu, 26 Nov 2015 07:58:25 -0500
Obsolete in wily-updates
Obsolete in wily-security
dpkg (1.18.2ubuntu5.1) wily-security; urgency=medium

  * SECURITY UPDATE: multiple security issues
    - dpkg-deb/extract.c: Fix off-by-one write access on ctrllenbuf
      variable. (CVE-2015-0860)
    - lib/dpkg/ar.c: Fix an off-by-one read access in ar member name
      variable.
    - Thanks to Guillem Jover and Hanno Böck for the patches!

 -- Marc Deslauriers <email address hidden>  Thu, 26 Nov 2015 08:00:10 -0500
Superseded in trusty-updates
Superseded in trusty-security
dpkg (1.17.5ubuntu5.5) trusty-security; urgency=medium

  * SECURITY UPDATE: multiple security issues
    - dpkg-deb/extract.c: Fix off-by-one write access on versionbuf
      variable.
    - dpkg-deb/extract.c: Fix off-by-one write access on ctrllenbuf
      variable. (CVE-2015-0860)
    - lib/dpkg/ar.c: Fix an off-by-one read access in ar member name
      variable.
    - Thanks to Guillem Jover and Hanno Böck for the patches!

 -- Marc Deslauriers <email address hidden>  Thu, 26 Nov 2015 07:57:34 -0500

Available diffs

Superseded in precise-updates
Superseded in precise-security
dpkg (1.16.1.2ubuntu7.7) precise-security; urgency=medium

  * SECURITY UPDATE: multiple security issues
    - dpkg-deb/extract.c: Fix off-by-one write access on versionbuf
      variable.
    - dpkg-deb/extract.c: Fix off-by-one write access on ctrllenbuf
      variable. (CVE-2015-0860)
    - lib/dpkg/ar.c: Fix an off-by-one read access in ar member name
      variable.
    - Thanks to Guillem Jover and Hanno Böck for the patches!

 -- Marc Deslauriers <email address hidden>  Thu, 26 Nov 2015 07:40:52 -0500
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
dpkg (1.18.3ubuntu1) xenial; urgency=medium

  * Merge from Debian testing; remaining changes in the Ubuntu delta:
    - 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).
    - Carry over Breaks/Conflicts for triggers/upgrades until post-16.04.

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
dpkg (1.18.2ubuntu5) wily; urgency=medium

  * Pull packaging changes from 1.18.3 to fix libdir issues (LP: #1504761)
  * Fix an off-by-one write access in dpkg-deb when parsing the deb magic.
  * Fix a segfault when using «dpkg --no-act» with a synthetic --admindir.

 -- Adam Conrad <email address hidden>  Sat, 17 Oct 2015 12:47:12 -0600

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
dpkg (1.18.2ubuntu4) wily; urgency=medium

  * Add a Breaks on software-center (<< 13.10-0ubuntu9~) for trigger loops.

 -- Adam Conrad <email address hidden>  Fri, 11 Sep 2015 11:11:01 -0600

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
dpkg (1.18.2ubuntu3) wily; urgency=medium

  * Cherrypick fix from git to be less strict about week day parsing.
  * Extend the above to also be less strict about month name parsing.

 -- Adam Conrad <email address hidden>  Wed, 26 Aug 2015 16:39:42 -0600

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
dpkg (1.18.2ubuntu2) wily; urgency=medium

  * Add a Breaks on dbus (<< 1.8.12-1ubuntu6~) to avoid the noawait trigger.

 -- Adam Conrad <email address hidden>  Tue, 18 Aug 2015 13:51:02 -0600

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
dpkg (1.18.2ubuntu1) wily; urgency=medium

  * Merge with Debian unstable, bringing in a whole host of new bugfixes.

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
dpkg (1.18.1ubuntu1) wily; urgency=medium

  * Merge from Debian testing; remaining changes in the Ubuntu delta:
    - 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).
  * Carry over Breaks/Conflicts for triggers/upgrades until post-16.04.

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
dpkg (1.17.25ubuntu1) vivid; urgency=medium

  * Merge with Debian, pulling in the upstream fix for CVE-2015-0840,
    a couple of updated translations, and several trivial bug fixes.
 -- Adam Conrad <email address hidden>   Fri, 10 Apr 2015 21:36:44 -0600
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
dpkg (1.17.24ubuntu2) vivid; urgency=medium

  * SECURITY UPDATE: OpenPGP Armor Header Line parsing issue
    - scripts/Dpkg/Control/HashCore.pm: adjust whitespace parsing.
    - scripts/Makefile.*, scripts/t/Dpkg_Control.t,
      scripts/t/Dpkg_Control/bogus-armor-formfeed.dsc: added tests.
    - Patch thanks to Guillem Jover
    - CVE-2015-0840
 -- Marc Deslauriers <email address hidden>   Thu, 09 Apr 2015 11:41:14 -0400

Available diffs

Obsolete in lucid-updates
Obsolete in lucid-security
dpkg (1.15.5.6ubuntu4.10) lucid-security; urgency=medium

  * SECURITY UPDATE: OpenPGP Armor Header Line parsing issue
    - scripts/Dpkg/Control/{Hash,Package}.pm: adjust parsing logic.
    - scripts/Makefile.*, scripts/t/700_Dpkg_Control.t,
      scripts/t/700_Dpkg_Control/*: added bunch of tests.
    - Patch thanks to Guillem Jover
    - CVE-2015-0840
 -- Marc Deslauriers <email address hidden>   Thu, 09 Apr 2015 10:47:12 -0400
Superseded in precise-updates
Superseded in precise-security
dpkg (1.16.1.2ubuntu7.6) precise-security; urgency=medium

  * SECURITY UPDATE: OpenPGP Armor Header Line parsing issue
    - scripts/Dpkg/Control/{Hash,Package}.pm: adjust parsing logic.
    - scripts/Makefile.*, scripts/t/700_Dpkg_Control.t,
      scripts/t/700_Dpkg_Control/*: added bunch of tests.
    - Patch thanks to Guillem Jover
    - CVE-2015-0840
 -- Marc Deslauriers <email address hidden>   Thu, 09 Apr 2015 09:22:25 -0400
Obsolete in utopic-updates
Obsolete in utopic-security
dpkg (1.17.13ubuntu1.1) utopic-security; urgency=medium

  * SECURITY UPDATE: OpenPGP Armor Header Line parsing issue
    - scripts/Dpkg/Control/HashCore.pm: adjust whitespace parsing.
    - scripts/Makefile.*, scripts/t/Dpkg_Control.t,
      scripts/t/Dpkg_Control/bogus-armor-formfeed.dsc: added tests.
    - Patch thanks to Guillem Jover
    - CVE-2015-0840
 -- Marc Deslauriers <email address hidden>   Thu, 09 Apr 2015 08:08:57 -0400
Superseded in trusty-updates
Superseded in trusty-security
dpkg (1.17.5ubuntu5.4) trusty-security; urgency=medium

  * SECURITY UPDATE: OpenPGP Armor Header Line parsing issue
    - scripts/Dpkg/Control/HashCore.pm: adjust whitespace parsing.
    - scripts/Makefile.*, scripts/t/700_Dpkg_Control.t,
      scripts/t/700_Dpkg_Control/bogus-armor-formfeed.dsc: added tests.
    - Patch thanks to Guillem Jover
    - CVE-2015-0840
 -- Marc Deslauriers <email address hidden>   Thu, 09 Apr 2015 08:41:39 -0400
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
dpkg (1.17.24ubuntu1) vivid; urgency=medium

  * Merge with Debian unstable, which pulls in bugfixes, and disables
    dependency checks on trigger processing, quieting trigger cycles.

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
dpkg (1.17.23ubuntu1) vivid; 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).
    - Bump fontconfig Breaks to match Ubuntu version; can be reverted after
      vivid ships, as the Debian Breaks version was higher than trusty's.
    - Add ureadahead to the long list of trigger-related Breaks as well.
  * Remove multiarch upgrade code from postinst, which is no longer needed.

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
dpkg (1.17.21ubuntu2) vivid; urgency=medium

  * Cherry-pick from Debian (LP: #1394893)
    + Add Breaks on old man-db, fontconfig and readahead-fedora packages using
      awaiting triggers, as they produce trigger cycles. Closes: #768599
  * Modify the above to specify the version of fontconfig that included this
    change in Ubuntu, and to add ureadahead.
 -- Iain Lane <email address hidden>   Mon, 08 Dec 2014 12:09:15 +0000

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
dpkg (1.17.21ubuntu1) vivid; 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.
    - 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.
    - Add logic to the postinst to `dpkg --add-architecture i386' on new
      installs on amd64, mimicking our previous behaviour with the conffile.
    - Apply a workaround from mvo to consider ^rc packages as multiarch,
      during the dpkg consistency checks. (see LP: 1015567 and 1057367).
  * drop po/pot delta that was generated by MoM
  * run touch configure configure.ac build-aux/* to ensure that timestamps
    match and automake is not invoked again

Available diffs

76150 of 337 results