From db077d07edc94ce5c3f73db2faebc9a95654d280 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 3 Apr 2023 09:59:48 +0300 Subject: [PATCH] stress-ng: bump to version 0.15.06 Signed-off-by: Alexandru Ardelean --- utils/stress-ng/Makefile | 4 ++-- utils/stress-ng/patches/001-disable-gpu-stressor.patch | 2 +- utils/stress-ng/patches/002-disable-xxhash.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/stress-ng/Makefile b/utils/stress-ng/Makefile index 97e86c846f..248468a86d 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.15.03 +PKG_VERSION:=0.15.06 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:=7cceca64da37fd3c8db7167ed386fd7d3e1d9d6891a1f6227911ab8d4b17379c +PKG_HASH:=c38cefcf0a83f6c65aed7c36e57a9a1ee8373418ef71cf089a75b0661dcd4623 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=GPL-2.0-only diff --git a/utils/stress-ng/patches/001-disable-gpu-stressor.patch b/utils/stress-ng/patches/001-disable-gpu-stressor.patch index af1882901c..4fc4941e0c 100644 --- a/utils/stress-ng/patches/001-disable-gpu-stressor.patch +++ b/utils/stress-ng/patches/001-disable-gpu-stressor.patch @@ -1,6 +1,6 @@ --- a/Makefile.config +++ b/Makefile.config -@@ -272,7 +272,7 @@ LD_GOLD: +@@ -264,7 +264,7 @@ clean: libraries: \ configdir \ LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \ diff --git a/utils/stress-ng/patches/002-disable-xxhash.patch b/utils/stress-ng/patches/002-disable-xxhash.patch index 5c01764cd7..d24e6f0625 100644 --- a/utils/stress-ng/patches/002-disable-xxhash.patch +++ b/utils/stress-ng/patches/002-disable-xxhash.patch @@ -1,6 +1,6 @@ --- a/Makefile.config +++ b/Makefile.config -@@ -274,7 +274,7 @@ libraries: \ +@@ -266,7 +266,7 @@ libraries: \ LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \ LIB_IPSEC_MB LIB_JPEG \ LIB_JUDY LIB_KMOD LIB_MD LIB_PTHREAD LIB_PTHREAD_SPINLOCK \