Received: by mail.netbsd.org (Postfix, from userid 605) id BEDC784EBE; Thu, 15 Feb 2024 18:14:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708020876; bh=OJLHWRyTb4ZMEZKVxycDSci+B/sfKCpV4L2NtHSsupQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=1kfVmQaJmM6ele/osA6kMFesTZYFm3/h0m1L4XkoTi7x2SkbFYM8GKsJASzo4sZpN RrubNKfUqvbDeP5HFG33uDELTfMSzFtKqNRFHrAVEAygs76PKkDpO7v/Jz4/pRDxwr uUcPIOhmYrlnaNqhsluMsAebjG6lD0dQ2bcgNWxI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE24384CE3 for ; Thu, 15 Feb 2024 18:14:35 +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 eN3xS939zZ1Y for ; Thu, 15 Feb 2024 18:14:35 +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 0E53284C13 for ; Thu, 15 Feb 2024 18:14:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708020875; bh=OJLHWRyTb4ZMEZKVxycDSci+B/sfKCpV4L2NtHSsupQ=; h=Date:From:Subject:To:Reply-To; b=18wq9djUV04iDdQdi6nc2EYwX6CQv8TsqKVQp3X66uKc3eYDh3EDTE3D/7v3nXUK2 ACstCfc0viQMsD0UkF42ATSrtxfz8YmhLnEriUm4dYDqDdpnNytCwJBHQi6VDztuI0 l8IvL0I5PxFYznw6olD0/rPodzMul5mJzMH1GuSg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02136F9F2; Thu, 15 Feb 2024 18:14:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708020874149800" MIME-Version: 1.0 Date: Thu, 15 Feb 2024 18:14:34 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240215181435.02136F9F2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708020874149800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Feb 15 18:14:34 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated databases/postgresql-postgis2 to 3.4.2nb1 To generate a diff of this commit: cvs rdiff -u -r1.1268 -r1.1269 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708020874149800 Content-Disposition: inline Content-Length: 737 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.1268 pkgsrc/doc/CHANGES-2024:1.1269 --- pkgsrc/doc/CHANGES-2024:1.1268 Thu Feb 15 13:24:19 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Feb 15 18:14:34 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1268 2024/02/15 13:24:19 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.1269 2024/02/15 18:14:34 gdt Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2085,3 +2085,4 @@ Changes to the packages collection and i Added devel/py-scikit-build-core version 0.8.1 [wiz 2024-02-15] Updated devel/go-wire to 0.6.0 [wiz 2024-02-15] Updated www/grafana to 10.3.3 [wiz 2024-02-15] + Updated databases/postgresql-postgis2 to 3.4.2nb1 [gdt 2024-02-15] --_----------=_1708020874149800--