From 834e543b9707aa13df3d69354709a1835529b225 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 12 Sep 2021 22:20:56 +0200 Subject: [PATCH] package/stress-ng: bump to version 0.13.1 This will fix the following build failure with glibc >= 2.34 thanks to https://github.com/ColinIanKing/stress-ng/commit/7c4f74761089177127c2cfe6685b7886aa231885 core-helper.c: In function 'stress_sighandler': core-helper.c:1340:31: error: storage size of 'stack' isn't constant 1340 | static uint8_t MLOCKED_DATA stack[SIGSTKSZ + STACK_ALIGNMENT]; | ^~~~~ https://github.com/ColinIanKing/stress-ng/blob/V0.13.01/debian/changelog Fixes: - http://autobuild.buildroot.org/results/3c2d624d1af776162978a6a72343bc04448d2885 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/stress-ng/stress-ng.hash | 2 +- package/stress-ng/stress-ng.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/stress-ng/stress-ng.hash b/package/stress-ng/stress-ng.hash index 41e2801915..f3eb76fa82 100644 --- a/package/stress-ng/stress-ng.hash +++ b/package/stress-ng/stress-ng.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 f847be115f60d3ad7d37c806fd1bfb1412aa3c631fca581d6dc233322f50d6a5 stress-ng-0.12.02.tar.xz +sha256 f37f739e4d15343360a47980b67dc8b2a6bf3d4d3ef727d55e2dd99a0b64f9ea stress-ng-0.13.01.tar.xz sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/stress-ng/stress-ng.mk b/package/stress-ng/stress-ng.mk index 53d7b7e5b7..e0b385e756 100644 --- a/package/stress-ng/stress-ng.mk +++ b/package/stress-ng/stress-ng.mk @@ -4,7 +4,7 @@ # ################################################################################ -STRESS_NG_VERSION = 0.12.02 +STRESS_NG_VERSION = 0.13.01 STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz STRESS_NG_SITE = https://kernel.ubuntu.com/~cking/tarballs/stress-ng STRESS_NG_LICENSE = GPL-2.0+ -- 2.30.2