pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/iperf2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Mar 15 17:00:06 UTC 2021

Modified Files:
        pkgsrc/net/iperf2: Makefile distinfo
        pkgsrc/net/iperf2/patches: patch-src_Listener.cpp
            patch-src_PerfSocket.cpp

Log Message:
net/iperf2: Add URLs for upstream bug reports


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/iperf2/Makefile \
    pkgsrc/net/iperf2/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/iperf2/patches/patch-src_Listener.cpp \
    pkgsrc/net/iperf2/patches/patch-src_PerfSocket.cpp

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

Modified files:

Index: pkgsrc/net/iperf2/Makefile
diff -u pkgsrc/net/iperf2/Makefile:1.1 pkgsrc/net/iperf2/Makefile:1.2
--- pkgsrc/net/iperf2/Makefile:1.1      Mon Mar 15 16:44:32 2021
+++ pkgsrc/net/iperf2/Makefile  Mon Mar 15 17:00:06 2021
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/03/15 16:44:32 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/15 17:00:06 gdt Exp $
 
+# Upstream has newer files but no newer actual releases.
+# https://sourceforge.net/p/iperf2/tickets/102/
 DISTNAME=      iperf-2.0.13
 CATEGORIES=    net benchmarks
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=iperf2/}
Index: pkgsrc/net/iperf2/distinfo
diff -u pkgsrc/net/iperf2/distinfo:1.1 pkgsrc/net/iperf2/distinfo:1.2
--- pkgsrc/net/iperf2/distinfo:1.1      Mon Mar 15 16:44:32 2021
+++ pkgsrc/net/iperf2/distinfo  Mon Mar 15 17:00:06 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2021/03/15 16:44:32 gdt Exp $
+$NetBSD: distinfo,v 1.2 2021/03/15 17:00:06 gdt Exp $
 
 SHA1 (iperf-2.0.13.tar.gz) = 0c7625c61087b9e6866421abb8bb533658b40a8d
 RMD160 (iperf-2.0.13.tar.gz) = 199ccc03cabb48e825b948688bbc1867369cf9ef
 SHA512 (iperf-2.0.13.tar.gz) = 40fcfb8f4d27887f53a743ac07396511fb2a7ac59f4b300fe36896bd0241e191945fa253705990711772ee776d5e4227ed62760fc92abebdfebcedd11c27c0ea
 Size (iperf-2.0.13.tar.gz) = 326148 bytes
-SHA1 (patch-src_Listener.cpp) = cb253ec55576675d5bf50a29e6b4ebe6a1391ac7
-SHA1 (patch-src_PerfSocket.cpp) = 1b1ef70ab3938078876277a37fc1a0d7c26deb49
+SHA1 (patch-src_Listener.cpp) = 76751e63e17f7c65d182ed9fdefdec0170aa28f2
+SHA1 (patch-src_PerfSocket.cpp) = f59214e44c29ca73132a3edcbebc3701a2da46cd

Index: pkgsrc/net/iperf2/patches/patch-src_Listener.cpp
diff -u pkgsrc/net/iperf2/patches/patch-src_Listener.cpp:1.1 pkgsrc/net/iperf2/patches/patch-src_Listener.cpp:1.2
--- pkgsrc/net/iperf2/patches/patch-src_Listener.cpp:1.1        Mon Mar 15 16:44:32 2021
+++ pkgsrc/net/iperf2/patches/patch-src_Listener.cpp    Mon Mar 15 17:00:06 2021
@@ -1,13 +1,15 @@
-$NetBSD: patch-src_Listener.cpp,v 1.1 2021/03/15 16:44:32 gdt Exp $
+$NetBSD: patch-src_Listener.cpp,v 1.2 2021/03/15 17:00:06 gdt Exp $
 
 Fix bug where the standards-specificed IPV6_JOIN_GROUP is not used.
 See https://tools.ietf.org/html/rfc3493 on page 20.
 See https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_10_16
 
+https://sourceforge.net/p/iperf2/tickets/103/
+
 Fix bug where setsockopt was used with int when it is defined to use
 unsigned char.  This should avoid bugs on BE machines.
 
-Not yet reported upstream.
+https://sourceforge.net/p/iperf2/tickets/104/
 
 --- src/Listener.cpp.orig      2019-01-22 20:31:17.000000000 +0000
 +++ src/Listener.cpp
Index: pkgsrc/net/iperf2/patches/patch-src_PerfSocket.cpp
diff -u pkgsrc/net/iperf2/patches/patch-src_PerfSocket.cpp:1.1 pkgsrc/net/iperf2/patches/patch-src_PerfSocket.cpp:1.2
--- pkgsrc/net/iperf2/patches/patch-src_PerfSocket.cpp:1.1      Mon Mar 15 16:44:32 2021
+++ pkgsrc/net/iperf2/patches/patch-src_PerfSocket.cpp  Mon Mar 15 17:00:06 2021
@@ -1,9 +1,9 @@
-$NetBSD: patch-src_PerfSocket.cpp,v 1.1 2021/03/15 16:44:32 gdt Exp $
+$NetBSD: patch-src_PerfSocket.cpp,v 1.2 2021/03/15 17:00:06 gdt Exp $
 
 Fix bug where setsockopt was used with int when it is defined to use
 unsigned char.  This should avoid bugs on BE machines.
 
-Not yet reported upstream.
+https://sourceforge.net/p/iperf2/tickets/104/
 
 --- src/PerfSocket.cpp.orig    2019-01-22 20:31:18.000000000 +0000
 +++ src/PerfSocket.cpp



Home | Main Index | Thread Index | Old Index