View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/xz-utils 1 Development 2015-05-07 02:26:02 UTC
23. * debian/patches/error-parsing-less.p...

Author: Javier López
Revision Date: 2014-02-09 01:21:14 UTC

* debian/patches/error-parsing-less.patch. LP: #1248044
  - parse correctly recent versions of less output

lp:ubuntu/vivid/xz-utils 2 Mature 2014-10-27 05:53:41 UTC
23. * debian/patches/error-parsing-less.p...

Author: Javier López
Revision Date: 2014-02-09 01:21:14 UTC

* debian/patches/error-parsing-less.patch. LP: #1248044
  - parse correctly recent versions of less output

lp:ubuntu/utopic/xz-utils 2 Mature 2014-04-25 08:44:51 UTC
23. * debian/patches/error-parsing-less.p...

Author: Javier López
Revision Date: 2014-02-09 01:21:14 UTC

* debian/patches/error-parsing-less.patch. LP: #1248044
  - parse correctly recent versions of less output

lp:ubuntu/trusty-proposed/xz-utils bug 1 Development 2014-02-12 15:24:53 UTC
23. * debian/patches/error-parsing-less.p...

Author: Javier López
Revision Date: 2014-02-09 01:21:14 UTC

* debian/patches/error-parsing-less.patch. LP: #1248044
  - parse correctly recent versions of less output

lp:~javier-lopez/ubuntu/trusty/xz-utils/fix-1248044 bug(Has a merge proposal) 1 Development 2014-02-09 07:26:05 UTC
23. * debian/patches/error-parsing-less.p...

Author: Javier López
Revision Date: 2014-02-09 07:23:56 UTC

* debian/patches/error-parsing-less.patch. LP: #1248044
  - parse correctly recent versions of less output

lp:ubuntu/trusty/xz-utils 2 Mature 2014-02-09 01:21:14 UTC
23. * debian/patches/error-parsing-less.p...

Author: Javier López
Revision Date: 2014-02-09 01:21:14 UTC

* debian/patches/error-parsing-less.patch. LP: #1248044
  - parse correctly recent versions of less output

lp:ubuntu/saucy/xz-utils 2 Mature 2013-04-27 21:59:36 UTC
22. Remove build-dependency on perl; we u...

Author: Colin Watson
Revision Date: 2013-01-03 17:21:16 UTC

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.

lp:ubuntu/raring-proposed/xz-utils 2 Mature 2013-01-03 17:21:16 UTC
22. Remove build-dependency on perl; we u...

Author: Colin Watson
Revision Date: 2013-01-03 17:21:16 UTC

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.

lp:ubuntu/raring/xz-utils 1 Development 2013-01-03 17:21:16 UTC
14. Remove build-dependency on perl; we u...

Author: Colin Watson
Revision Date: 2013-01-03 17:21:16 UTC

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.

lp:ubuntu/quantal/xz-utils 2 Mature 2012-06-16 15:03:17 UTC
12. * New snapshot, taken from upstream c...

Author: Jonathan Nieder
Revision Date: 2012-06-16 15:03:17 UTC

* 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.

lp:ubuntu/precise/xz-utils 2 Mature 2011-10-20 21:31:31 UTC
11. * liblzma: Match upstream ABI. - Re...

Author: Jonathan Nieder
Revision Date: 2011-10-20 21:31:31 UTC

* 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.

lp:ubuntu/hardy-backports/xz-utils 2 Mature 2011-05-25 10:15:04 UTC
5. Remove override_dh_auto_build overrid...

Author: Jonathan Riddell
Revision Date: 2011-05-25 10:15:04 UTC

Remove override_dh_auto_build override_dh_auto_test targets
to stop parallel build which was breaking compile

lp:ubuntu/oneiric/xz-utils 2 Mature 2011-04-28 15:07:51 UTC
9. * Upload to unstable. * liblzma2, lib...

Author: Jonathan Nieder
Revision Date: 2010-11-11 13:45:20 UTC

* 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.

lp:~peter-pearse/ubuntu/natty/xz-utils/prop001 1 Development 2011-04-20 09:48:31 UTC
10. Drop tests when cross building.

Author: Peter Pearse
Revision Date: 2011-04-20 09:47:33 UTC

Drop tests when cross building.

lp:ubuntu/natty/xz-utils 2 Mature 2010-11-11 13:45:20 UTC
9. * Upload to unstable. * liblzma2, lib...

Author: Jonathan Nieder
Revision Date: 2010-11-11 13:45:20 UTC

* 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.

lp:ubuntu/maverick/xz-utils 2 Mature 2010-05-27 16:27:04 UTC
7. * New upstream snapshot, taken from u...

Author: Jonathan Nieder
Revision Date: 2010-05-27 16:27:04 UTC

* 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.

lp:ubuntu/lucid/xz-utils 1 Development 2009-11-16 16:33:35 UTC
5. * New upstream snapshot, taken from u...

Author: Jonathan Nieder
Revision Date: 2009-11-16 16:33:35 UTC

* 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.

lp:ubuntu/karmic/xz-utils bug 1 Development 2009-10-09 23:03:55 UTC
3. Fix a data corruption in the compress...

Author: Matthias Klose
Revision Date: 2009-10-06 11:28:24 UTC

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

118 of 18 results