Package: libzstd / 1.5.7+dfsg-1

Metadata

Package Version Patches format
libzstd 1.5.7+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0006 Use bash for test script portablitity.patch | (download)

tests/playTests.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use bash for test script portablitity


0008 Address embedded zlib.patch | (download)

zlibWrapper/Makefile | 10 5 + 5 - 0 !
zlibWrapper/examples/example.c | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 do not build zlibwrapper examples against embedded code copies.
0013 skip memory greedy tests.patch | (download)

tests/playTests.sh | 20 15 + 5 - 0 !
1 file changed, 15 insertions(+), 5 deletions(-)

 skip memory heavy tests causing ftbfs on mips(el) and hurd buildds
0014 Reproducible build.patch | (download)

contrib/pzstd/Options.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make the build reproducible
0015 Skip dev random tests on hurd.patch | (download)

tests/playTests.sh | 21 13 + 8 - 0 !
1 file changed, 13 insertions(+), 8 deletions(-)

 skip test failing on gnu/hurd when writing on /dev/zero or
0017 alpha fbfs st_mtime.patch | (download)

programs/util.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on alpha, see #962676
0018 kfreebsd ftbfs utime now.patch | (download)

programs/util.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the build on kfreebsd - no utime_now.
0022 tests timeout.patch | (download)

tests/cli-tests/run.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 raise the timeout for test commands to 50 minutes
 Some of the tests, e.g. the window-resize one, may take a long time on
 busy builder hosts.
Bug-Debian: https://bugs.debian.org/1032592
0023 cmake min 3.13.patch | (download)

build/cmake/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 require cmake 3.24 in debian
 Bump the minimum required CMake version to the one that puts
 the generated files into a per-build directory as expected by
 our debian/*.install files.
Bug-Debian: https://bugs.debian.org/1031384
0024 no lessopen test.patch | (download)

tests/cli-tests/run.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip the zstdless test until #1073071 is fixed
Bug-Debian: https://bugs.debian.org/1042737