Commit graph

12 commits

Author SHA1 Message Date
Pádraig Brady
666021d271 revert update to 1.5.6
rpm (4.11) is complaining about:

  extracting debug info from /builddir/build/BUILDROOT/zstd-1.5.6-1.el7.x86_64/usr/lib64/libzstd.so.1.5.6
  /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character

This was only addressed in rpm >= 4.13,
so lets avoid the double slash hunt as described in:
https://bugzilla.redhat.com/show_bug.cgi?id=304121

We can address if a newer zstd is explicitly requested for centos 7
2024-03-30 11:55:28 +00:00
Pádraig Brady
25f1667fec latest upstream (1.5.6)
Also remove the pzstd patch to the man page
as zstd has inbuilt parallelism support now
(and associated options).
2024-03-29 13:17:26 +00:00
Pádraig Brady
eb0f7b0f31 latest upstream (1.5.4) 2023-02-13 14:59:02 +00:00
Pádraig Brady
ab7f0275c7 latest upstream (1.5.2) 2022-01-23 16:22:24 +00:00
Pádraig Brady
f9fafbbc38 latest upstream (1.5.1) 2021-12-23 00:26:38 +00:00
Pádraig Brady
196d817011 latest upstream (1.4.7)
Also include fix for test failure on i686 and s390
https://github.com/facebook/zstd/pull/2432
2020-12-18 16:04:15 +00:00
Pádraig Brady
e90e28190f latest upstream (1.4.5) 2020-05-22 14:08:27 +01:00
Pádraig Brady
d49df7e329 latest upstream (1.4.4) 2020-01-15 14:26:14 +00:00
Pádraig Brady
21908004d0 latest upstream (1.3.4) 2018-03-27 22:05:46 -07:00
Pádraig Brady
e9628f1f42 latest upstream (1.2.0) 2017-05-08 06:49:37 -07:00
Pádraig Brady
5ec02f6c23 latest upstream (1.1.1) 2016-11-02 13:56:08 +00:00
Pádraig Brady
3b98714614 add the parallel variant command, pzstd(1)
Build/Test/Install the contrib/pzstd util
which is c++ rather than c, and has a new
test dependency on gtest.
2016-10-06 14:31:48 +01:00