Fix the test suite checksums for libzstd 1.4.10.
authorPeter Pentchev <roam@ringlet.net>
Fri, 15 Apr 2022 08:48:24 +0000 (11:48 +0300)
committerPeter Pentchev <roam@debian.org>
Fri, 15 Apr 2022 08:48:24 +0000 (11:48 +0300)
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

test/meson.build

index 7c05b5314edc5aa547a9c478ad4baf06bccfd1a2..201dd2c3d6a7454e7f3a72e44c04f54f1e7196ea 100644 (file)
@@ -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