package/ltp-testsuite: bump version to 20210524
authorPetr Vorel <petr.vorel@gmail.com>
Mon, 24 May 2021 18:05:52 +0000 (20:05 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 13 Jun 2021 16:34:26 +0000 (18:34 +0200)
Add locally computed sha256 (+ keep sha1 from github checksum file).

sysinfo.h fix patch is still needed (until Buildroot MUSL toolchain gets
updated).

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/ltp-testsuite/ltp-testsuite.hash
package/ltp-testsuite/ltp-testsuite.mk

index f0b2c89704862deebc7ffde85f2ce60b45eddf6c..ed2a50cd4ff70c1c9f14245512d74c867bb85f88 100644 (file)
@@ -1,4 +1,5 @@
-# From: https://github.com/linux-test-project/ltp/releases/download/20210121/ltp-full-20210121.tar.xz.sha1
-sha1 ac9c1c711aed4319c5fbd0b665d36f75236a4ec2  ltp-full-20210121.tar.xz
+# From: https://github.com/linux-test-project/ltp/releases/download/20210524/ltp-full-20210524.tar.xz.sha1
+sha1 08d84f8ac3ba0c800f3070768c651703869105d7  ltp-full-20210524.tar.xz
 # Locally computed
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
+sha256  831678c64b85a8c24957c71632752537b2266890f2d2f352da9ed0ec45458189  ltp-full-20210524.tar.xz
index 978d01b7a6ec466129d1cb4ab4f036e0a552bff4..badd161d5a552b7808ddb2ccd031f66ba1defa7f 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LTP_TESTSUITE_VERSION = 20210121
+LTP_TESTSUITE_VERSION = 20210524
 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
 LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VERSION)