forked from pool/lz4
Accepting request 836094 from Archiving
* fixes CVE-2019-17543 [bsc#1153936] OBS-URL: https://build.opensuse.org/request/show/836094 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=16
This commit is contained in:
commit
40af3680b2
@ -11,6 +11,7 @@ Tue Oct 15 14:48:45 UTC 2019 - pgajdos@suse.com
|
|||||||
* decompression functions were reading a few bytes beyond input size
|
* decompression functions were reading a few bytes beyond input size
|
||||||
* api: lz4frame initializers compatibility with c++, reported by @degski
|
* api: lz4frame initializers compatibility with c++, reported by @degski
|
||||||
* cli : added command --list, based on a patch by @gabrielstedman
|
* cli : added command --list, based on a patch by @gabrielstedman
|
||||||
|
* fixes CVE-2019-17543 [bsc#1153936]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 18:26:39 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Jun 6 18:26:39 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
4
lz4.spec
4
lz4.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lz4
|
# spec file for package lz4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Hash-based Predictive Lempel–Ziv compressor
|
Summary: Hash-based Predictive Lempel–Ziv compressor
|
||||||
License: GPL-2.0-or-later AND BSD-2-Clause
|
License: GPL-2.0-or-later AND BSD-2-Clause
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: https://lz4.github.io/lz4/
|
URL: https://lz4.github.io/lz4/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/lz4/lz4
|
#Git-Clone: https://github.com/lz4/lz4
|
||||||
Source: https://github.com/lz4/lz4/archive/v%version.tar.gz#/%name-%version.tar.gz
|
Source: https://github.com/lz4/lz4/archive/v%version.tar.gz#/%name-%version.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user