Alexandru Ardelean
b29ba07308
stress-ng: bump to version 0.17.08
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-06-08 17:10:45 -07:00
krant
fbe4b5f359
stress-ng: update to 0.17.07
...
- Refresh the patch
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-04-13 14:02:58 -07:00
Alexandru Ardelean
8f76c04397
stress-ng: bump to version 0.17.05
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-02-10 14:59:04 -08:00
Alexandru Ardelean
3100734e90
stress-ng: bump to version 0.17.04
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-01-16 20:52:54 +01:00
Alexandru Ardelean
ee4573cd42
stress-ng: bump to version 0.17.03
...
Dropped patch '002-core-stress-Add-musl-gcc-detection-and-HAVE_COMPILER.patch'
It's included in the release.
Links:
cd84c46ce7
https://github.com/ColinIanKing/stress-ng/issues/325
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-19 09:18:01 +01:00
Alexandru Ardelean
98bcb56eb3
stress-ng: backport immintrin.h header detection for GCC 13
...
Backport patch from:
cd84c46ce7
With GCC 12 there is no issue.
With GCC 13, there is a compilation issue on x86_64.
Fixes https://github.com/openwrt/packages/issues/22373
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-10-22 23:49:57 +02:00
Alexandru Ardelean
f4df9c1786
stress-ng: bump to version 0.17.00
...
Refreshed 001-disable-extra-stressors.patch
Dropped 002-disable-compiler-test.patch
- no longer needed since commit a24c7f2048
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-10-10 14:14:32 +03:00
Alexandru Ardelean
8168fc84df
stress-ng: bump to version 0.15.10
...
Merged patches into a single one.
Disabling libmpfr (which got added recently).
To avoid potentially new build failures.
And disabling test-compiler check.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-07-10 19:49:16 -07:00
Alexandru Ardelean
db077d07ed
stress-ng: bump to version 0.15.06
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-04-03 10:26:13 +03:00
Alexandru Ardelean
37f203cba9
stress-ng: bump to version 0.15.03
...
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-02-06 11:54:49 +02:00
Alexandru Ardelean
da2db3b929
stress-ng: bump to version 0.15.01
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-01-13 13:28:36 -08:00
Alexandru Ardelean
7921d0b45f
stress-ng: bump to version 0.15.00
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-12-13 08:25:38 +02:00
Alexandru Ardelean
20f5566bc7
stress-ng: bump to version 0.14.06
...
no longer needed: 010-dont_define_fortify.patch
upstreamed: 020-stress-sysinval-fix-fstat-fstat64-compat-check.patch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-10-07 10:03:52 +03:00
Alexandru Ardelean
fc6f44b13a
stress-ng: add libjpeg dep
...
Fixes: https://github.com/openwrt/packages/issues/19210
If libjpeg isn't selected by another package, all is fine.
But if it is selected, the stress-ng build will see it and try to build the
jpeg stressor. This would usually fail sometime and link-time.
In any case, it's better to just pick-up libjpeg as a dependency of
stress-ng. If people want to stress their system with this tool, they can
probably expect libjpeg as well.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-24 01:07:18 +02:00
Guilherme Janczak
9a85437016
stress-ng: update to 0.14.03
...
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-12 14:31:57 +00:00
Sergey V. Lobanov
53a51fb3d1
stress-ng: fix build on macos
...
This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection.
If Makefile detects Darwin, it removes -lbsd from build flags, but
this flag is required due to target is always Linux, not bsd-like.
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-25 01:41:09 +03:00
Alexandru Ardelean
811bd772b7
stress-ng: bump to version 0.13.05
...
And switch to Github URLs.
The old one isn't working anymore.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-10-27 20:55:22 +03:00
Alexandru Ardelean
71fc63342f
stress-ng: bump to 0.13.03
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-30 14:28:26 -07:00
Alexandru Ardelean
5902fcb2c4
stress-ng: bump to version 0.13.01
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-09-09 09:08:09 -04:00
Alexander Egorenkov
1058d37f71
stress-ng: add missing libkmod dependency
...
This fixes build problem introduced in commit 9a1bb4baf5
("stress-ng: bump to version 0.13.00"):
Package stress-ng is missing dependencies for the following libraries:
libkmod.so.2
Fixes: 9a1bb4baf5
("stress-ng: bump to version 0.13.00")
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2021-08-11 20:49:29 +02:00
Alexandru Ardelean
9a1bb4baf5
stress-ng: bump to version 0.13.00
...
And switch to AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-09 14:52:56 +03:00
Alexandru Ardelean
6f48074e79
stress-ng: bump to version 0.12.10
...
Patch `010-soft-float.patch` can be dropped.
It was upstreamed via https://github.com/ColinIanKing/stress-ng/pull/126
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-06-14 13:25:46 +03:00
Alexandru Ardelean
96692fa6c1
stress-ng: bump to version 0.12.07
...
Refreshed patch.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-04 20:16:41 -07:00
Alexandru Ardelean
940492c577
stress-ng: bump to version 0.12.06
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-29 11:51:51 +03:00
Alexandru Ardelean
987c82cc73
stress-ng: bump to version 0.12.04
...
Refreshed patch.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-03-08 12:32:25 +02:00
Alexandru Ardelean
63503163a5
stress-ng: bump to version 0.12.02
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-02 16:23:01 +02:00
Rosen Penev
b6d1682615
stress-ng: add other dependencies
...
Size is not really an issue for stress-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-10 14:54:32 -08:00
Rosen Penev
2d6f791a6f
stress-ng: update to 0.12.01
...
Simplified bsd patch to be compatible with glibc. It's easier to just
use libbsd with glibc. Size shouldn't be an issue.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 15:38:33 -08:00
Alexandru Ardelean
c10ff20ac4
stress-ng: bump to version 0.12.00
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-12-07 09:30:12 +02:00
Alexandru Ardelean
da9e1e0c0d
utils: stress-ng: bump to version 0.11.23
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-02 15:12:39 +02:00
Alexandru Ardelean
6736e77c82
stress-ng: bump to version 0.11.20
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-09-09 10:30:07 +03:00
Rosen Penev
253ca66efc
stress-ng: remove libaio and libbsd support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-06 15:23:32 -07:00
Rosen Penev
fba6bb9489
stress-ng: add
...
This is a replacement for the old stress utility.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-31 00:20:47 -07:00