Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=yMAYIw7Z; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SeBV1OXt Received: by mail.netbsd.org (Postfix, from userid 605) id 5B50584E60; Mon, 29 Apr 2024 01:18:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714353499; bh=KWKQdYgr2iD3yvfwZQhztcX6Sd67lYubsc8kESFSJQM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=yMAYIw7Zs/QdD7h17SXY5DYpZAaAzcLJYBR4WutRszIhpaHuQRjldTELyRkxqkOX+ aPx+y8w42UT3Jdne9ZWdO6CPY7tJUZ1NgSB8KeCLDuJaPeq13oKagsCIp8igy8KNU4 ES1/sWXlYWVtIwsMMazHPalGIDov+UTf8j41SMd0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D5C684CF7 for ; Mon, 29 Apr 2024 01:18:18 +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 FUp8rKpaHghd for ; Mon, 29 Apr 2024 01:18:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A192284CD7 for ; Mon, 29 Apr 2024 01:18:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714353497; bh=KWKQdYgr2iD3yvfwZQhztcX6Sd67lYubsc8kESFSJQM=; h=Date:From:Subject:To:Reply-To; b=SeBV1OXtf6ZQUT8uIKSyxotbeQ0JWS0rThOsmrE/PvO7xLUYL2V/+Bgq71IQg50DF BlqniM49S99a8XQXmjQPFD3WyRZW9AbwUgoGLg78cnFrnB75FvVvaoY8N6Z1FFj3RN GI0OjWEqQruvtirGmUJ3GZ5R8X9kDXy78BZ+1hdk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A579FA2C; Mon, 29 Apr 2024 01:18:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714353497258240" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 01:18:17 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240429011817.7A579FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714353497258240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Apr 29 01:18:17 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/tcpreplay to 4.4.4 To generate a diff of this commit: cvs rdiff -u -r1.2807 -r1.2808 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714353497258240 Content-Disposition: inline Content-Length: 774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2807 pkgsrc/doc/CHANGES-2024:1.2808 --- pkgsrc/doc/CHANGES-2024:1.2807 Mon Apr 29 00:31:10 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 29 01:18:17 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2807 2024/04/29 00:31:10 gutteridge Exp $ +$NetBSD: CHANGES-2024,v 1.2808 2024/04/29 01:18:17 gutteridge Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4624,3 +4624,4 @@ Changes to the packages collection and i Updated devel/hs-auto-update to 0.2.0 [pho 2024-04-28] Updated devel/hs-ansi-terminal-types to 1.1 [pho 2024-04-28] Added sysutils/u-boot-beaglebonegreen version 2022.04 [gutteridge 2024-04-29] + Updated net/tcpreplay to 4.4.4 [gutteridge 2024-04-29] --_----------=_1714353497258240--