Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cQ00Ux9j; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Vl2zcl+1 Received: by mail.netbsd.org (Postfix, from userid 605) id 2911384F44; Tue, 14 May 2024 16:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715702873; bh=VKjYV5fkoRKk6p+euXuSbtH+GRqhlr7Tk+NbPxF5wls=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cQ00Ux9jViPP30xWASwhwUTOQbzvgltYnJp9kL0ZKCzfH2rAfbzEXZKGZbi+qYi7p EGEIE3UggBY/nKCUaFxZ0WOyQ3sJjD5uVcA0MB8z8CYkrfTQ0ItnfgdUYxWk9ZyyEB eIAtEhtXJnBKWH4sjnnaKS8fZBw8pudDWTCt1jjU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CB1E84ED7 for ; Tue, 14 May 2024 16:07:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XbyYy_GrNhD9 for ; Tue, 14 May 2024 16:07:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A065184D01 for ; Tue, 14 May 2024 16:07:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715702871; bh=VKjYV5fkoRKk6p+euXuSbtH+GRqhlr7Tk+NbPxF5wls=; h=Date:From:Subject:To:Reply-To; b=Vl2zcl+1AOJ2IwAVXIAwQ7uI4Hfs/jhEO1XR/HnxP6APyria4n4FqfP9AAYwnlw8G Gssn25WGU5QdUzd4MNhEx3xn4wJBVl2meg7oJweeZ1HEVF5fHxWA3m49yvCzzzC3j6 9kWT0C4vN0BrUzAsYYrmjgwfLpmjnlbY72DrgvdM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B2D1FA2C; Tue, 14 May 2024 16:07:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715702871206910" MIME-Version: 1.0 Date: Tue, 14 May 2024 16:07:51 +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: <20240514160751.9B2D1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715702871206910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue May 14 16:07:51 UTC 2024 Modified Files: pkgsrc/net/iperf2: Makefile Log Message: net/iperf2: Drop MAINTAINTERship To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/iperf2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715702871206910 Content-Disposition: inline Content-Length: 677 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.7 pkgsrc/net/iperf2/Makefile:1.8 --- pkgsrc/net/iperf2/Makefile:1.7 Tue May 14 16:07:26 2024 +++ pkgsrc/net/iperf2/Makefile Tue May 14 16:07:51 2024 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2024/05/14 16:07:26 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2024/05/14 16:07:51 gdt Exp $ DISTNAME= iperf-2.1.9 CATEGORIES= net benchmarks MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf2/} -MAINTAINER= gdt@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://sourceforge.net/projects/iperf2/ COMMENT= TCP and UDP bandwidth performance measurement tool LICENSE= modified-bsd --_----------=_1715702871206910--