Received: by mail.netbsd.org (Postfix, from userid 605) id 245F484EEA; Wed, 14 Feb 2024 23:45:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707954361; bh=sWNI+WIpyUlvUqYyBi7iRGOCkHwbRe/kFcZEqaz2u8k=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=k7Bc3tHCYhQqh9FiH5P2kHm7udU/lJ4PqPoRkxaZY6iqgmkb3T5bo8zpBvqQLiL28 oaZU/l6xd6ds5ZMuToz7FbdFUraaAS/0hI2IV0sd71pSm/pgQy3wg0lLaSfYe9Woh4 jdsEMyVvyUJfzBu1xo+1NC1YTImDm+hVYKGmYrec= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3110684FEA for ; Wed, 14 Feb 2024 21:37:37 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2EnsXi2lXr_P for ; Wed, 14 Feb 2024 21:37:36 +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 8238A84FCC for ; Wed, 14 Feb 2024 21:37:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707946656; bh=sWNI+WIpyUlvUqYyBi7iRGOCkHwbRe/kFcZEqaz2u8k=; h=Date:From:Subject:To:Reply-To; b=FaR8irlVHXmGNde8x1TrL1mnKybZU8rAu8mQw4MezyAaS4LZThsUe2Ur2Q27lu6mr DTUkn6bBVtYihnVAkqUPx2dvG/Fu5HJOthW6CoQeVeMm6G9tebeNWgqYYuETj6ZFVg gRPCh6/QjvCke7d6Js4w6m6lVwObX46qsFj331+w= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E777F9ED; Wed, 14 Feb 2024 21:37:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707946656167300" MIME-Version: 1.0 Date: Wed, 14 Feb 2024 21:37:36 +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: <20240214213736.7E777F9ED@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707946656167300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 14 21:37:36 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated lang/nodejs18, devel/py-editorconfig-core, parallel/py-threadpoolctl, security/py-pip-audit To generate a diff of this commit: cvs rdiff -u -r1.1258 -r1.1259 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707946656167300 Content-Disposition: inline Content-Length: 898 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.1258 pkgsrc/doc/CHANGES-2024:1.1259 --- pkgsrc/doc/CHANGES-2024:1.1258 Wed Feb 14 21:31:34 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Feb 14 21:37:36 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1258 2024/02/14 21:31:34 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1259 2024/02/14 21:37:36 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2068,3 +2068,7 @@ Changes to the packages collection and i Updated lang/nodejs to 21.6.2 [adam 2024-02-14] Updated lang/nodejs20 to 20.11.1 [adam 2024-02-14] Updated lang/rust-bin to 1.74.1 [pin 2024-02-14] + Updated lang/nodejs18 to 18.19.1 [adam 2024-02-14] + Updated devel/py-editorconfig-core to 0.12.4 [adam 2024-02-14] + Updated parallel/py-threadpoolctl to 3.3.0 [adam 2024-02-14] + Updated security/py-pip-audit to 2.7.1 [adam 2024-02-14] --_----------=_1707946656167300--