From: John Audia Date: Sun, 13 Jul 2025 16:50:16 +0000 (-0400) Subject: stress-ng: update to 0.19.02 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6d4685af46c6b6719a70fbab6bfe9bfcc1b44600;p=feed%2Fpackages.git stress-ng: update to 0.19.02 Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.19.02 Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia --- diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index a73986b769..950ef9d714 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.19.00 -PKG_RELEASE:=2 +PKG_VERSION:=0.19.02 +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:=7d0be69dcdad655145026f499863de01d317e87ff87acd48c3343d451540d172 +PKG_HASH:=15a07030a14bbfd5991e9ba3fbfbc24ed3ae72a2c946b033c06b820bc16f41c4 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=GPL-2.0-only diff --git a/utils/stress-ng/patches/002-disable-atomics-mips-and-ppc.patch b/utils/stress-ng/patches/002-disable-atomics-mips-and-ppc.patch index d266a148b5..0bab5a1fca 100644 --- a/utils/stress-ng/patches/002-disable-atomics-mips-and-ppc.patch +++ b/utils/stress-ng/patches/002-disable-atomics-mips-and-ppc.patch @@ -13,7 +13,7 @@ * get next row to be computed, will wrap around. Wrap arounds --- a/stress-misaligned.c +++ b/stress-misaligned.c -@@ -49,6 +49,10 @@ +@@ -51,6 +51,10 @@ #undef HAVE_ATOMIC #endif