Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Astr9XE+; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZiyyB1mw Received: by mail.netbsd.org (Postfix, from userid 605) id 8128C84EEF; Fri, 10 May 2024 07:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715327217; bh=GCEwbN+p1PdH6m7vXiptlQS0yyQThVwR5RJhyyDCJUo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Astr9XE+oSieu8jO4NC5rXdu66uGfkcVrrMxExahyA7PTg0vKKmtMxXTBfBIyONIT A4Jp22VUWfpaCigx4sEjrnE2Y5TKXpa3UN9H6HLbu+UFsf9rdKk9shZt+Hwrt03YHt BN4yO7KHHccVm7AJkcUL+9T5PvYx9viWe5L2jwCQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 746A184E7D for ; Fri, 10 May 2024 07:46: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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tfmkBzWXlanN for ; Fri, 10 May 2024 07:46:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C4DCB84CE2 for ; Fri, 10 May 2024 07:46:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715327216; bh=GCEwbN+p1PdH6m7vXiptlQS0yyQThVwR5RJhyyDCJUo=; h=Date:From:Subject:To:Reply-To; b=ZiyyB1mwaQXUGz1ru86wfgaEVI+dVtf1NJQ50Lw+VSkizFEIxP69Jl/Rb7nDEKlWl DRJ0Ni476/HeT6u11rexrSyce1r/91SSMeVhIcbkqifbH1iRnpTNKtS1Vd5Zv3Uew+ 5PYWk39/xUeUUk+rjifUBzH3+BAFLNdSdkPA/Bw0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEE46FA2C; Fri, 10 May 2024 07:46:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715327215125460" MIME-Version: 1.0 Date: Fri, 10 May 2024 07:46: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: <20240510074655.BEE46FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715327215125460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 10 07:46:55 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated databases/postgresql1[2-6] To generate a diff of this commit: cvs rdiff -u -r1.3302 -r1.3303 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715327215125460 Content-Disposition: inline Content-Length: 982 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.3302 pkgsrc/doc/CHANGES-2024:1.3303 --- pkgsrc/doc/CHANGES-2024:1.3302 Fri May 10 06:46:36 2024 +++ pkgsrc/doc/CHANGES-2024 Fri May 10 07:46:55 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3302 2024/05/10 06:46:36 fox Exp $ +$NetBSD: CHANGES-2024,v 1.3303 2024/05/10 07:46:55 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5202,3 +5202,8 @@ Changes to the packages collection and i Added databases/mariadb1011-embedded version 10.11.7 [wiz 2024-05-10] Updated pkgtools/url2pkg to 23.3.1 [rillig 2024-05-10] Updated sysutils/eza to 0.18.15 [fox 2024-05-10] + Updated databases/postgresql12 to 12.19 [adam 2024-05-10] + Updated databases/postgresql13 to 13.15 [adam 2024-05-10] + Updated databases/postgresql14 to 14.12 [adam 2024-05-10] + Updated databases/postgresql15 to 15.7 [adam 2024-05-10] + Updated databases/postgresql16 to 16.3 [adam 2024-05-10] --_----------=_1715327215125460--