Accepting request 724709 from home:namtrac:branches:Archiving

- Update to version 1.4.3
  * bug: Fix Dictionary Compression Ratio Regression (#1709)
  * bug: Fix Buffer Overflow in v0.3 Decompression (#1722)
  * build: Add support for IAR C/C++ Compiler for Arm (#1705)
  * misc: Add NULL pointer check in util.c (#1706)

OBS-URL: https://build.opensuse.org/request/show/724709
OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=43
This commit is contained in:
Bernhard M. Wiedemann 2019-08-20 09:46:31 +00:00 committed by Git OBS Bridge
parent 95b421da86
commit 9be93ef415
4 changed files with 13 additions and 4 deletions

View File

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

3
zstd-1.4.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 20 07:25:49 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to version 1.4.3
* bug: Fix Dictionary Compression Ratio Regression (#1709)
* bug: Fix Buffer Overflow in v0.3 Decompression (#1722)
* build: Add support for IAR C/C++ Compiler for Arm (#1705)
* misc: Add NULL pointer check in util.c (#1706)
-------------------------------------------------------------------
Tue Jul 30 13:43:02 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -19,7 +19,7 @@
%define major 1
%define libname lib%{name}%{major}
Name: zstd
Version: %{major}.4.2
Version: %{major}.4.3
Release: 0
Summary: Zstandard compression tools
License: BSD-3-Clause AND GPL-2.0-only