From: Alexandru Ardelean Date: Tue, 2 Jun 2026 23:47:54 +0000 (+0300) Subject: stress-ng: update to 0.21.03 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=248e91d878121929369c5639fd51f1cdb3a18f28;p=openwrt-packages.git stress-ng: update to 0.21.03 Both patches still apply unchanged and remain necessary: upstream's library list is unchanged, and stress-misaligned.c still only disables atomics on PPC for gcc < 5.0 while stress-fractal.c has no arch guard at all. Signed-off-by: Alexandru Ardelean --- diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 009e9cd99..86c4b87b4 100644 --- a/utils/stress-ng/Makefile +++ b/utils/stress-ng/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stress-ng -PKG_VERSION:=0.21.00 +PKG_VERSION:=0.21.03 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ColinIanKing/stress-ng/tar.gz/refs/tags/V$(PKG_VERSION)? -PKG_HASH:=1339cbc6ccbff7e2ee2177bf0fd67e7b94e8ff7b07fe89bcfaec0280d800cf34 +PKG_HASH:=6db7089ad9cc2c13d0aa1cf8755112adac92858f4582a46c765bb6b7e1c3e1af PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=GPL-2.0-only