mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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 <therealgraysky@proton.me>
This commit is contained in:
committed by
Josef Schlehofer
parent
74794b0ef0
commit
6d4685af46
@@ -6,12 +6,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stress-ng
|
PKG_NAME:=stress-ng
|
||||||
PKG_VERSION:=0.19.00
|
PKG_VERSION:=0.19.02
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
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_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 <ardeleanalex@gmail.com>
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* get next row to be computed, will wrap around. Wrap arounds
|
* get next row to be computed, will wrap around. Wrap arounds
|
||||||
--- a/stress-misaligned.c
|
--- a/stress-misaligned.c
|
||||||
+++ b/stress-misaligned.c
|
+++ b/stress-misaligned.c
|
||||||
@@ -49,6 +49,10 @@
|
@@ -51,6 +51,10 @@
|
||||||
#undef HAVE_ATOMIC
|
#undef HAVE_ATOMIC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user