diff --git a/.gitignore b/.gitignore index 2efb862..c2f59cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/zstd-1.4.2.tar.gz +SOURCES/zstd-1.4.4.tar.gz diff --git a/.zstd.metadata b/.zstd.metadata index 5c89904..877daa1 100644 --- a/.zstd.metadata +++ b/.zstd.metadata @@ -1 +1 @@ -172ab451dd65af80fefc84f0507ca4b66f4d7501 SOURCES/zstd-1.4.2.tar.gz +8ec1a47b704001c1804b8670a3c86f4baf035c07 SOURCES/zstd-1.4.4.tar.gz diff --git a/SOURCES/pzstd.1.patch b/SOURCES/pzstd.1.patch index cfe2e45..bb03404 100644 --- a/SOURCES/pzstd.1.patch +++ b/SOURCES/pzstd.1.patch @@ -2,9 +2,9 @@ diff -Naur -Naru zstd-1.3.4/programs/zstd.1 zstd-1.3.4.new/programs/zstd.1 --- zstd-1.3.4/programs/zstd.1 2018-03-26 22:19:34.000000000 +0000 +++ zstd-1.3.4.new/programs/zstd.1 2018-03-28 04:28:27.532777239 +0000 @@ -177,7 +177,14 @@ - .TP - \fB\-\-\fR - All arguments after \fB\-\-\fR are treated as files + . + .SS "Restricted usage of Environment Variables" + Using environment variables to set parameters has security implications\. Therefore, this avenue is intentionally restricted\. Only \fBZSTD_CLEVEL\fR is supported currently, for setting compression level\. \fBZSTD_CLEVEL\fR can be used to set the level between 1 and 19 (the "normal" range)\. If the value of \fBZSTD_CLEVEL\fR is not a valid integer, it will be ignored with a warning message\. \fBZSTD_CLEVEL\fR just replaces the default compression level (\fB3\fR)\. It can be overridden by corresponding command line arguments\. -. + +.SH Parallel Zstd OPTIONS diff --git a/SPECS/zstd.spec b/SPECS/zstd.spec index 4590bbd..32c5bd1 100644 --- a/SPECS/zstd.spec +++ b/SPECS/zstd.spec @@ -12,8 +12,8 @@ %endif Name: zstd -Version: 1.4.2 -Release: 2%{?dist} +Version: 1.4.4 +Release: 1%{?dist} Summary: Zstd compression library License: BSD and GPLv2 @@ -115,6 +115,10 @@ install -D -m644 programs/%{name}.1 %{buildroot}%{_mandir}/man1/p%{name}.1 %ldconfig_scriptlets -n lib%{name} %changelog +* Thu Jun 4 2020 Jakub Martisko - 1.4.4-1 +- Rebase to 1.4.4 +Resolvese: 1807452 + * Tue Oct 15 2019 Jakub Martisko - 1.4.2-2 - Add some basic gating tests