Change log for xz-utils package in Ubuntu

119 of 19 results
Published in bionic-release on 2017-10-24
Published in artful-release on 2017-08-22
Deleted in artful-proposed (Reason: moved to release)
xz-utils (5.2.2-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Force a constant /bin/sh for installed scripts. This helps the build
    be reproducible; /bin/sh on Debian is always POSIX. (Closes: #806331)

 -- Ximin Luo <email address hidden>  Wed, 28 Jun 2017 18:39:19 +0200

Available diffs

Superseded in artful-release on 2017-08-22
Published in zesty-release on 2016-10-22
Deleted in zesty-proposed (Reason: moved to release)
xz-utils (5.2.2-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * link against libfreebsd-glue on kfreebsd-* (Closes: #840063)

 -- Sebastian Andrzej Siewior <email address hidden>  Sat, 08 Oct 2016 15:11:19 +0200
Superseded in zesty-release on 2016-10-22
Published in yakkety-release on 2016-06-30
Deleted in yakkety-proposed (Reason: moved to release)
xz-utils (5.1.1alpha+20120614-2.1ubuntu1) yakkety; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/patches/error-parsing-less.patch: correctly parse recent versions
      of less output
  * Dropped changes, included in Debian:
    - Remove build-dependency on perl; we use no non-trivial Perl modules so
      the Essential perl-base is perfectly adequate, and an unadorned
      build-dependency on perl is problematic for cross-building.

 -- Steve Langasek <email address hidden>  Mon, 27 Jun 2016 11:24:20 -0700
Superseded in yakkety-release on 2016-06-30
Published in xenial-release on 2015-10-22
Published in wily-release on 2015-05-04
Published in vivid-release on 2014-10-23
Obsolete in utopic-release on 2016-11-03
Published in trusty-release on 2014-02-12
Deleted in trusty-proposed (Reason: moved to release)
xz-utils (5.1.1alpha+20120614-2ubuntu2) trusty; urgency=low

  * debian/patches/error-parsing-less.patch. LP: #1248044
    - parse correctly recent versions of less output
 -- <email address hidden> (Javier P.L.)   Sun, 09 Feb 2014 01:21:14 -0600
Superseded in trusty-release on 2014-02-12
Obsolete in saucy-release on 2015-04-24
Obsolete in raring-release on 2015-04-24
Deleted in raring-proposed on 2015-04-27 (Reason: moved to release)
xz-utils (5.1.1alpha+20120614-2ubuntu1) raring; urgency=low

  * Remove build-dependency on perl; we use no non-trivial Perl modules so
    the Essential perl-base is perfectly adequate, and an unadorned
    build-dependency on perl is problematic for cross-building.
 -- Colin Watson <email address hidden>   Thu, 03 Jan 2013 17:21:16 +0000
Superseded in raring-release on 2013-01-03
Deleted in raring-proposed on 2013-01-05 (Reason: moved to release)
xz-utils (5.1.1alpha+20120614-2) unstable; urgency=low


  * Apply fixes from 5.1.2alpha.  Closes: #685220.
    - liblzma: report a LZMA_DATA_ERROR when range encoded data starts
      with a nonzero byte.  This is a sanity check to catch malformed
      files that no known encoders produce.
    - xz -v -v --list: Support for decompressing blocks with
      zero-length uncompressed data was added in xz 5.0.2, not 5.0.3.
    - xz.1: "xz --robot -v -v --list" gained a "minimum xz version to
      decompress" field.
  * xz-utils/README.Debian: Document differences from upstream.
    Closes: #685217.

 -- Jonathan Nieder <email address hidden>  Mon, 10 Sep 2012 14:35:33 -0700
Superseded in raring-release on 2012-11-19
Obsolete in quantal-release on 2015-04-24
xz-utils (5.1.1alpha+20120614-1) unstable; urgency=low


  * New snapshot, taken from upstream commit f1675f76.
    - liblzma: BCJ filters would return a spurious LZMA_BUF_ERROR
      result in certain circumstances.  As a result, the xz tool
      could produce inappropriate "Compressed data is corrupt" or
      "Unexpected end of input" failures (reported in XZ Embedded as
      Fedora bug 735408).
    - "xz -v -v --list" prints the minimal XZ Utils version needed
      to decompress a stream.
    - "xz --robot -v --list" formats filenames more plainly.
    - xzgrep does not fail unconditionally when the decompressor
      dies with SIGPIPE due to unconsumed output any more.  This
      makes the exit status from commands such as "xzgrep -q" and
      "xzgrep -l" more predictable and convenient for scripts.
    - examples/xz_pipe_decomp.c did not check correctly for
      truncated input.
    - There is a new set of sample programs.  The old ones have
      been renamed to examples_old but are still maintained.
  * liblzma:
    - If dlopen() indicates that liblzma.so.2 is loaded, check fewer
      reserved fields in the stream argument to the lzma_code()
      function.  This prevents out-of-bounds reads when liblzma5
      functions are called by code built against liblzma2 (see
      <http://sourceware.org/PR12977>).
    - Remove the lzma_code@Base compatibility symbol.
      Closes: #649522.  Thanks to Eduard Bloch.
    - Install run-time library to /lib so it can be used before /usr
      is mounted.  Closes: #672120.
    - Configure with --disable-threads for now to avoid needlessly
      linking to libpthread and librt.
  * liblzma-dev:
    - Install an appropriate library for static linking instead of
      the decompression-only version used to build xzdec.
      Closes: #673001.  Thanks to Anton Tolchanov.
    - Use the liblzma2-compatible version of lzma_code() in the
      static library.
    - Multi-Arch: same.  Thanks to Riku Voipio.
    - Install new examples and revised old examples to
      /usr/share/doc/liblzma-dev.
  * xz-utils:
    - Use update-alternatives to provide lzma, unlzma, lzcat, and
      the rest of the lz* scripts without conflicting with the lzma
      package.
    - Conflicts: lzma versions before before 9.22-1, when it started
      providing lzma, unlzma, and lzcat through the alternatives
      system.
    - Conflicts: and Replaces: xz-lzma.
    - README.Debian: Update instructions on configuring the package
      to provide lzma compatibility commands.
  * Remove xz-lzma package.
  * Use dpkg-buildflags to retrieve compiler flags, including
    hardening options.  Build-Depends: dpkg-dev (>= 1.16.1).
    Closes: #653739.
  * debian/rules:
    - build-arch: Simplify by using a double-colon rule instead of a
      dependency on a dummy noop target.
    - build-indep: Assume doxygen is available, instead of trying to
      get by by assuming the caller meant to invoke build-arch when
      it is missing.  Build-Depends: dpkg-dev (>= 1.16.2).
    - Rearrange for clarity.
  * debian/symbols: Bump the minimal version for lzma_code(),
    lzma_raw_buffer_decode(), and lzma_raw_buffer_encode().
  * Use machine-readable copyright-format 1.0.
  * Update copyright file.
  * Standards-Version: 3.9.3 (checked).
  * debian/changelog.upstream.sh: Use ‘git rev-list | git diff-tree’
    instead of ‘git log’ to avoid depending on the build system’s
    configuration.

 -- Jonathan Nieder <email address hidden>  Sat, 16 Jun 2012 15:03:17 -0500
Superseded in quantal-release on 2012-06-18
Published in precise-release on 2011-11-01
xz-utils (5.1.1alpha+20110809-3) unstable; urgency=low

  * liblzma: Match upstream ABI.
    - Remove the lzma_chunk_size() function.
    - A few ABI tweaks to reserved space in structures.
    - Enable ELF symbol versioning.
    - Bump soname to 5.
    - Continue to leave out threading support, since the relevant
      interfaces in liblzma are not yet stable.
  * xz-utils/README.Debian: Remove note on ABI differences.
  * Remove liblzma/README.Debian.
  * liblzma: Introduce a lzma_code@Base compatibility symbol to ensure
    programs linked against unversioned symbols from liblzma2 can
    share a process image with liblzma5 without breaking.
  * debian/symbols: XZ_5.0 symbols come from liblzma5.  Build-Depends:
    dpkg-dev (>= 1.15.6); thanks to Jakub Wilk for a reminder.
  * debian/symbols: The lzma_code@Base symbol is not guaranteed to
    continue to exist in the future, so tell dpkg-shlibdeps to produce
    an error if some package manages to use it.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  01 Nov 2011 10:33:28 +0000
Superseded in precise-release on 2011-11-01
xz-utils (5.1.1alpha+20110809-2) unstable; urgency=low

  * debian/rules build-arch: Do not trigger an infinite "make"
    recursion loop when DEB_BUILD_OPTIONS=nocheck.  Closes: #638071.
    Thanks to Thorsten Glaser.

Available diffs

Obsolete in hardy-backports on 2015-04-24
xz-utils (4.999.8beta-0ubuntu2~hardy2) hardy-backports; urgency=low

  * Remove override_dh_auto_build override_dh_auto_test targets
    to stop parallel build which was breaking compile
 -- Jonathan Riddell <email address hidden>   Wed, 25 May 2011 10:15:04 +0000
Superseded in hardy-backports on 2011-05-25
xz-utils (4.999.8beta-0ubuntu2~hardy1) hardy-backports; urgency=low

  * Hardy backport (from karmic)
  * Change debian/rules to manually run override_dh_* since the dh in hardy-backports
    does not do this
 -- Jonathan Riddell <email address hidden>   Fri, 20 May 2011 17:40:20 +0000
Superseded in precise-release on 2011-10-17
Obsolete in oneiric-release on 2015-04-24
Obsolete in natty-release on 2013-06-04
xz-utils (5.0.0-2) unstable; urgency=low

  * Upload to unstable.
  * liblzma2, liblzma-dev, xz-lzma: Install release notes.
  * debian/symbols: Bump the minimal versions for lzma_index_encoder,
    lzma_index_decoder to the version in which they gained LZMA_FINISH
    support.
  * xz-utils/README.Debian: Document differences from upstream ABI.
  * debian/changelog.upstream.sh: Avoid empty changelog entries when
    multiple Debian revisions match an upstream tag.

Available diffs

Superseded in natty-release on 2010-11-12
xz-utils (4.999.9beta+20100810-1) unstable; urgency=low

  * New upstream snapshot, taken from upstream commit d5653ba8a.
    - xz: The memory usage limiter is now disabled by default.
    - xz: Support for an XZ_DEFAULTS environment variable was added.
      It contains user-specific default settings, such as memory usage
      limits, and can be overridden by the command line and XZ_OPT.
    - xz: The new --memlimit-compress and --memlimit-decompress
      options allow the memory usage limit to be set separately for
      compression and decompression.  A new --memlimit alias has been
      added for the existing --memory option.
    - xz: The --info-memory option (with or without --robot) now prints
      how much RAM is installed in addition to the compression and
      decompression memory limits.
  * liblzma-doc: Simplify package description.
  * debian/control: Build-Depends: autopoint | gettext (<< 0.18-1),
    autopoint | cvs instead of autopoint, to help with backporting.
    Thanks to Thorsten Glaser for a report.

Superseded in natty-release on 2010-10-15
Obsolete in maverick-release on 2013-03-05
xz-utils (4.999.9beta+20100527-1) unstable; urgency=low

  * New upstream snapshot, taken from upstream commit a334348dc.
    - Show both elapsed time and estimated remaining time in xz -v.
      Thanks to Trent W. Buck for the idea.  Closes: #574583.
    - liblzma: Remove the Subblock filter from the public API
      (the ABI is unchanged).
  * liblzma-dev.NEWS: Update.
  * xz-utils: Update Czech translation.
  * Change priority of xz-utils and liblzma2 to required and
    xzdec to extra.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  31 May 2010 10:32:52 +0100
Superseded in maverick-release on 2010-05-31
xz-utils (4.999.9beta+20100307-1) unstable; urgency=low

  * New upstream snapshot, taken from upstream commit f4b2b526.
    - liblzma: The lzma_stream_init() function was not correctly
      initializing the internal allow_buffer_error flag.  As a result,
      ever since 4.999.9beta-1 in rare circumstances when decompressing
      LZMA files, the xz tool would produce spurious "Unexpected end
      of input" failures (Gentoo bug 305591).
    - The default memory usage limit on low-memory systems has been
      increased.
  * debian/copyright: Clarify.

Superseded in maverick-release on 2010-05-09
Obsolete in lucid-release on 2016-10-26
xz-utils (4.999.9beta+20091116-1) unstable; urgency=low

  * New upstream snapshot, taken from upstream commit d315ca4.
     + liblzma: add some new functions:
        - lzma_filters_copy() to copy a filter chain;
        - lzma_filters_update() to change compression options mid-stream;
        - lzma_physmem() to retrieve the total quantity of installed RAM.
     + Fix a design error in liblzma API.
        - Stop requiring caller to maintain filter chain during
          compression.  The library used to read it for new compression
          options.  Callers that need to change options mid-stream should
          use lzma_filters_update() instead.
        - Remove 'persistent' member from struct lzma_options_lzma.
     + xz: add --robot --info-memory options, for front-ends to use to
       read the memory usage limit.
  * liblzma: bump soname; add README.Debian explaining why soname
    differs from upstream.
  * Use source format 3.0 (quilt).
  * Update and clarify copyright file.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  21 Dec 2009 10:44:47 +0000
Superseded in lucid-release on 2009-12-21
xz-utils (4.999.9beta+20091016-1) unstable; urgency=low

  * New upstream snapshot, taken from upstream commit 78e92c1.
  * Drop xzmore.1 patch, applied upstream.
  * debian/rules: Disable assembler optimizations on hurd. (Closes: #553331)
  * debian/control: Clarify binary package descriptions.  Thanks to
    Justin B Rye and Ben Finney for the text.
  * debian/rules get-orig-source: Use commit date (instead of last patch
    date) to name snapshots.

Superseded in lucid-release on 2009-11-11
Obsolete in karmic-release on 2013-03-04
xz-utils (4.999.8beta-0ubuntu2) karmic; urgency=low

  * Fix a data corruption in the compression code. LP: #434740.

 -- Matthias Klose <email address hidden>   Tue, 06 Oct 2009 11:28:24 +0200
Superseded in karmic-release on 2009-10-06
Superseded in karmic-release on 2009-08-26
xz-utils (4.999.8beta-0ubuntu1) karmic; urgency=low

  [ Jonathan Nieder ]
  * Initial package for Debian. (Closes: #518803)
     + debian/rules:
        - add minimal rules file (using Debhelper 7), a control file
          describing the binary packages, and an appropriate compat file.
        - use configure --enable-dynamic; use up-to-date config.guess and
          config.sub files.
        - do not run automake and so on on autobuilders. Instead, we can
          run them ourselves when we build the source package.
     + debian/README.source:
        - add informations about the packaging GIT repository.
  * Add liblzma-doc package with Doxygen-generated API docs.

  [ Mohammed Adnène Trojette ]
  * Prepare for upload to experimental.

  [ Scott Kitterman ]
  * Grab Debian package from people.debian.org since it's in Debian New still
  * Rename tarball to make the package non-native

 -- Scott Kitterman <email address hidden>   Mon, 21 Jul 2009 08:04:14 -0400
119 of 19 results