]> git.99rst.org Git - openwrt-packages.git/commit
librespeed-cli: update to 1.0.13
authorJosef Schlehofer <redacted>
Mon, 10 Aug 2026 08:46:16 +0000 (10:46 +0200)
committerAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 12:02:27 +0000 (15:02 +0300)
commitf61a21e47213cda66781d49e77c832a16b49ad5d
treea3bb0c47684aab39d10d312481c4a53b7358d586
parent9bb7c9d0fba9cc8b4b04668a77e145510e346bf7
librespeed-cli: update to 1.0.13

Carry fixes for a data race, a goroutine leak, output escaping, JSON and CSV
termination, and sub-millisecond ping precision, plus additional --debug
output. All patches are under review upstream.

Set the version through GO_PKG_LDFLAGS_X. The package never passed one, so
--version reported neither a name nor a version.

Drop the serverIdx patch: 1.0.13 resolves the same problem by checking the map
lookup rather than reading a possibly absent key.

Signed-off-by: Josef Schlehofer <redacted>
14 files changed:
utils/librespeed-cli/Makefile
utils/librespeed-cli/patches/0001-speedtest-fix-start-serverIdx-in-pingList-when-some-servers-are-down.patch [deleted file]
utils/librespeed-cli/patches/0001-style-gofmt-helper.go-and-speedtest.go.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0002-fix-fix-data-race-goroutine-leak-non-TTY-output-and-.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0003-fix-align-upload-cancellation-handling-and-add-tests.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0004-feat-report-test-progress-under-debug.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0005-docs-describe-what-secure-and-insecure-actually-do.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0006-fix-terminate-json-and-csv-output-with-a-newline.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0007-fix-drop-the-empty-copyright-line-from-version.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0008-feat-report-the-negotiated-TLS-version-and-cipher-un.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0009-feat-report-which-address-each-ping-test-used-under-.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0010-fix-keep-sub-millisecond-precision-in-ping-and-jitte.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0011-feat-report-the-ping-distribution-under-debug.patch [new file with mode: 0644]
utils/librespeed-cli/patches/0012-feat-name-the-platform-in-the-User-Agent.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT