X-Debbugs-CC: [email protected] On Tue, 09 Jan 2024 05:58:52 +0000 Poao <[email protected]> wrote: > Package: iperf3 > Version: 3.15-1+b1 > Severity: wishlist > X-Debbugs-Cc: [email protected] > > this package latest version 3.16 is not beta since 2023-11-30. and its > upstream has released it since 2023-12-02.
The proposed patch for debian/watch file is provided in the attachment. I am not tagging the "patch" tag since a new upload with new version is needed anyway. Meanwhile, it would be great if v3.16 is packaged given its new multithreading support and improved OpenSSL 3 support. Please check upstream release notes for details. Thanks, Boyuan Yang
From b6e7c7bf0feb3403d452672d3be3a55ba318db5f Mon Sep 17 00:00:00 2001 From: Boyuan Yang <[email protected]> Date: Tue, 9 Jan 2024 01:40:18 -0500 Subject: [PATCH] debian/watch: Handle version with dash --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 2506a87..1a9d743 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/iperf-$1\.tar\.gz/ \ +opts="uversionmangle=s/-/~/,filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/iperf-$1\.tar\.gz/" \ https://github.com/esnet/iperf/tags .*/v?(\d\S+)\.tar\.gz -- 2.43.0
signature.asc
Description: This is a digitally signed message part

