Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xWlcK75a; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jvmKSDIy Received: by mail.netbsd.org (Postfix, from userid 605) id 32A8C84EED; Fri, 10 May 2024 09:21:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715332888; bh=ocMDi5GGBCzogE6NCOMV4DfLu5U0w3NZ8q39vvfSFCM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=xWlcK75a11NlHiOHrPpVpFLY2pQkW8z4fxF6mTxP8vO81Nb+agqqD0qp+cLcCzm9z 1iAbeIAdlaYWuWeB9mJgC30LySr3YS3LAxPpHvwmd8h8XM/lLnE8YzwgUit9YjnRF0 bofEhsHN0/G6RixYQoDIm1VpbmPRxERvmomqsvZA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2531384D05 for ; Fri, 10 May 2024 09:21:27 +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 S2ppnPSfhNpH for ; Fri, 10 May 2024 09:21:26 +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 7A75684CF3 for ; Fri, 10 May 2024 09:21:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715332886; bh=ocMDi5GGBCzogE6NCOMV4DfLu5U0w3NZ8q39vvfSFCM=; h=Date:From:Subject:To:Reply-To; b=jvmKSDIyxUqVmouMc6e38DxcmigYrkjqxxvdsAZhOIDGmBWld4GD3YCvNkkI8IYhb sx0O1GJjRaFtt07WkLklR/DjtJejMVWMZ5829kmvVUXPwnPWd4/oqyMCbp1N37mwSN Vhe5Y8XCOJcAatv0VbTrragHdfz0rlk/4pQ4VMGQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76956FA2C; Fri, 10 May 2024 09:21:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715332886259280" MIME-Version: 1.0 Date: Fri, 10 May 2024 09:21:26 +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: <20240510092126.76956FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715332886259280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 10 09:21:26 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/cmake, textproc/ugrep To generate a diff of this commit: cvs rdiff -u -r1.3304 -r1.3305 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715332886259280 Content-Disposition: inline Content-Length: 803 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.3304 pkgsrc/doc/CHANGES-2024:1.3305 --- pkgsrc/doc/CHANGES-2024:1.3304 Fri May 10 07:59:09 2024 +++ pkgsrc/doc/CHANGES-2024 Fri May 10 09:21:26 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3304 2024/05/10 07:59:09 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3305 2024/05/10 09:21:26 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5209,3 +5209,5 @@ Changes to the packages collection and i Updated databases/postgresql16 to 16.3 [adam 2024-05-10] Updated devel/py-atomicwrites to 1.4.1nb1 [adam 2024-05-10] Removed devel/py-docstyle3 successor devel/py-docstyle [adam 2024-05-10] + Updated devel/cmake to 3.29.3 [adam 2024-05-10] + Updated textproc/ugrep to 6.0.0 [adam 2024-05-10] --_----------=_1715332886259280--