stress-ng: update to 0.19.02
authorJohn Audia <[email protected]>
Sun, 13 Jul 2025 16:50:16 +0000 (12:50 -0400)
committerJosef Schlehofer <[email protected]>
Mon, 14 Jul 2025 20:27:09 +0000 (22:27 +0200)
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 <[email protected]>
utils/stress-ng/Makefile
utils/stress-ng/patches/002-disable-atomics-mips-and-ppc.patch

index a73986b7697e4eacefc77a86c6639bc6fef619cb..950ef9d714592edccd93114ba8774e0a4702cf01 100644 (file)
@@ -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 <[email protected]>
 PKG_LICENSE:=GPL-2.0-only
index d266a148b5dd11512eec08de9d982f630522ad01..0bab5a1fca3b388c69f81b422108d06710c217c7 100644 (file)
@@ -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