SHA256
3
0
forked from pool/xz
Commit Graph

4 Commits

Author SHA256 Message Date
Stephan Kulow
232099483e - Update to version 5.0.3
* liblzma fixes:
        - A memory leak was fixed.
        - lzma_stream_buffer_encode() no longer creates an empty .xz
          Block if encoding an empty buffer. Such an empty Block with
          LZMA2 data would trigger a bug in 5.0.1 and older (see the
          first bullet point in 5.0.2 notes). When releasing 5.0.2,
          I thought that no encoder creates this kind of files but
          I was wrong.
        - Validate function arguments better in a few functions. Most
          importantly, specifying an unsupported integrity check to
          lzma_stream_buffer_encode() no longer creates a corrupt .xz
          file. Probably no application tries to do that, so this
          shouldn't be a big problem in practice.
        - Document that lzma_block_buffer_encode(),
          lzma_easy_buffer_encode(), lzma_stream_encoder(), and
          lzma_stream_buffer_encode() may return LZMA_UNSUPPORTED_CHECK.
        - The return values of the _memusage() functions are now
          documented better.
    * Fix command name detection in xzgrep. xzegrep and xzfgrep now
      correctly use egrep and fgrep instead of grep.
    * French translation was added.

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=26
2011-06-08 19:26:22 +00:00
Cristian Rodríguez
e19a824cdd Accepting request 66469 from home:elvigia:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/66469
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=24
2011-04-07 21:55:20 +00:00
Cristian Rodríguez
59794e0a1d Accepting request 63452 from home:elvigia:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/63452
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=22
2011-03-05 13:27:05 +00:00
Stephan Kulow
0fc5b9f3e4 Accepting request 51502 from home:elvigia:branches:Base:System
I'll fix baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/51502
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=13
2010-10-28 09:18:03 +00:00