Accepting request 738637 from home:pgajdos

- version update to 1.9.2
  * decompression functions were reading a few bytes beyond input size
  * api: lz4frame initializers compatibility with c++, reported by @degski
  * cli : added command --list, based on a patch by @gabrielstedman

OBS-URL: https://build.opensuse.org/request/show/738637
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=43
This commit is contained in:
Martin Pluskal 2019-10-16 07:15:49 +00:00 committed by Git OBS Bridge
parent 9d9b486400
commit 4d19309134
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8377c89dad5c9f266edc0be9b73595296ecafd5bfa1000de148096c50052dc4
size 285336

3
lz4-1.9.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc
size 305796

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 15 14:48:45 UTC 2019 - pgajdos@suse.com
- version update to 1.9.2
* decompression functions were reading a few bytes beyond input size
* api: lz4frame initializers compatibility with c++, reported by @degski
* cli : added command --list, based on a patch by @gabrielstedman
-------------------------------------------------------------------
Thu Jun 6 18:26:39 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
%define lname liblz4-1
Name: lz4
Version: 1.9.1
Version: 1.9.2
Release: 0
Summary: Hash-based Predictive LempelZiv compressor
License: GPL-2.0-or-later AND BSD-2-Clause