summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-03-15 17:00:06 +0000
committergdt <gdt@pkgsrc.org>2021-03-15 17:00:06 +0000
commit34ce0eb403c35366cb96e9f916a3644a1578f5b2 (patch)
tree8f19d2cb89c5b69538222dcd97cfd6bfa4a35699
parent79654e40b894a088d38eab9d47f3eb78f4bc6e37 (diff)
downloadpkgsrc-34ce0eb403c35366cb96e9f916a3644a1578f5b2.tar.gz
net/iperf2: Add URLs for upstream bug reports
-rw-r--r--net/iperf2/Makefile4
-rw-r--r--net/iperf2/distinfo6
-rw-r--r--net/iperf2/patches/patch-src_Listener.cpp6
-rw-r--r--net/iperf2/patches/patch-src_PerfSocket.cpp4
4 files changed, 12 insertions, 8 deletions
diff --git a/net/iperf2/Makefile b/net/iperf2/Makefile
index c1122d6145a..9f04c938e22 100644
--- a/net/iperf2/Makefile
+++ b/net/iperf2/Makefile
@@ -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/}
diff --git a/net/iperf2/distinfo b/net/iperf2/distinfo
index 6df2ad87167..f2ff86baafb 100644
--- a/net/iperf2/distinfo
+++ b/net/iperf2/distinfo
@@ -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
diff --git a/net/iperf2/patches/patch-src_Listener.cpp b/net/iperf2/patches/patch-src_Listener.cpp
index 96bcc4e2dea..da4ef3725de 100644
--- a/net/iperf2/patches/patch-src_Listener.cpp
+++ b/net/iperf2/patches/patch-src_Listener.cpp
@@ -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
diff --git a/net/iperf2/patches/patch-src_PerfSocket.cpp b/net/iperf2/patches/patch-src_PerfSocket.cpp
index 737408575aa..5426109aae1 100644
--- a/net/iperf2/patches/patch-src_PerfSocket.cpp
+++ b/net/iperf2/patches/patch-src_PerfSocket.cpp
@@ -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