pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/iperf3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Feb 18 20:19:21 UTC 2023

Modified Files:
        pkgsrc/net/iperf3: Makefile distinfo
Removed Files:
        pkgsrc/net/iperf3/patches: patch-configure

Log Message:
iperf3: updated to 3.13

iperf-3.13 2023-02-16
---------------------

* Notable user-visible changes

  * fq-rate, and bidirectional flag were added to the JSON output.

  * Added support for OpenBSD including cleaning up endian handling
    and support for TCP_INFO on systems where it was implemented.

  * Fixed bug in how TOS is set in mapped v4.

  * Corrected documentation, such as updating binary download links and text,
    updating version on iperf3 websites, and fixing an incorrect error message.

  * Fixed crash on rcv-timeout with JSON logfile.

  * Fixed a bug that prevented TOS/DSCP from getting set correctly for reverse
    tests.

* Developer-visible changes

  * Getter and setter are now available for bind_dev.

  * Added missing getter for bidirectional tests.

  * Added minor changes to clean up .gitignore and error messages.

  * Made sure configure scripts are runnable with /bin/sh.

  * Cleaned up RPM spec, such as adding missing RPM build dependencies, dropping
    EL5 and removing outdated %changelog to make.

  * Added a fix for a resource leak bug in function iperf_create_pidfile.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/iperf3/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/iperf3/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/net/iperf3/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/iperf3/Makefile
diff -u pkgsrc/net/iperf3/Makefile:1.14 pkgsrc/net/iperf3/Makefile:1.15
--- pkgsrc/net/iperf3/Makefile:1.14     Fri Oct 14 11:00:14 2022
+++ pkgsrc/net/iperf3/Makefile  Sat Feb 18 20:19:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/10/14 11:00:14 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/18 20:19:21 adam Exp $
 
-DISTNAME=      iperf-3.12
+DISTNAME=      iperf-3.13
 PKGNAME=       ${DISTNAME:S/iperf/iperf3/}
 CATEGORIES=    net benchmarks
 MASTER_SITES=  https://downloads.es.net/pub/iperf/

Index: pkgsrc/net/iperf3/distinfo
diff -u pkgsrc/net/iperf3/distinfo:1.13 pkgsrc/net/iperf3/distinfo:1.14
--- pkgsrc/net/iperf3/distinfo:1.13     Fri Oct 14 11:00:14 2022
+++ pkgsrc/net/iperf3/distinfo  Sat Feb 18 20:19:21 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/10/14 11:00:14 adam Exp $
+$NetBSD: distinfo,v 1.14 2023/02/18 20:19:21 adam Exp $
 
-BLAKE2s (iperf-3.12.tar.gz) = d0bedd9bbb45b726d2bb73349f4cac9b6b2902dbcd293a9aa76760886975465f
-SHA512 (iperf-3.12.tar.gz) = 51797a2e902e927102baf19cd16dc4a0f32eb27876039ed4b2b929036421c323acd0f054014afabccf2ca7eb5490ff84f6f330fa0c54ea7155e125321088a162
-Size (iperf-3.12.tar.gz) = 644807 bytes
-SHA1 (patch-configure) = 311360f41815d6da5d6c113b816fe3b118ceaf2f
+BLAKE2s (iperf-3.13.tar.gz) = 76d9566be7f9862c6df34379f601a9a74016691dd431374fca685baccb08cc15
+SHA512 (iperf-3.13.tar.gz) = 0d64d06a6343f4ab38ea540c5f1919381056472907d5c71dbc80647bbc936f5cd3e422ca792c593d8468409470d89b351a878e6ba656a4460ceb3ae65191da6a
+Size (iperf-3.13.tar.gz) = 646508 bytes



Home | Main Index | Thread Index | Old Index