CVS commit: pkgsrc/databases

"Adam Ciarcinski" <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Aug 14 11:42:04 UTC 2026

Modified Files:
	pkgsrc/databases/postgresql14: Makefile.common distinfo
	pkgsrc/databases/postgresql14-docs: PLIST
	pkgsrc/databases/postgresql14-plperl: Makefile
	pkgsrc/databases/postgresql15: Makefile.common distinfo
	pkgsrc/databases/postgresql15-docs: PLIST
	pkgsrc/databases/postgresql15-plperl: Makefile
	pkgsrc/databases/postgresql16: Makefile.common distinfo
	pkgsrc/databases/postgresql16-docs: PLIST
	pkgsrc/databases/postgresql16-plperl: Makefile
	pkgsrc/databases/postgresql17: Makefile.common distinfo
	pkgsrc/databases/postgresql17-docs: PLIST
	pkgsrc/databases/postgresql17-plperl: Makefile
	pkgsrc/databases/postgresql18: Makefile.common distinfo
	pkgsrc/databases/postgresql18-docs: PLIST
	pkgsrc/databases/postgresql18-plperl: Makefile

Log Message:
postgresql: updated to 18.6, 17.11, 16.15, 15.19, 14.24

PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24

Security Issues

The following security vulnerabilities are closed across in this update release. You can find more details about the vulnerabilities and their affected versions in the links below:

CVE-2026-6464: psql COPY FROM STDIN early failure processes data lines as psql commands (CVSS v3.1: 8.1)
CVE-2026-6469: ALTER TABLE ALTER TYPE resets extended statistics ownership (CVSS v3.1: 3.8)
CVE-2026-6470: Fails to check type USAGE privilege (CVSS v3.1: 4.3)
CVE-2026-6471: Logical decoding can dlopen arbitrary file (CVSS v3.1: 7.2)
CVE-2026-14662: tsvector and tsquery undersize allocations, via integer wraparound (CVSS v3.1: 8.8)
CVE-2026-14663: pgcrypto, for OpenSSL-disabled ciphers, silently encrypts to and decrypts from cleartext (CVSS v3.1: 6.5)
CVE-2026-14664: Regexp heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)
CVE-2026-14666: Row security caching disregards role modifications (CVSS v3.1: 4.2)
CVE-2026-14668: ctid type confusion in selectivity estimator discloses derivative of arbitrary read (CVSS v3.1: 8.1)
CVE-2026-14669: to_char heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)
CVE-2026-14670: plperl tied object heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)
CVE-2026-14671: refint plan cache type confusion executes arbitrary code (CVSS v3.1: 8.8)
CVE-2026-14672: Observable response discrepancy with non-default scram_iterations provides user existence oracle (CVSS v3.1: 5.3)
CVE-2026-14673: amcheck does not clear untrusted search path (CVSS v3.1: 3.8)
CVE-2026-14676: pg_stat_statements heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)
CVE-2026-14677: 32-bit pltcl and plperl undersize allocations, via integer wraparound (CVSS v3.1: 8.8)
CVE-2026-14678: pg_trgm picksplit reads past end of buffer (CVSS v3.1: 4.3)
CVE-2026-14679: Stack buffer overflow in argument match writes 0x0 and 0x1 to server memory (CVSS v3.1: 8.2)
CVE-2026-14680: Type confusion via "internal" arguments (CVSS v3.1: 8.8)
CVE-2026-14681: Improper enforcement of GSSAPI encryption when coupled with SSL (CVSS v3.1: 4.2)
CVE-2026-15741: Expression deparse allows SQL injection via EXTRACT argument (CVSS v3.1: 8.8)
CVE-2026-15742: fuzzystrmatch writes effectively-arbitrary addresses, via integer wraparound (CVSS v3.1: 8.8)
CVE-2026-16238: Type confusion in pg_restore_attribute_stats() executes arbitrary code (CVSS v3.1: 8.8)
CVE-2026-16239: Type confusion in cursor CLOSE + DECLARE executes arbitrary code (CVSS v3.1: 8.8)
CVE-2026-16241: ECPG integer underflow can crash the client (CVSS v3.1: 3.8)
CVE-2026-18024: ascii() function reads past end of buffer (CVSS v3.1: 4.3)
CVE-2026-18408: psql \unrestrict lets superuser of pg_dump origin server execute arbitrary code in psql client (CVSS v3.1: 8.8)
CVE-2026-19385: pg_dump heap buffer overflow executes arbitrary code (CVSS v3.1: 8.8)

Bug Fixes and Improvements


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/postgresql14/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql14/distinfo
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql14-docs/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/postgresql14-plperl/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql15/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql15/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql15-docs/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql15-plperl/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql16/Makefile.common
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql16/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql16-docs/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql16-plperl/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql17/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql17/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql17-docs/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql17-plperl/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql18/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql18/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql18-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql18-plperl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 18.1 KB)
Modified files:

Index: pkgsrc/databases/postgresql14/Makefile.common
diff -u pkgsrc/databases/postgresql14/Makefile.common:1.30 pkgsrc/databases/postgresql14/Makefile.common:1.31
--- pkgsrc/databases/postgresql14/Makefile.common:1.30	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql14/Makefile.common	Fri Aug 14 11:42:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2026/05/15 08:34:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2026/08/14 11:42:02 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql14-pltcl/Makefile
 # used by databases/postgresql14-server/Makefile
 
-DISTNAME=	postgresql-14.23
+DISTNAME=	postgresql-14.24
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=	.tar.bz2

Index: pkgsrc/databases/postgresql14/distinfo
diff -u pkgsrc/databases/postgresql14/distinfo:1.26 pkgsrc/databases/postgresql14/distinfo:1.27
--- pkgsrc/databases/postgresql14/distinfo:1.26	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql14/distinfo	Fri Aug 14 11:42:02 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2026/05/15 08:34:12 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/08/14 11:42:02 adam Exp $
 
-BLAKE2s (postgresql-14.23.tar.bz2) = de13d94e083ffd5b59315d05e1e5929d2625ed623def1469a36da8d299e80b7b
-SHA512 (postgresql-14.23.tar.bz2) = 09a534a0937593c9a0fefbe69f3cd57692e62d38c311c6c63e02edd57c289d73d4aa1a492f23d9eeffde636773c5212d9b2f1d18cc8e459f9c73ce74022b1280
-Size (postgresql-14.23.tar.bz2) = 22586931 bytes
+BLAKE2s (postgresql-14.24.tar.bz2) = c78d88ac5781d27353abf2c353cffd7102a397a3d964f58cf6b87b93cc89dabf
+SHA512 (postgresql-14.24.tar.bz2) = c8cf3e93ca7f33b53fc457a4bbd3a6368fcfe4aa96cb6b777807297f114145e73ee6629cc8d51280b3799e4be3121f2b3a6b6a06e629c1cb8bfa3d6bf9539366
+Size (postgresql-14.24.tar.bz2) = 22648062 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql14-docs/PLIST
diff -u pkgsrc/databases/postgresql14-docs/PLIST:1.24 pkgsrc/databases/postgresql14-docs/PLIST:1.25
--- pkgsrc/databases/postgresql14-docs/PLIST:1.24	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql14-docs/PLIST	Fri Aug 14 11:42:02 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2026/05/15 08:34:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2026/08/14 11:42:02 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1002,6 +1002,7 @@ share/doc/postgresql/html/release-14-20.
 share/doc/postgresql/html/release-14-21.html
 share/doc/postgresql/html/release-14-22.html
 share/doc/postgresql/html/release-14-23.html
+share/doc/postgresql/html/release-14-24.html
 share/doc/postgresql/html/release-14-3.html
 share/doc/postgresql/html/release-14-4.html
 share/doc/postgresql/html/release-14-5.html

Index: pkgsrc/databases/postgresql14-plperl/Makefile
diff -u pkgsrc/databases/postgresql14-plperl/Makefile:1.34 pkgsrc/databases/postgresql14-plperl/Makefile:1.35
--- pkgsrc/databases/postgresql14-plperl/Makefile:1.34	Thu Jul 16 19:01:47 2026
+++ pkgsrc/databases/postgresql14-plperl/Makefile	Fri Aug 14 11:42:02 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2026/07/16 19:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2026/08/14 11:42:02 adam Exp $
 
 PKGNAME=	${DISTNAME:S/-/14-plperl-/}
-PKGREVISION=	1
 COMMENT=	PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=	postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server

Index: pkgsrc/databases/postgresql15/Makefile.common
diff -u pkgsrc/databases/postgresql15/Makefile.common:1.24 pkgsrc/databases/postgresql15/Makefile.common:1.25
--- pkgsrc/databases/postgresql15/Makefile.common:1.24	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql15/Makefile.common	Fri Aug 14 11:42:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2026/05/15 08:34:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.25 2026/08/14 11:42:02 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql15-pltcl/Makefile
 # used by databases/postgresql15-server/Makefile
 
-DISTNAME=	postgresql-15.18
+DISTNAME=	postgresql-15.19
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=	.tar.bz2

Index: pkgsrc/databases/postgresql15/distinfo
diff -u pkgsrc/databases/postgresql15/distinfo:1.19 pkgsrc/databases/postgresql15/distinfo:1.20
--- pkgsrc/databases/postgresql15/distinfo:1.19	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql15/distinfo	Fri Aug 14 11:42:03 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2026/05/15 08:34:12 adam Exp $
+$NetBSD: distinfo,v 1.20 2026/08/14 11:42:03 adam Exp $
 
-BLAKE2s (postgresql-15.18.tar.bz2) = 7913649b6da6e8ff6501c06e7d6305f5f10e73f14af71b1e5af4e4635599744c
-SHA512 (postgresql-15.18.tar.bz2) = 01f6ff71dcc24d5c2240a53ac2d70c64fadf143ea46134a3c5af1c367857edca38c88b09d5903b5e679dd6139c3b21e1041e1bada0b6ba691a82ec3b854fd2d5
-Size (postgresql-15.18.tar.bz2) = 23405115 bytes
+BLAKE2s (postgresql-15.19.tar.bz2) = 90b95a33e30cc4d39144968cf252832353050791fc4833f3bc0a5efe6b9670df
+SHA512 (postgresql-15.19.tar.bz2) = 57ae29a6d74b2883382fd6c2719360bb43cd8eef5957146ff64a0a7a2e4b8ac93f85b5acc5619377b067bc41b42083b1c3a28ab7546cb96536811a9ac1b30e26
+Size (postgresql-15.19.tar.bz2) = 23452545 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql15-docs/PLIST
diff -u pkgsrc/databases/postgresql15-docs/PLIST:1.19 pkgsrc/databases/postgresql15-docs/PLIST:1.20
--- pkgsrc/databases/postgresql15-docs/PLIST:1.19	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql15-docs/PLIST	Fri Aug 14 11:42:03 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2026/05/15 08:34:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2026/08/14 11:42:03 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1009,6 +1009,7 @@ share/doc/postgresql/html/release-15-15.
 share/doc/postgresql/html/release-15-16.html
 share/doc/postgresql/html/release-15-17.html
 share/doc/postgresql/html/release-15-18.html
+share/doc/postgresql/html/release-15-19.html
 share/doc/postgresql/html/release-15-2.html
 share/doc/postgresql/html/release-15-3.html
 share/doc/postgresql/html/release-15-4.html

Index: pkgsrc/databases/postgresql15-plperl/Makefile
diff -u pkgsrc/databases/postgresql15-plperl/Makefile:1.26 pkgsrc/databases/postgresql15-plperl/Makefile:1.27
--- pkgsrc/databases/postgresql15-plperl/Makefile:1.26	Thu Jul 16 19:01:47 2026
+++ pkgsrc/databases/postgresql15-plperl/Makefile	Fri Aug 14 11:42:03 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2026/07/16 19:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2026/08/14 11:42:03 adam Exp $
 
 PKGNAME=	${DISTNAME:S/-/15-plperl-/}
-PKGREVISION=	1
 COMMENT=	PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=	postgresql15-server>=${PKGVERSION_NOREV}:../../databases/postgresql15-server

Index: pkgsrc/databases/postgresql16/Makefile.common
diff -u pkgsrc/databases/postgresql16/Makefile.common:1.22 pkgsrc/databases/postgresql16/Makefile.common:1.23
--- pkgsrc/databases/postgresql16/Makefile.common:1.22	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql16/Makefile.common	Fri Aug 14 11:42:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2026/05/15 08:34:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2026/08/14 11:42:03 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql16-pltcl/Makefile
 # used by databases/postgresql16-server/Makefile
 
-DISTNAME=	postgresql-16.14
+DISTNAME=	postgresql-16.15
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=	.tar.bz2

Index: pkgsrc/databases/postgresql16/distinfo
diff -u pkgsrc/databases/postgresql16/distinfo:1.16 pkgsrc/databases/postgresql16/distinfo:1.17
--- pkgsrc/databases/postgresql16/distinfo:1.16	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql16/distinfo	Fri Aug 14 11:42:03 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2026/05/15 08:34:12 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/08/14 11:42:03 adam Exp $
 
-BLAKE2s (postgresql-16.14.tar.bz2) = a891cf0d5aadd069019ee81574442c777d007e9b95157873a2b0e538de1d5203
-SHA512 (postgresql-16.14.tar.bz2) = ba2f943aa29a9473986aedd617b5884f61a4f28984e807b1f5cb4a7bd82f62856419b23bd020cbdeb4e572b4cabe8038a6dc9fd83e2a4cbccc9c11872504d210
-Size (postgresql-16.14.tar.bz2) = 25106859 bytes
+BLAKE2s (postgresql-16.15.tar.bz2) = de8912785611039277d856eb63fce69e7bf3c0b101c5cd5cfa7c21cc13b6b15b
+SHA512 (postgresql-16.15.tar.bz2) = 093dd8b8968560b4dc7cef670dcb9d2eaa54befc835b5c631714003525e58f0362fabebef5a996a3c70ad69b9c5c62d8210f3debac7d90b22df4186814c0151f
+Size (postgresql-16.15.tar.bz2) = 25181309 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
 SHA1 (patch-configure) = 3392111516ca65ad7980ee39246c4210ec020c34

Index: pkgsrc/databases/postgresql16-docs/PLIST
diff -u pkgsrc/databases/postgresql16-docs/PLIST:1.15 pkgsrc/databases/postgresql16-docs/PLIST:1.16
--- pkgsrc/databases/postgresql16-docs/PLIST:1.15	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql16-docs/PLIST	Fri Aug 14 11:42:03 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2026/05/15 08:34:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2026/08/14 11:42:03 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1004,6 +1004,7 @@ share/doc/postgresql/html/release-16-11.
 share/doc/postgresql/html/release-16-12.html
 share/doc/postgresql/html/release-16-13.html
 share/doc/postgresql/html/release-16-14.html
+share/doc/postgresql/html/release-16-15.html
 share/doc/postgresql/html/release-16-2.html
 share/doc/postgresql/html/release-16-3.html
 share/doc/postgresql/html/release-16-4.html

Index: pkgsrc/databases/postgresql16-plperl/Makefile
diff -u pkgsrc/databases/postgresql16-plperl/Makefile:1.19 pkgsrc/databases/postgresql16-plperl/Makefile:1.20
--- pkgsrc/databases/postgresql16-plperl/Makefile:1.19	Thu Jul 16 19:01:47 2026
+++ pkgsrc/databases/postgresql16-plperl/Makefile	Fri Aug 14 11:42:03 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/07/16 19:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/08/14 11:42:03 adam Exp $
 
 PKGNAME=	${DISTNAME:S/-/16-plperl-/}
-PKGREVISION=	1
 COMMENT=	PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=	postgresql16-server>=${PKGVERSION_NOREV}:../../databases/postgresql16-server

Index: pkgsrc/databases/postgresql17/Makefile.common
diff -u pkgsrc/databases/postgresql17/Makefile.common:1.18 pkgsrc/databases/postgresql17/Makefile.common:1.19
--- pkgsrc/databases/postgresql17/Makefile.common:1.18	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql17/Makefile.common	Fri Aug 14 11:42:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2026/05/15 08:34:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2026/08/14 11:42:03 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql17-pltcl/Makefile
 # used by databases/postgresql17-server/Makefile
 
-DISTNAME=	postgresql-17.10
+DISTNAME=	postgresql-17.11
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=	.tar.bz2

Index: pkgsrc/databases/postgresql17/distinfo
diff -u pkgsrc/databases/postgresql17/distinfo:1.11 pkgsrc/databases/postgresql17/distinfo:1.12
--- pkgsrc/databases/postgresql17/distinfo:1.11	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql17/distinfo	Fri Aug 14 11:42:03 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2026/05/15 08:34:12 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/08/14 11:42:03 adam Exp $
 
-BLAKE2s (postgresql-17.10.tar.bz2) = 4d0a81196f05454bebc07da6664863030bbe17800eb0f4b08b6114baa5ac8098
-SHA512 (postgresql-17.10.tar.bz2) = 1a7ea39efe5d42acd5f4edda50c418515b6c9032d92cd38c55181106ca5808b17f66ffe673f97002698c93cfb555a47ee450f9e471cb245c5ca44bc742a6a081
-Size (postgresql-17.10.tar.bz2) = 21664720 bytes
+BLAKE2s (postgresql-17.11.tar.bz2) = 09b0e0858d60e66861e7ddbb8a8769cd77bed51909b867ee4e7b88da2124e4af
+SHA512 (postgresql-17.11.tar.bz2) = caf6acf22d21856d95899cf6f2b7bd2ad8018e6d32d59fe28b3010edb1faf259124fee4a163f8d0a9e5307e12b98287266e040ff6cfc0b1f60e65b96e10458b2
+Size (postgresql-17.11.tar.bz2) = 21787224 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
 SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147

Index: pkgsrc/databases/postgresql17-docs/PLIST
diff -u pkgsrc/databases/postgresql17-docs/PLIST:1.11 pkgsrc/databases/postgresql17-docs/PLIST:1.12
--- pkgsrc/databases/postgresql17-docs/PLIST:1.11	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql17-docs/PLIST	Fri Aug 14 11:42:03 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2026/05/15 08:34:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/08/14 11:42:03 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -984,6 +984,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-17-1.html
 share/doc/postgresql/html/release-17-10.html
+share/doc/postgresql/html/release-17-11.html
 share/doc/postgresql/html/release-17-2.html
 share/doc/postgresql/html/release-17-3.html
 share/doc/postgresql/html/release-17-4.html

Index: pkgsrc/databases/postgresql17-plperl/Makefile
diff -u pkgsrc/databases/postgresql17-plperl/Makefile:1.13 pkgsrc/databases/postgresql17-plperl/Makefile:1.14
--- pkgsrc/databases/postgresql17-plperl/Makefile:1.13	Thu Jul 16 19:01:47 2026
+++ pkgsrc/databases/postgresql17-plperl/Makefile	Fri Aug 14 11:42:04 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/07/16 19:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/08/14 11:42:04 adam Exp $
 
 PKGNAME=	${DISTNAME:S/-/17-plperl-/}
-PKGREVISION=	1
 COMMENT=	PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=	postgresql17-server>=${PKGVERSION_NOREV}:../../databases/postgresql17-server

Index: pkgsrc/databases/postgresql18/Makefile.common
diff -u pkgsrc/databases/postgresql18/Makefile.common:1.6 pkgsrc/databases/postgresql18/Makefile.common:1.7
--- pkgsrc/databases/postgresql18/Makefile.common:1.6	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql18/Makefile.common	Fri Aug 14 11:42:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2026/05/15 08:34:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2026/08/14 11:42:04 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql18-pltcl/Makefile
 # used by databases/postgresql18-server/Makefile
 
-DISTNAME=	postgresql-18.4
+DISTNAME=	postgresql-18.6
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=	.tar.bz2

Index: pkgsrc/databases/postgresql18/distinfo
diff -u pkgsrc/databases/postgresql18/distinfo:1.5 pkgsrc/databases/postgresql18/distinfo:1.6
--- pkgsrc/databases/postgresql18/distinfo:1.5	Fri May 15 08:34:12 2026
+++ pkgsrc/databases/postgresql18/distinfo	Fri Aug 14 11:42:04 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2026/05/15 08:34:12 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/08/14 11:42:04 adam Exp $
 
-BLAKE2s (postgresql-18.4.tar.bz2) = f6730205148db7a93b012e0066061d334913835a9564c137a79d82f4c108ee6b
-SHA512 (postgresql-18.4.tar.bz2) = 1a7606b5b2460a4fc817d491e1e03262df17ece6869fa3d2b80647baffcfb790fbcfa019c3b10fab9f9a14218651b6a358864e40a5d8c5ddc796db2d6e5b469c
-Size (postgresql-18.4.tar.bz2) = 22567173 bytes
+BLAKE2s (postgresql-18.6.tar.bz2) = c1d9f3b2c9f184889b48d2ec3ef012029f083783fb61ab00b69e1505014eb5b8
+SHA512 (postgresql-18.6.tar.bz2) = 5855d11be61a594e4dcdfa4ab4de1432caa86a8d50e1b1334ea2989439b46139612c53d00ba6330cba4d7d8b78a9e2176e1a2b6c5454814b5fa49dd54de72eb1
+Size (postgresql-18.6.tar.bz2) = 22632314 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
 SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147

Index: pkgsrc/databases/postgresql18-docs/PLIST
diff -u pkgsrc/databases/postgresql18-docs/PLIST:1.5 pkgsrc/databases/postgresql18-docs/PLIST:1.6
--- pkgsrc/databases/postgresql18-docs/PLIST:1.5	Fri May 15 08:34:13 2026
+++ pkgsrc/databases/postgresql18-docs/PLIST	Fri Aug 14 11:42:04 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2026/05/15 08:34:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/08/14 11:42:04 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -995,6 +995,7 @@ share/doc/postgresql/html/release-18-1.h
 share/doc/postgresql/html/release-18-2.html
 share/doc/postgresql/html/release-18-3.html
 share/doc/postgresql/html/release-18-4.html
+share/doc/postgresql/html/release-18-6.html
 share/doc/postgresql/html/release-18.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql18-plperl/Makefile
diff -u pkgsrc/databases/postgresql18-plperl/Makefile:1.4 pkgsrc/databases/postgresql18-plperl/Makefile:1.5
--- pkgsrc/databases/postgresql18-plperl/Makefile:1.4	Thu Jul 16 19:01:47 2026
+++ pkgsrc/databases/postgresql18-plperl/Makefile	Fri Aug 14 11:42:04 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2026/07/16 19:01:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/08/14 11:42:04 adam Exp $
 
 PKGNAME=	${DISTNAME:S/-/18-plperl-/}
-PKGREVISION=	1
 COMMENT=	PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=	postgresql18-server>=${PKGVERSION_NOREV}:../../databases/postgresql18-server
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.