Change log for zlib package in Ubuntu

175 of 77 results
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
zlib (1:1.3.dfsg-3.1ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 08:35:49 +0000
Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
zlib (1:1.3.dfsg-3.1ubuntu1) noble; urgency=medium

  * Merge with Debian; remaining changes:
    - Build x32 packages
    - Add watch file, with GPG tarball checking, and version mangling
    - d/rules: Compile with DFLTCC enabled on s390x and hardware
      compression at level 6
    - d/zlib-core.symbols: Drop dfsg suffix from version
    - d/p/power/*: Add optimized crc32 for POWER8+
    - d/p/s390x/*: Add optimized crc32 and hardware deflate

Deleted in noble-updates (Reason: superseded by release)
Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
zlib (1:1.3.dfsg-3ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Build x32 packages
    - Add watch file, with GPG tarball checking, and version mangling
    - d/rules: Compile with DFLTCC enabled on s390x and hardware
      compression at level 6
    - d/zlib-core.symbols: Drop dfsg suffix from version
  * New patches rebased from iii-i/zlib/dfltcc on GitHub:
    - d/p/power/*: Add optimized crc32 for POWER8+
    - d/p/s390x/*: Add optimized crc32 and hardware deflate
  * Patches superseded by the above:
    - d/p/410.patch: Add support for IBM Z hardware-accelerated deflate
    - d/p/478.patch: Add optimized crc32 for Power 8+ processors
    - d/p/s390x-vectorize-crc32.patch: Add s390x vectorized crc32 support
    - d/p/1390.patch: Don't update strm.adler for raw streams on s390x
      (DFLTCC), otherwise libxml2 gets broken on s390x. LP #2002511
    - d/p/lp-2018293-fix-crash-in-deflateBound-if-called-before-deflateInt
      .patch: Avoid potential deflateBound() function crash on s390x

Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
zlib (1:1.2.13.dfsg-1ubuntu5) mantic; urgency=medium

  * Add
    d/p/lp-2018293-fix-crash-in-deflateBound-if-called-before-deflateInt.patch
    to avoid potential deflateBound() function crash on s390x.
  * Clean-up and remove
    d/p/lp1932010-ibm-z-add-vectorized-crc32-implementation.patch since it was
    replaced by d/p/s390x-vectorize-crc32.patch with 1.2.13.dfsg-1ubuntu3
    but was still in d/p/ (but not in d/p/series).

 -- Frank Heimes <email address hidden>  Wed, 02 Aug 2023 13:22:26 +0200
Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
zlib (1:1.2.13.dfsg-1ubuntu4) lunar; urgency=medium

  * Add d/p/1390.patch to not update strm.adler for raw streams on s390x
    (DFLTCC), otherwise libxml2 gets broken on s390x. LP: #2002511

 -- Frank Heimes <email address hidden>  Wed, 11 Jan 2023 18:02:34 +0100
Superseded in lunar-proposed
zlib (1:1.2.13.dfsg-1ubuntu3) lunar; urgency=medium

  * Re-add vectorized crc32 support for s390x by adding
    d/p/s390x-vectorize-crc32.patch
    (crc32vx-v4: s390x: vectorize crc32). (LP: #1998470)
    This replaces the previously dropped patch:
    lp1932010-ibm-z-add-vectorized-crc32-implementation.patch
  * Remove option '--crc32-vx' for s390x in d/rules, that was previously just
    commented out, since it's no longer needed with the new s390x crc32 code.
  * Update d/p/410.patch to version 26f2c0a4e17e5558d779797d713aa37ebaeef390
    due to unused "const char *endptr;".

 -- Frank Heimes <email address hidden>  Mon, 21 Nov 2022 20:28:58 +0100
Superseded in lunar-proposed
zlib (1:1.2.13.dfsg-1ubuntu2) lunar; urgency=medium

  * Comment out use of --crc32-vx on s390x, since this is currently not
    implemented due to the dropped patch that needs porting.

 -- Steve Langasek <email address hidden>  Tue, 15 Nov 2022 17:06:45 +0000
Superseded in lunar-proposed
zlib (1:1.2.13.dfsg-1ubuntu1) lunar; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Build x32 packages
    - debian/zlib-core.symbols: Drop dfsg suffix from version
    - Add watch file, with GPG tarball checking, and version mangling
    - Cherrypick PR#410 to enable hardware-accelerated deflate.
    - Copmile with DFLTCC enabled on s390x.
    - Enable hardware compression on s390x at level 6.
    - d/rules: use configure options for dfltcc instead of hardcoding
       the CFLAGS
  * Dropped changes, included upstream:
    - Cherry-pick Permit-a-deflateParams-parameter-change-asap.patch
    - debian/patches/CVE-2018-25032-2.patch: assure that the number of bits
      for deflatePrime() is valid in deflate.c.
  * Pull rebased 410.patch from https://github.com/madler/zlib/pull/410.
  * Drop d/p/410-lp1961427.patch, included in the above rebase.
  * Replace 335.patch for ppc64el (P8) crc32 performance with 478.patch which
    supersedes it (https://github.com/madler/zlib/pull/478).
  * Forward-port lp1932010-ibm-z-add-vectorized-crc32-implementation.patch.
  * Dropped changes:
    - d/p/lp1932010-ibm-z-add-vectorized-crc32-implementation.patch: this
      patch depends on zlib upstream PR 335 which has been superseded by
      upstream PR 478 with significant refactoring.  Drop this patch,
      pending a port from IBM.

Superseded in lunar-proposed
zlib (1:1.2.11.dfsg-4.1ubuntu2) lunar; urgency=medium

  * Add d/p/410-lp1990379.patch to fix the issue that
    inflate() does not update strm.adler if DFLTCC is used. LP: #1990379
  * Add d/p/lp1982583-fix-for-zlib-crc32-optimization-for-s390x.patch
    to fix s390_crc32_vx() signature mismatch and add '-DS390_CRC32_VX'
    also to SFLAGS. LP: #1982583

 -- Frank Heimes <email address hidden>  Fri, 07 Oct 2022 12:35:39 +0200
Published in jammy-updates
Published in jammy-security
zlib (1:1.2.11.dfsg-2ubuntu9.2) jammy-security; urgency=medium

  * SECURITY UPDATE: heap-based buffer over-read (LP: #1988548)
    - debian/patches/CVE-2022-37434-1.patch: in inflate.c, add an extra
      condition to check if state->head->extra_max is greater than len
      before copying, and move the len assignment to be placed before the
      check.
    - debian/patches/CVE-2022-37434-2.patch: in the previous patch, in
      inflate.c, the place of the len assignment was causing issues so it
      was moved to be placed within the check.
    - CVE-2022-37434

 -- Rodrigo Figueiredo Zaiden <email address hidden>  Fri, 14 Oct 2022 18:33:00 -0300
Published in focal-updates
Published in focal-security
zlib (1:1.2.11.dfsg-2ubuntu1.5) focal-security; urgency=medium

  * SECURITY UPDATE: heap-based buffer over-read (LP: #1988548)
    - debian/patches/CVE-2022-37434-1.patch: in inflate.c, add an extra
      condition to check if state->head->extra_max is greater than len
      before copying, and move the len assignment to be placed before the
      check.
    - debian/patches/CVE-2022-37434-2.patch: in the previous patch, in
      inflate.c, the place of the len assignment was causing issues so it
      was moved to be placed within the check.
    - CVE-2022-37434

 -- Rodrigo Figueiredo Zaiden <email address hidden>  Fri, 14 Oct 2022 17:22:43 -0300
Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
zlib (1:1.2.11.dfsg-4.1ubuntu1) kinetic; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Build x32 packages
    - debian/zlib-core.symbols: Drop dfsg suffix from version
    - Add watch file, with GPG tarball checking, and version mangling
    - Cherry-pick Permit-a-deflateParams-parameter-change-asap.patch:
    - Cherrypick PR#410 to enable hardware-accelerated deflate.
    - Copmile with DFLTCC enabled on s390x.
    - Improve crc32 performance on P8, proposed upstream patch.
    - Enable hardware compression on s390x at level 6.
    - Cherrypick update of s390x hw acceleration #410 pull request patch,
      which corrects inflateSyncPoint() return value to always gracefully
      fail when hw acceleration is in use.
    - d/rules: use configure options for dfltcc instead of hardcoding
       the CFLAGS
    - d/p/lp1932010-ibm-z-add-vectorized-crc32-implementation.patch
      ported from zlib-ng #912, adding a vectorized implementation
      of CRC32 on s390x architectures based on kernel code.
    - d/p/lp1932010-ibm-z-add-vectorized-crc32-implementation.patch: adjust
      to not make a PLT call in an ifunc on s390/s390x.
    - debian/patches/CVE-2018-25032-2.patch: assure that the number of bits
      for deflatePrime() is valid in deflate.c.
    - d/p/410-lp1961427.patch ported from zlib #410, fixing
      compressBound() with hw acceleration.
  * Dropped changes, included in Debian:
    - debian/patches/CVE-2018-25032-1.patch: fix a bug that can crash
      deflate on some input when using Z_FIXED in deflate.c, deflate.h.
  * Refresh 410.patch for upstream changes.

Published in bionic-updates
Published in bionic-security
zlib (1:1.2.11.dfsg-0ubuntu2.2) bionic-security; urgency=medium

  * SECURITY UPDATE: heap-based buffer over-read
    - debian/patches/CVE-2022-37434-1.patch: in inflate.c, add an extra
      condition to check if state->head->extra_max is greater than len
      before copying, and move the len assignment to be placed before the
      check.
    - debian/patches/CVE-2022-37434-2.patch: in the previous patch, in
      inflate.c, the place of the len assignment was causing issues so it
      was moved to be placed within the check.
    - CVE-2022-37434

 -- Rodrigo Figueiredo Zaiden <email address hidden>  Tue, 16 Aug 2022 19:08:38 -0300
Superseded in focal-updates
Deleted in focal-proposed (Reason: moved to -updates)
zlib (1:1.2.11.dfsg-2ubuntu1.4) focal; urgency=medium

  * d/p/410-lp1961427.patch ported from zlib #410, fixing
    compressBound() with hw acceleration. LP: #1961427
    Thanks to Ilya Leoshkevich <email address hidden>.
    In addition a patch is needed in htslib.

 -- Frank Heimes <email address hidden>  Thu, 21 Jul 2022 10:30:05 +0100
Superseded in jammy-updates
Deleted in jammy-proposed (Reason: moved to -updates)
zlib (1:1.2.11.dfsg-2ubuntu9.1) jammy; urgency=medium

  * d/p/410-lp1961427.patch ported from zlib #410, fixing
    compressBound() with hw acceleration. LP: #1961427
    Thanks to Ilya Leoshkevich <email address hidden>.
    In addition a patch is needed for bedtools.

 -- Frank Heimes <email address hidden>  Thu, 21 Jul 2022 10:30:05 +0100
Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
zlib (1:1.2.11.dfsg-2ubuntu10) kinetic; urgency=medium

  * d/p/410-lp1961427.patch ported from zlib #410, fixing
    compressBound() with hw acceleration. LP: #1961427
    Thanks to Ilya Leoshkevich <email address hidden>.
    In addition a patch is needed for bedtools.

 -- Frank Heimes <email address hidden>  Thu, 21 Jul 2022 09:30:05 +0100
Obsolete in impish-updates
Obsolete in impish-security
zlib (1:1.2.11.dfsg-2ubuntu7.1) impish-security; urgency=medium

  * SECURITY UPDATE: memory corruption when deflating
    - debian/patches/CVE-2018-25032-1.patch: fix a bug that can crash
      deflate on some input when using Z_FIXED in deflate.c, deflate.h.
    - debian/patches/CVE-2018-25032-2.patch: assure that the number of bits
      for deflatePrime() is valid in deflate.c.
    - CVE-2018-25032

 -- Marc Deslauriers <email address hidden>  Sat, 26 Mar 2022 14:20:25 -0400
Superseded in focal-updates
Superseded in focal-security
zlib (1:1.2.11.dfsg-2ubuntu1.3) focal-security; urgency=medium

  * SECURITY UPDATE: memory corruption when deflating
    - debian/patches/CVE-2018-25032-1.patch: fix a bug that can crash
      deflate on some input when using Z_FIXED in deflate.c, deflate.h.
    - debian/patches/CVE-2018-25032-2.patch: assure that the number of bits
      for deflatePrime() is valid in deflate.c.
    - CVE-2018-25032

 -- Marc Deslauriers <email address hidden>  Sat, 26 Mar 2022 14:20:54 -0400
Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
zlib (1:1.2.11.dfsg-2ubuntu9) jammy; urgency=medium

  * SECURITY UPDATE: memory corruption when deflating
    - debian/patches/CVE-2018-25032-1.patch: fix a bug that can crash
      deflate on some input when using Z_FIXED in deflate.c, deflate.h.
    - debian/patches/CVE-2018-25032-2.patch: assure that the number of bits
      for deflatePrime() is valid in deflate.c.
    - CVE-2018-25032

 -- Marc Deslauriers <email address hidden>  Fri, 25 Mar 2022 08:06:31 -0400
Superseded in bionic-updates
Superseded in bionic-security
zlib (1:1.2.11.dfsg-0ubuntu2.1) bionic-security; urgency=medium

  * SECURITY UPDATE: memory corruption when deflating
    - debian/patches/CVE-2018-25032-1.patch: fix a bug that can crash
      deflate on some input when using Z_FIXED in deflate.c, deflate.h.
    - debian/patches/CVE-2018-25032-2.patch: assure that the number of bits
      for deflatePrime() is valid in deflate.c.
    - CVE-2018-25032

 -- Marc Deslauriers <email address hidden>  Sat, 26 Mar 2022 14:21:23 -0400
Deleted in jammy-proposed (Reason: Requested by the uploader, incompatibility detected and w...)
zlib (1:1.2.11.dfsg-2ubuntu8) jammy; urgency=medium

  * d/p/410-lp1961427.patch ported from zlib #410, fixing
    compressBound() with hw acceleration. LP: #1961427
    Refreshed some quilt patches just to remove offsets.
    Thanks to Ilya Leoshkevich <email address hidden>.

 -- Frank Heimes <email address hidden>  Wed, 09 Mar 2022 09:30:05 +0100
Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
zlib (1:1.2.11.dfsg-2ubuntu7) impish; urgency=medium

  [ Simon Chopin ]
  * d/rules: use configure options for dfltcc instead of hardcoding
    the CFLAGS
  * d/p/lp1932010-ibm-z-add-vectorized-crc32-implementation.patch
    ported from zlib-ng #912, adding a vectorized implementation
    of CRC32 on s390x architectures based on kernel code. LP: #1932010

  [ Michael Hudson-Doyle ]
  * d/p/lp1932010-ibm-z-add-vectorized-crc32-implementation.patch: adjust to
    not make a PLT call in an ifunc on s390/s390x.

 -- Simon Chopin <email address hidden>  Thu, 12 Aug 2021 15:45:49 +1200
Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: Moved to hirsute)
zlib (1:1.2.11.dfsg-2ubuntu6) hirsute; urgency=medium

  * No-change rebuild to build with lto.

 -- Matthias Klose <email address hidden>  Sun, 28 Mar 2021 09:10:07 +0200
Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
zlib (1:1.2.11.dfsg-2ubuntu5) hirsute; urgency=medium

  * No-change rebuild to drop the udeb package.

 -- Matthias Klose <email address hidden>  Mon, 22 Feb 2021 10:36:58 +0100
Superseded in focal-updates
Deleted in focal-proposed (Reason: moved to -updates)
zlib (1:1.2.11.dfsg-2ubuntu1.2) focal; urgency=medium

  * Cherrypick update of s390x hw acceleration #410 pull request patch,
    which corrects inflateSyncPoint() return value to always gracefully
    fail when hw acceleration is in use. This fixes rsync failure with
    zlib compression on hw accelerated s390x. LP: #1899621

 -- Dimitri John Ledkov <email address hidden>  Thu, 15 Oct 2020 11:10:29 +0100
Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
zlib (1:1.2.11.dfsg-2ubuntu4) groovy; urgency=medium

  * Cherrypick update of s390x hw acceleration #410 pull request patch,
    which corrects inflateSyncPoint() return value to always gracefully
    fail when hw acceleration is in use. This fixes rsync failure with
    zlib compression on hw accelerated s390x. LP: #1899621

 -- Dimitri John Ledkov <email address hidden>  Thu, 15 Oct 2020 11:01:38 +0100
Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
zlib (1:1.2.11.dfsg-2ubuntu3) groovy; urgency=medium

  * Enable hardware compression on s390x at level 6. LP: #1884514

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Sep 2020 08:44:35 +1200
Superseded in focal-updates
Deleted in focal-proposed (Reason: moved to -updates)
zlib (1:1.2.11.dfsg-2ubuntu1.1) focal; urgency=medium

  * Update d/patches/410.patch to current state to fix issues with hardware
    accelerated zlib on new s390x machines. LP: #1893170

 -- Michael Hudson-Doyle <email address hidden>  Thu, 20 Aug 2020 11:52:59 +1200
Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
zlib (1:1.2.11.dfsg-2ubuntu2) groovy; urgency=medium

  * Update d/patches/410.patch to current state. LP: #1882494, #1889059, #1893170

 -- Michael Hudson-Doyle <email address hidden>  Thu, 20 Aug 2020 11:52:59 +1200
Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
zlib (1:1.2.11.dfsg-2ubuntu1) focal; urgency=medium

  * Merge with Debian; remaining changes:
    - Build x32 packages
    - debian/zlib-core.symbols: Drop dfsg suffix from version
    - Add watch file, with GPG tarball checking, and version mangling
    - Drop unused patches
    - Cherry-pick Permit-a-deflateParams-parameter-change-asap.patch:
      (LP: #1692870)
    - Cherrypick PR#410 to enable hardware-accelerated deflate.
    - Copmile with DFLTCC enabled on s390x. LP: #1823157
    - Improve crc32 performance on P8, proposed upstream patch. LP: #1742941.

Superseded in focal-proposed
zlib (1:1.2.11.dfsg-1.2ubuntu1) focal; urgency=medium

  * Merge with Debian; remaining changes:
    - Build x32 packages
    - debian/zlib-core.symbols: Drop dfsg suffix from version
    - Add watch file, with GPG tarball checking, and version mangling
    - Drop unused patches
    - Cherry-pick Permit-a-deflateParams-parameter-change-asap.patch:
      (LP: #1692870)
    - Cherrypick PR#410 to enable hardware-accelerated deflate.
    - Copmile with DFLTCC enabled on s390x. LP: #1823157
  * Improve crc32 performance on P8, proposed upstream patch. LP: #1742941.

Published in xenial-updates
Published in xenial-security
zlib (1:1.2.8.dfsg-2ubuntu4.3) xenial-security; urgency=medium

  * SECURITY UPDATE: improper pointer arithmetic might allow
    context-dependent attackers to have unspecified impact
    - debian/patches/CVE-2016-9840.patch: remove offset pointer optimization
      in inftrees.c
    - CVE-2016-9840
  * SECURITY UPDATE: improper pointer arithmetic might allow
    context-dependent attackers to have unspecified impact
    - debian/patches/CVE-2016-9841.patch: use post-increment only in inffast.c
    - CVE-2016-9841
  * SECURITY UPDATE: vectors involving left shifts of negative integers might
    allow context-dependent attackers to have unspecified impact
    - debian/patches/CVE-2016-9842_1.patch: avoid shifts of negative values in
      inflateMark()
    - debian/patches/CVE-2016-9842_2.patch: avoid casting an out-of-range
      value to long
    - CVE-2016-9842
  * SECURITY UPDATE: vectors involving big-endian CRC calculation might allow
    context-dependent attackers to have unspecified impact
    - debian/patches/CVE-2016-9843.patch: avoid pre-decrement of pointer in
      big-endian CRC calculation
    - CVE-2016-9843

 -- Avital Ostromich <email address hidden>  Wed, 08 Jan 2020 11:06:35 -0500
Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
zlib (1:1.2.11.dfsg-1ubuntu3) eoan; urgency=medium

  * Cherrypick PR#410 to enable hardware-accelerated deflate.
  * Copmile with DFLTCC enabled on s390x. LP: #1823157

 -- Dimitri John Ledkov <email address hidden>  Mon, 19 Aug 2019 19:51:09 +0100
Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
zlib (1:1.2.11.dfsg-1ubuntu2) disco; urgency=medium

  * debian/zlib-core.symbols: fix mistake introduced in the merge

 -- Jeremy Bicha <email address hidden>  Thu, 24 Jan 2019 12:56:53 -0500
Superseded in disco-proposed
zlib (1:1.2.11.dfsg-1ubuntu1) disco; urgency=medium

  * Sync with Debian. Remaining changes:
    - Build x32 packages
    - debian/zlib-core.symbols: Drop dfsg suffix from version
    - Add watch file, with GPG tarball checking, and version mangling
    - Drop unused patches
    - Cherry-pick Permit-a-deflateParams-parameter-change-asap.patch:
      (LP: #1692870)

Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
zlib (1:1.2.8.dfsg-1ubuntu1.1) trusty-proposed; urgency=medium

  * SRU: LP: #1766566.
  * Call dh_makeshlibs for the 64bit multilib package.

 -- Matthias Klose <email address hidden>  Tue, 24 Apr 2018 13:42:30 +0200
Superseded in disco-release
Obsolete in cosmic-release
Published in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
zlib (1:1.2.11.dfsg-0ubuntu2) artful; urgency=medium

  * Add upstream patch to fix deflateParams().
    Upstream commit: f9694097dd69354b03cb8af959094c7f260db0a1
    LP: #1692870
  * Drop empty patch debian/patches/use-dso

 -- Jean-Louis Dupond <email address hidden>  Tue, 23 May 2017 13:32:29 +0200
Obsolete in yakkety-updates
Deleted in yakkety-proposed (Reason: moved to -updates)
zlib (1:1.2.8.dfsg-2ubuntu5.1) yakkety-proposed; urgency=medium

  * SRU
  * Move zconf.h back to /usr/include (not differing across architectures)
    anymore. Closes: #787956. LP: #1512992.

 -- Matthias Klose <email address hidden>  Fri, 03 Mar 2017 18:36:09 +0100
Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
zlib (1:1.2.8.dfsg-2ubuntu4.1) xenial-proposed; urgency=medium

  * SRU
  * Move zconf.h back to /usr/include (not differing across architectures)
    anymore. Closes: #787956. LP: #1512992.

 -- Matthias Klose <email address hidden>  Fri, 03 Mar 2017 18:31:53 +0100
Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
zlib (1:1.2.11.dfsg-0ubuntu1) zesty; urgency=medium

  * New upstream release. LP: #1664595
  * Drop CVE patches, applied upstream.
  * Add watch file, with GPG tarball checking, and version mangling.
  * Add stanzas to debian/copyright file to automatically repackage
    tarball into dfsg tarball.
  * Add new symbols.

 -- Dimitri John Ledkov <email address hidden>  Thu, 16 Feb 2017 15:15:29 +0000
Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
zlib (1:1.2.8.dfsg-4ubuntu1) zesty; urgency=medium

  * Merge with Debian; remaining changes:
    - Call dh_makeshlibs for the 64bit multilib package.
    - Build x32 packages.
  * Move zconf.h back to /usr/include.

Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
zlib (1:1.2.8.dfsg-2ubuntu5) yakkety; urgency=medium

  * No-change rebuild to pick up -fPIE compiler default in static
    libraries

 -- Steve Langasek <email address hidden>  Fri, 29 Apr 2016 00:46:06 +0000
Superseded in yakkety-release
Published in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
zlib (1:1.2.8.dfsg-2ubuntu4) wily; urgency=medium

  * Call dh_makeshlibs for the 64bit multilib package.

 -- Matthias Klose <email address hidden>  Sun, 13 Sep 2015 17:47:16 +0200
Superseded in wily-proposed
zlib (1:1.2.8.dfsg-2ubuntu3) wily; urgency=medium

  * Install zconf.h for multilib packages.

 -- Matthias Klose <email address hidden>  Sun, 13 Sep 2015 16:26:09 +0200
Superseded in wily-proposed
zlib (1:1.2.8.dfsg-2ubuntu2) wily; urgency=medium

  * Install zconf.h for multilib packages.

 -- Matthias Klose <email address hidden>  Sun, 13 Sep 2015 16:26:09 +0200
Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
zlib (1:1.2.8.dfsg-2ubuntu1) vivid; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Build x32 packages.

Superseded in vivid-release
Obsolete in utopic-release
Published in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
zlib (1:1.2.8.dfsg-1ubuntu1) saucy; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Build x32 packages.

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
zlib (1:1.2.7.dfsg-13ubuntu2) raring; urgency=low

  * Move zconf.h to multiarch location as it's not (quite) arch-independent
    (LP: #1102602).
 -- Wookey <email address hidden>   Thu, 07 Feb 2013 12:28:30 +0000
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
zlib (1:1.2.7.dfsg-13ubuntu1) raring; urgency=low

  * Build x32 packages.
 -- Matthias Klose <email address hidden>   Wed, 14 Nov 2012 10:49:45 +0100
Superseded in raring-release
Obsolete in quantal-release
Deleted in quantal-proposed (Reason: moved to release)
zlib (1:1.2.7.dfsg-13) unstable; urgency=low


  * Yet more s390x cleanup.  Thanks to the s390x porters for thei
    prompt an efficient buildd monitoring (closes: #678511).

 -- Mark Brown <email address hidden>  Fri, 22 Jun 2012 16:55:56 +0100
Superseded in quantal-release
Published in precise-release
zlib (1:1.2.3.4.dfsg-3ubuntu4) precise; urgency=low

  * Mark zlib1g-dev Multi-Arch: same as well, having confirmed that the
    contents are compatible.
 -- Steve Langasek <email address hidden>   Thu, 10 Nov 2011 09:07:10 -0800
Superseded in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
zlib (1:1.2.3.4.dfsg-3ubuntu3) natty; urgency=low

  * No-change rebuild against fixed pkgbinarymangler, to get correct
    multiarch-safe changelogs
 -- Steve Langasek <email address hidden>   Mon, 21 Mar 2011 01:20:48 -0700
Superseded in natty-release
zlib (1:1.2.3.4.dfsg-3ubuntu2) natty; urgency=low

  * Build for multiarch and pre-depend on multiarch-support.
  * Install udeb contents to lib, not to the multiarch path.
 -- Steve Langasek <email address hidden>   Wed, 16 Mar 2011 15:32:41 -0700
Superseded in natty-release
Obsolete in maverick-release
zlib (1:1.2.3.4.dfsg-3ubuntu1) maverick; urgency=low

  * Merge from debian testing.  Remaining changes:
    - zlib.h: add z_off64_t and ensure that its mapped to the correct
      off_t or off64_t (fixes FTBFS in vips, gtk)
    - drop Conflicts on libc6-i386 (<= 2.9-18) because we do not have
      to do a /emul/ia32-linux -> /usr/lib32 transition

Superseded in maverick-release
Obsolete in lucid-release
zlib (1:1.2.3.3.dfsg-15ubuntu1) lucid; urgency=low

  * Merge from debian unstable, remaining changes:
    - zlib.h: add z_off64_t and ensure that its mapped to the correct
      off_t or off64_t (fixes FTBFS in vips, gtk)
    - Move zlib.so.* to /lib.
    - drop Conflicts on libc6-i386 (<= 2.9-18) because we do not have
      to do a /emul/ia32-linux -> /usr/lib32 transition

Superseded in lucid-release
Obsolete in karmic-release
zlib (1:1.2.3.3.dfsg-13ubuntu3) karmic; urgency=low

  * zlib.h:
    - add z_off64_t and ensure that its mapped to the correct
      off_t or off64_t (fixes FTBFS in vips, gtk)

 -- Michael Vogt <email address hidden>   Tue, 08 Sep 2009 10:39:15 +0200
Superseded in karmic-release
zlib (1:1.2.3.3.dfsg-13ubuntu2) karmic; urgency=low

  * zlib.h:
    - add prototypes for the 64 bit functions if
      _FILE_OFFSET_BITS=64 is defined (LP: #402178)

 -- Michael Vogt <email address hidden>   Mon, 24 Aug 2009 08:34:59 +0200
Superseded in karmic-release
zlib (1:1.2.3.3.dfsg-13ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Do not move from /usr/lib32 to /emul/ia32-linux/ in lib32z1.
    - Move zlib.so.* to /lib.

Superseded in karmic-release
Obsolete in jaunty-release
zlib (1:1.2.3.3.dfsg-12ubuntu2) jaunty; urgency=low

  * Move zlib.so.* to /lib.

 -- Colin Watson <email address hidden>   Wed, 18 Mar 2009 16:28:00 +0000
Superseded in jaunty-release
Obsolete in intrepid-release
zlib (1:1.2.3.3.dfsg-12ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Add lpia to the list of UNALIGNED_OK architectures.
    - Do not move from /usr/lib32 to /emul/ia32-linux/ in lib32z1

Superseded in intrepid-release
Obsolete in hardy-release
zlib (1:1.2.3.3.dfsg-7ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
    - Add lpia to the list of UNALIGNED_OK architectures.
    - Do not move from /usr/lib32 to /emul/ia32-linux/ in lib32z1

Superseded in hardy-release
Obsolete in gutsy-release
zlib (1:1.2.3.3.dfsg-5ubuntu2) gutsy; urgency=low

  * Add lpia to the list of UNALIGNED_OK architectures.

 -- Adam Conrad <email address hidden>   Mon, 30 Jul 2007 11:39:40 +1000
Superseded in gutsy-release
zlib (1:1.2.3.3.dfsg-5ubuntu1) gutsy; urgency=low

  * Merge with Debian; remaining changes:
    - Install multilib into /usr/lib32 on amd64.

Superseded in gutsy-release
zlib (1:1.2.3-15ubuntu1) gutsy; urgency=low

  * Merge with Debian; remaining changes:
    - Install multilib into /usr/lib32 on amd64.

Superseded in gutsy-release
zlib (1:1.2.3-14ubuntu1) gutsy; urgency=low

  * Merge from Debian, remaining changes:
    - Drop b-d's on libc*-dev-* packages.
    - Install multilib into /usr/lib32 on amd64.

 -- Matthias Klose <email address hidden>   Wed, 16 May 2007 18:22:57 +0200
Superseded in gutsy-release
Obsolete in feisty-release
zlib (1:1.2.3-13ubuntu4) feisty; urgency=low

  * Rebuild for changes in the amd64 toolchain.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <email address hidden>   Mon,  5 Mar 2007 01:28:16 +0000
Superseded in feisty-release
zlib (1:1.2.3-13ubuntu3) feisty; urgency=low

  * Don't conflicts/replaces zlib1g-udeb in zlib1g; this makes d-i
    unnecessarily difficult to build.

 -- Colin Watson <email address hidden>   Thu, 30 Nov 2006 10:19:07 +0000
Superseded in feisty-release
Obsolete in edgy-release
zlib (1:1.2.3-13ubuntu2) edgy; urgency=low

  * Don't use -march/-mtune for the i386/64bit build; obsoleted by the
    -mtune=generic backport.

 -- Matthias Klose <email address hidden>   Thu, 12 Oct 2006 08:06:38 +0000
Superseded in edgy-release
zlib (1:1.2.3-13ubuntu1) edgy; urgency=low

  * Synchronize with unstable.

Superseded in edgy-release
zlib (1:1.2.3-12ubuntu1) edgy; urgency=low

  * Synchronize with unstable.
  * lib32z1-dev: Depend on lib32c-dev.

Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
zlib (1:1.2.3-6ubuntu4) dapper; urgency=low


  * Replace (build-)dependency ia32-libs-dev [amd64] -> libc6-dev-i386 [amd64]

 -- Matthias Klose <email address hidden>  Fri, 13 Jan 2006 20:16:00 +0000
Superseded in dapper-release
zlib (1:1.2.3-6ubuntu3) dapper; urgency=low


  * Add dependencies to the biarch packages.

 -- Matthias Klose <email address hidden>  Wed, 16 Nov 2005 04:57:09 +0100
Obsolete in breezy-release
zlib (1:1.2.3-3ubuntu4) breezy; urgency=low


  * Fix lib32z1-dev dependency.

 -- Matthias Klose <email address hidden>  Sat,  3 Sep 2005 07:44:54 +0200
Obsolete in hoary-security
Superseded in hoary-security
zlib (1:1.2.2-4ubuntu1.2) hoary-security; urgency=low


  * SECURITY UPDATE: Fix another buffer overflow on invalid data streams.
  * Add debian/patches/020_CAN-2005-1849:
    - inftrees.h: Raise ENOUGH and MAXD to be big enough.
    - Patch from zlib upstream author.
    - CAN-2005-1849

 -- Martin Pitt <email address hidden>  Thu, 21 Jul 2005 08:56:26 +0000
Obsolete in hoary-release
zlib (1:1.2.2-4ubuntu1) hoary; urgency=low


  * Resynchronise with Debian.

 -- Scott James Remnant <email address hidden>  Fri, 10 Dec 2004 13:00:13 +0000
175 of 77 results