<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/stress-ng, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-10T08:32:19Z</updated>
<entry>
<title>stress-ng: update to 0.21.00</title>
<updated>2026-05-10T08:32:19Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-22T09:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2bedf9550930d6047b3ddfd226c847b9b198314a'/>
<id>urn:sha1:2bedf9550930d6047b3ddfd226c847b9b198314a</id>
<content type='text'>
Spans two minor release cycles (0.19.04 to 0.21.00), adding new stressors,
improved architecture support, and various bug fixes.

Changelog: https://github.com/ColinIanKing/stress-ng/blob/V0.21.00/CHANGES

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.19.04</title>
<updated>2025-09-23T14:50:46Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-09-22T09:48:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ab19754f27aad60f248f1970a76f33caac2fce7'/>
<id>urn:sha1:9ab19754f27aad60f248f1970a76f33caac2fce7</id>
<content type='text'>
This change bumps the version of stress-ng to 0.19.04

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: update to 0.19.02</title>
<updated>2025-07-14T20:27:09Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-13T16:50:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6d4685af46c6b6719a70fbab6bfe9bfcc1b44600'/>
<id>urn:sha1:6d4685af46c6b6719a70fbab6bfe9bfcc1b44600</id>
<content type='text'>
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 &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>stress-ng: adjust against glibc 2.41</title>
<updated>2025-07-14T20:27:09Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-13T16:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=74794b0ef08ebd23b7551469d42a3b2f39a07032'/>
<id>urn:sha1:74794b0ef08ebd23b7551469d42a3b2f39a07032</id>
<content type='text'>
Add optional depends for users of glibc.
Related: https://github.com/openwrt/packages/pull/26889

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>stress: drop old unmaintained project</title>
<updated>2025-06-15T15:52:44Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-06-15T07:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=74aaf9c1317addec09c586e710c94caafed40b23'/>
<id>urn:sha1:74aaf9c1317addec09c586e710c94caafed40b23</id>
<content type='text'>
As a replacement for this project despite it was resurrected,
it is not maintained.

We added stress-ng [1], which is regularly updated and
gets new features and there is no reason to have two packages
in this repository.

[1] fba6bb94895e443830cfa28a1937cb7caf8dab8d ("stress-ng: add")

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.19.00</title>
<updated>2025-05-12T13:01:11Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-05-10T19:34:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=929c515c1dc210f17aab89b017a5b85913daef98'/>
<id>urn:sha1:929c515c1dc210f17aab89b017a5b85913daef98</id>
<content type='text'>
For MIPS and PowerPC, we need to disable atomics.
Otherwise we get linker errors with them.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.18.11</title>
<updated>2025-03-19T15:11:21Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-03-17T07:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9aeff5f5e43f768f9d5029f502381a523c36057f'/>
<id>urn:sha1:9aeff5f5e43f768f9d5029f502381a523c36057f</id>
<content type='text'>
Also fixes MIPS builds.
Seems there is some inline assembly that won't work with MIPS16
instructions.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.18.07</title>
<updated>2024-12-25T19:38:00Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2024-12-25T07:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4da4138da21b8dbfe1fe8516b185f9cd579f9b9a'/>
<id>urn:sha1:4da4138da21b8dbfe1fe8516b185f9cd579f9b9a</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.18.05</title>
<updated>2024-10-03T06:55:45Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-10-02T18:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7b4ca70f6991f6ce7474e69c35fab2654b954aa4'/>
<id>urn:sha1:7b4ca70f6991f6ce7474e69c35fab2654b954aa4</id>
<content type='text'>
Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.18.05

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>stress-ng: bump to version 0.18.04</title>
<updated>2024-09-23T09:34:01Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-09-21T16:24:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=99c28c28d2bfa976a52d66fae8630fb2823bf583'/>
<id>urn:sha1:99c28c28d2bfa976a52d66fae8630fb2823bf583</id>
<content type='text'>
Patch needed a refresh

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
Co-authored-by: Tianling Shen &lt;cnsztl@gmail.com&gt;
</content>
</entry>
</feed>
