-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1380 from perfsonar/issue-1368
Upgrade iperf3 to 3.16. #1368
- Loading branch information
Showing
5 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
iperf3 (3.16-1) perfsonar-5.0-staging; urgency=low | ||
|
||
* New upstream version | ||
|
||
-- Mark Feit <[email protected]> Fri, 15 Dec 2023 12:26:00 -0500 | ||
|
||
iperf3 (3.14-1) perfsonar-5.0-staging; urgency=low | ||
|
||
* New upstream version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
--- a/configure.ac 2023-02-28 17:48:24.993041164 +0000 | ||
+++ b/configure.ac 2023-02-28 17:49:01.590315370 +0000 | ||
diff -rupN iperf-3.16-orig/configure.ac iperf-3.16/configure.ac | ||
--- iperf-3.16-orig/configure.ac 2023-11-29 19:46:13.000000000 +0000 | ||
+++ iperf-3.16/configure.ac 2024-01-03 20:29:06.930035108 +0000 | ||
@@ -24,7 +24,7 @@ | ||
# file for complete information. | ||
|
||
# Initialize the autoconf system for the specified tool, version and mailing list | ||
-AC_PREREQ([2.71]) | ||
+AC_PREREQ([2.69]) | ||
AC_INIT([iperf],[3.14],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/]) | ||
AC_INIT([iperf],[3.16],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/]) | ||
m4_include([config/ax_check_openssl.m4]) | ||
m4_include([config/iperf_config_static_bin.m4]) | ||
m4_include([config/ax_pthread.m4]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters