SHA256
1
0
forked from pool/bzip2

Accepting request 718277 from home:kstreitova:branches:Archiving

- Update to version 1.0.8:
  * Accept as many selectors as the file format allows.
    This relaxes the fix for CVE-2019-12900 from 1.0.7
    so that bzip2 allows decompression of bz2 files that
    use (too) many selectors again.
  * Fix handling of large (> 4GB) files on Windows.
  * Cleanup of bzdiff and bzgrep scripts so they don't use
    any bash extensions and handle multiple archives correctly.
- remove (applied upstream)
  * bzip2-1.0.6-fix-bashisms.patch
  * bzip2-1.0.6-bzgrep_return_value.patch
- use a new Source url

OBS-URL: https://build.opensuse.org/request/show/718277
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=79
This commit is contained in:
Martin Pluskal
2019-07-24 14:23:52 +00:00
committed by Git OBS Bridge
parent 280db28620
commit d784bd33f0
6 changed files with 21 additions and 52 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 22 11:08:53 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
- Update to version 1.0.8:
* Accept as many selectors as the file format allows.
This relaxes the fix for CVE-2019-12900 from 1.0.7
so that bzip2 allows decompression of bz2 files that
use (too) many selectors again.
* Fix handling of large (> 4GB) files on Windows.
* Cleanup of bzdiff and bzgrep scripts so they don't use
any bash extensions and handle multiple archives correctly.
- remove (applied upstream)
* bzip2-1.0.6-fix-bashisms.patch
* bzip2-1.0.6-bzgrep_return_value.patch
- use a new Source url
-------------------------------------------------------------------
Fri Jun 28 07:42:24 UTC 2019 - Martin Pluskal <mpluskal@suse.com>