Received: by mail.netbsd.org (Postfix, from userid 605) id E1C0684DB2; Mon, 15 Mar 2021 17:00:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A33D84DB0 for ; Mon, 15 Mar 2021 17:00:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5Dqcu-4Sxavx for ; Mon, 15 Mar 2021 17:00:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 818E784CDF for ; Mon, 15 Mar 2021 17:00:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A5CBFA95; Mon, 15 Mar 2021 17:00:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615827606254880" MIME-Version: 1.0 Date: Mon, 15 Mar 2021 17:00:06 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/iperf2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210315170006.7A5CBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615827606254880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1615827606254880 Content-Disposition: inline Content-Length: 3414 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1615827606254880--