net/iperf2: Add URLs for upstream bug reports

This commit is contained in:
gdt 2021-03-15 17:00:06 +00:00
parent 1e8fa42c16
commit 627f4401c8
4 changed files with 12 additions and 8 deletions

View file

@ -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/}

View file

@ -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

View file

@ -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

View file

@ -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