<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/librespeed-cli, 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-11-11T12:13:49Z</updated>
<entry>
<title>librespeed-cli: fix speedtest when server not available</title>
<updated>2025-11-11T12:13:49Z</updated>
<author>
<name>Richard Muzik</name>
</author>
<published>2025-11-10T13:29:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fb1a0ebbfc1daa088ebf2506cacea29c992f7e88'/>
<id>urn:sha1:fb1a0ebbfc1daa088ebf2506cacea29c992f7e88</id>
<content type='text'>
If the server is down it can still be selected to test on it. This fixes
the bug.

See:
- https://github.com/librespeed/speedtest-cli/pull/94

Signed-off-by: Richard Muzik &lt;richard.muzik@turris.com&gt;
</content>
</entry>
<entry>
<title>librespeed-cli: update to version 1.0.12</title>
<updated>2025-11-11T12:13:49Z</updated>
<author>
<name>Richard Muzik</name>
</author>
<published>2025-11-10T13:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5c14cecb0fc7f4cc7314f14390fc7eb331303e19'/>
<id>urn:sha1:5c14cecb0fc7f4cc7314f14390fc7eb331303e19</id>
<content type='text'>
For full changelog see:
- https://github.com/librespeed/speedtest-cli/releases

Signed-off-by: Richard Muzik &lt;richard.muzik@turris.com&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:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>librespeed-cli: rename binary to librespeed-cli</title>
<updated>2022-11-21T16:59:12Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2022-11-21T12:49:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c2ad338b0f0fb5df4c84770fa6408f18bd347671'/>
<id>urn:sha1:c2ad338b0f0fb5df4c84770fa6408f18bd347671</id>
<content type='text'>
upstream names the binary librespeed-cli and this avoids a conflict with
python3-speedtest-cli

Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
<entry>
<title>librespeed-cli: add package</title>
<updated>2022-11-04T20:09:07Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2022-11-02T15:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bb33b55354f6a9b51f445c117c5fdb5fca0b5a44'/>
<id>urn:sha1:bb33b55354f6a9b51f445c117c5fdb5fca0b5a44</id>
<content type='text'>
Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
</feed>
