mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
stress-ng: bump to version 0.19.04
This change bumps the version of stress-ng to 0.19.04 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
a1562ef772
commit
9ab19754f2
@@ -6,12 +6,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stress-ng
|
PKG_NAME:=stress-ng
|
||||||
PKG_VERSION:=0.19.02
|
PKG_VERSION:=0.19.04
|
||||||
PKG_RELEASE:=1
|
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:=15a07030a14bbfd5991e9ba3fbfbc24ed3ae72a2c946b033c06b820bc16f41c4
|
PKG_HASH:=3761ae901b2a81dcdb3f5363b8d98f288c03ae320a697b6d7ffef01a48845f05
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
--- a/Makefile.config
|
--- a/Makefile.config
|
||||||
+++ b/Makefile.config
|
+++ b/Makefile.config
|
||||||
@@ -363,10 +363,10 @@ clean:
|
@@ -364,10 +364,10 @@ clean:
|
||||||
.PHONY: libraries
|
.PHONY: libraries
|
||||||
libraries: \
|
libraries: \
|
||||||
configdir \
|
configdir \
|
||||||
- LIB_ACL LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \
|
- LIB_ACL LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \
|
||||||
- LIB_EGL LIB_GBM LIB_GLES2 LIB_GMP LIB_IPSEC_MB LIB_JPEG \
|
- LIB_EGL LIB_GBM LIB_GLES2 LIB_GMP LIB_IPSEC_MB LIB_JPEG \
|
||||||
- LIB_JUDY LIB_KMOD LIB_MD LIB_MPFR LIB_PTHREAD LIB_PTHREAD_SPINLOCK \
|
- LIB_JUDY LIB_KMOD LIB_MD LIB_MPFR LIB_PTHREAD LIB_PTHREAD_SPINLOCK \
|
||||||
- LIB_RT LIB_SCTP LIB_XXHASH LIB_Z
|
- LIB_RT LIB_SCTP LIB_XXHASH LIB_Z LIB_LZMA
|
||||||
+ LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \
|
+ LIB_AIO LIB_APPARMOR LIB_BSD LIB_CRYPT LIB_DL \
|
||||||
+ LIB_IPSEC_MB LIB_JPEG \
|
+ LIB_IPSEC_MB LIB_JPEG \
|
||||||
+ LIB_JUDY LIB_KMOD LIB_MD LIB_PTHREAD LIB_PTHREAD_SPINLOCK \
|
+ LIB_JUDY LIB_KMOD LIB_MD LIB_PTHREAD LIB_PTHREAD_SPINLOCK \
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -51,6 +51,10 @@
|
@@ -52,6 +52,10 @@
|
||||||
#undef HAVE_ATOMIC
|
#undef HAVE_ATOMIC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user