<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/iperf/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-08-22T13:13:12Z</updated>
<entry>
<title>iperf: update to 2.2.1</title>
<updated>2025-08-22T13:13:12Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2025-08-20T07:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=99cced3311adcc961a3159e8d13e72589c4fd2d3'/>
<id>urn:sha1:99cced3311adcc961a3159e8d13e72589c4fd2d3</id>
<content type='text'>
Changelog: https://sourceforge.net/projects/iperf2/files/

Note: 001-checksums.c-needs-to-define-_GNU_SOURCE.patch is added to
fix a build error with musl libc, where struct udphdr members are not
available unless _GNU_SOURCE is defined.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>net/iperf: assign PKG_CPE_ID</title>
<updated>2023-09-24T01:43:58Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2023-09-18T22:54:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=85a9ea33ec028fbf96b86633e89aa3b3fb27875d'/>
<id>urn:sha1:85a9ea33ec028fbf96b86633e89aa3b3fb27875d</id>
<content type='text'>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>iperf: update to 2.1.9</title>
<updated>2023-04-26T07:50:22Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-04-26T06:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bf006f137b6ce643890be1a4c0d34f07ba38b442'/>
<id>urn:sha1:bf006f137b6ce643890be1a4c0d34f07ba38b442</id>
<content type='text'>
Changelog can be found here:
https://sourceforge.net/projects/iperf2/files/

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>iperf: Updated to 2.1.8</title>
<updated>2022-08-16T20:09:50Z</updated>
<author>
<name>Alberto Martinez-Alvarez</name>
</author>
<published>2022-08-15T00:53:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=859971a3aeeead6c1764844d3fdaa0589d49aba3'/>
<id>urn:sha1:859971a3aeeead6c1764844d3fdaa0589d49aba3</id>
<content type='text'>
Enabling fast sampling to support four digit (e.g., 1.0000) precision in reports' timestamps. Useful for sub-millisecond sampling.

Changelog: https://sourceforge.net/p/iperf2/code/ci/2-1-8/tree/README

Signed-off-by: Alberto Martinez-Alvarez &lt;amteza@gmail.com&gt;

Maintainer: @nbd168
Compile tested: ath79, ramips, bcm27xx
</content>
</entry>
<entry>
<title>iperf: update to 2.1.3</title>
<updated>2021-07-21T02:50:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-19T05:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=872505d8f9f3096fdb801d95ea638a46c18646d2'/>
<id>urn:sha1:872505d8f9f3096fdb801d95ea638a46c18646d2</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Remove upstreamed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove uClibc++ support</title>
<updated>2021-03-05T23:07:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-23T04:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=39bc254663c6a5d54ff959366aba28f6ab9d7c4c'/>
<id>urn:sha1:39bc254663c6a5d54ff959366aba28f6ab9d7c4c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>iperf: import from base</title>
<updated>2021-01-22T15:26:55Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2021-01-22T09:16:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2131f33d08737be11aa26af966b9725faab146b9'/>
<id>urn:sha1:2131f33d08737be11aa26af966b9725faab146b9</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
</feed>
