From: Peter Pentchev Date: Fri, 15 Apr 2022 08:48:24 +0000 (+0300) Subject: Fix the test suite checksums for libzstd 1.4.10. X-Git-Tag: archive/raspbian/1.2.1+ds1-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f734e1f4875d7db6368a8f22f45bd99d9a0d6312;p=zchunk.git Fix the test suite checksums for libzstd 1.4.10. Bug-Debian: https://bugs.debian.org/1009427 Forwarded: https://github.com/zchunk/zchunk/pull/73 Last-Update: 2022-04-13 Gbp-Pq: Name test-checksums.patch --- diff --git a/test/meson.build b/test/meson.build index 7c05b53..201dd2c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -250,6 +250,9 @@ if build_machine.endian() != 'big' if zstd_dep.found() and zstd_dep.version().version_compare('<=1.5.0') check_sha = '4f07f865bb15624cf854aa369e14a3538ad9e9bf98e233036d37d2568e60b7cc' endif + if zstd_dep.found() and zstd_dep.version().version_compare('<=1.4.10') + check_sha = 'c8c14ae369c341753e634b94fe1d071d3551f2b69469c2196e6dc657d613b975' + endif if zstd_dep.found() and zstd_dep.version().version_compare('<=1.4.9') check_sha = 'eff3098803ba80f0c446d49f48188f89167d7f29cdc8a98c19f0ecfb4e2ee3c9' endif