Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=X/2vZW39; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sIf3Obc9 Received: by mail.netbsd.org (Postfix, from userid 605) id 8059D84D91; Tue, 30 Apr 2024 06:38:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714459137; bh=+BfpFgiRCHpSsu3yLuNwWCgVfsxTtRPKfu6cGcRO0Vo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=X/2vZW396jrCRK+QvigF1gQnjnO/5T6Po+l6aD1SqUAbXEsJViP9zHTaxoUEbpXZQ 9T5RWpqxLgsHhzGftLQEM9fpBFzZlJXJ009NwmJP2+ZSE75M1N0sLNt6ScqIfPM53t yFuBTp66MvW4BCcezLrsSeaHa8j3PKMFVi2rKaJE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7276584D5E for ; Tue, 30 Apr 2024 06:38:56 +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 n7G9lD9_Vi4Q for ; Tue, 30 Apr 2024 06:38:56 +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 C0F0A84D07 for ; Tue, 30 Apr 2024 06:38:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714459136; bh=+BfpFgiRCHpSsu3yLuNwWCgVfsxTtRPKfu6cGcRO0Vo=; h=Date:From:Subject:To:Reply-To; b=sIf3Obc94jCPHBuBrbXmLBt4rMJd+JjOxwuZpDDxPFRQSe4akHqpIOWi7S55Q9Y0J 0c2dMkDaZGPKI/PQf4tTxq3yMrxlWRSS6NKLNb1FvoJzU+7SuX/7CjQ08bYhWQ5vPD ps81xSTp4Crrgjp/F/t90QlNFVxpQovLrRFB2x+Q= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B90C5FA2C; Tue, 30 Apr 2024 06:38:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714459135266360" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 06:38:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240430063855.B90C5FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714459135266360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 30 06:38:55 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated archivers/libarchive, archivers/bsdtar, devel/py-test-xdist To generate a diff of this commit: cvs rdiff -u -r1.2887 -r1.2888 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714459135266360 Content-Disposition: inline Content-Length: 841 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.2887 pkgsrc/doc/CHANGES-2024:1.2888 --- pkgsrc/doc/CHANGES-2024:1.2887 Tue Apr 30 06:25:47 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 30 06:38:55 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2887 2024/04/30 06:25:47 wen Exp $ +$NetBSD: CHANGES-2024,v 1.2888 2024/04/30 06:38:55 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4715,3 +4715,6 @@ Changes to the packages collection and i Updated devel/py-virtualenv to 20.26.1 [adam 2024-04-30] Updated wm/xmonad-contrib to 0.18.0 [pho 2024-04-30] Updated devel/p5-Future-IO to 0.15 [wen 2024-04-30] + Updated archivers/libarchive to 3.7.4 [adam 2024-04-30] + Updated archivers/bsdtar to 3.7.4 [adam 2024-04-30] + Updated devel/py-test-xdist to 3.6.1 [adam 2024-04-30] --_----------=_1714459135266360--