pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: adam
Date: Fri Feb 13 10:52:26 UTC 2026
Modified Files:
pkgsrc/databases/postgresql14: Makefile Makefile.common distinfo
pkgsrc/databases/postgresql14-client: Makefile PLIST
pkgsrc/databases/postgresql14-contrib: Makefile
pkgsrc/databases/postgresql14-docs: Makefile PLIST
pkgsrc/databases/postgresql14-plperl: Makefile
pkgsrc/databases/postgresql14-plpython: Makefile
pkgsrc/databases/postgresql14-pltcl: Makefile
pkgsrc/databases/postgresql14-server: Makefile
pkgsrc/databases/postgresql15: Makefile Makefile.common distinfo
pkgsrc/databases/postgresql15-client: Makefile
pkgsrc/databases/postgresql15-contrib: Makefile
pkgsrc/databases/postgresql15-docs: Makefile PLIST
pkgsrc/databases/postgresql15-plperl: Makefile
pkgsrc/databases/postgresql15-plpython: Makefile
pkgsrc/databases/postgresql15-pltcl: Makefile
pkgsrc/databases/postgresql15-server: Makefile
pkgsrc/databases/postgresql16: Makefile Makefile.common distinfo
pkgsrc/databases/postgresql16-client: Makefile
pkgsrc/databases/postgresql16-contrib: Makefile
pkgsrc/databases/postgresql16-docs: Makefile PLIST
pkgsrc/databases/postgresql16-plperl: Makefile
pkgsrc/databases/postgresql16-plpython: Makefile
pkgsrc/databases/postgresql16-pltcl: Makefile
pkgsrc/databases/postgresql16-server: Makefile
pkgsrc/databases/postgresql17: Makefile Makefile.common distinfo
pkgsrc/databases/postgresql17-client: Makefile
pkgsrc/databases/postgresql17-contrib: Makefile
pkgsrc/databases/postgresql17-docs: Makefile PLIST
pkgsrc/databases/postgresql17-plperl: Makefile
pkgsrc/databases/postgresql17-plpython: Makefile
pkgsrc/databases/postgresql17-pltcl: Makefile
pkgsrc/databases/postgresql17-server: Makefile
pkgsrc/databases/postgresql18: Makefile Makefile.common distinfo
pkgsrc/databases/postgresql18-client: Makefile
pkgsrc/databases/postgresql18-contrib: Makefile
pkgsrc/databases/postgresql18-docs: Makefile PLIST
pkgsrc/databases/postgresql18-plperl: Makefile
pkgsrc/databases/postgresql18-plpython: Makefile
pkgsrc/databases/postgresql18-pltcl: Makefile
pkgsrc/databases/postgresql18-server: Makefile
Log Message:
postgresql1[4-8]*: updated to 18.2, 17.8, 16.12, 15.16, and 14.21
PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21
Security Issues
CVE-2026-2003: PostgreSQL oidvector discloses a few bytes of memory
CVSS v3.1 Base Score: 4.3
Supported, Vulnerable Versions: 14 - 18.
Improper validation of type oidvector in PostgreSQL allows a database user to disclose a few bytes of server memory. We have not ruled out viability of attacks that arrange for presence of
confidential information in disclosed bytes, but they seem unlikely. Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.
The PostgreSQL project thanks Altan Birler for reporting this problem.
CVE-2026-2004: PostgreSQL intarray missing validation of type of input to selectivity estimator executes arbitrary code
CVSS v3.1 Base Score: 8.8
Supported, Vulnerable Versions: 14 - 18.
Missing validation of type of input in PostgreSQL intarray extension selectivity estimator function allows an object creator to execute arbitrary code as the operating system user running the
database. Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.
The PostgreSQL project thanks Daniel Firer, as part of zeroday.cloud, for reporting this problem.
CVE-2026-2005: PostgreSQL pgcrypto heap buffer overflow executes arbitrary code
CVSS v3.1 Base Score: 8.8
Supported, Vulnerable Versions: 14 - 18.
Heap buffer overflow in PostgreSQL pgcrypto allows a ciphertext provider to execute arbitrary code as the operating system user running the database. Versions before PostgreSQL 18.2, 17.8, 16.12,
15.16, and 14.21 are affected.
The PostgreSQL project thanks Team Xint Code, as part of zeroday.cloud, for reporting this problem.
CVE-2026-2006: PostgreSQL missing validation of multibyte character length executes arbitrary code
CVSS v3.1 Base Score: 8.8
Supported, Vulnerable Versions: 14 - 18.
Missing validation of multibyte character length in PostgreSQL text manipulation allows a database user to issue crafted queries that achieve a buffer overrun. That suffices to execute arbitrary code
as the operating system user running the database. Versions before PostgreSQL 18.2, 17.8, 16.12, 15.16, and 14.21 are affected.
The PostgreSQL project thanks Paul Gerste and Moritz Sanft, as part of zeroday.cloud, for reporting this problem.
CVE-2026-2007: PostgreSQL pg_trgm heap buffer overflow writes pattern onto server memory
CVSS v3.1 Base Score: 8.2
Supported, Vulnerable Versions: 18.
Heap buffer overflow in PostgreSQL pg_trgm allows a database user to achieve unknown impacts via a crafted input string. The attacker has limited control over the byte patterns to be written, but we
have not ruled out the viability of attacks that lead to privilege escalation. PostgreSQL 18.1 and 18.0 are affected.
The PostgreSQL project thanks Heikki Linnakangas for reporting this problem.
Bug Fixes and Improvements
This update fixes over 65 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 18. Some of these issues may also affect other supported versions of PostgreSQL.
Fix inconsistent case-insensitive text matching in the ltree extension. If you use an index on an ltree column, in some cases you may need perform a reindex. See the "Updating" section for additional
instructions.
Executing ALTER TABLE ... ADD CONSTRAINT to add a NOT NULL constraint on a column that already is marked as NOT NULL now requires the constraint name to match the existing constraint name.
Fix trigger behavior when MERGE is executed from a WITH query to include rows affected by the MERGE.
Several query planner fixes.
Fix for text substring search for non-deterministic collations.
Several fixes for NOTIFY error handling and reporting.
Use the correct ordering function in GIN index parallel builds.
Fix incorrect handling of incremental backups with tables larger than 1GB.
Fail recovery if WAL does not exist back to the redo point indicated by the checkpoint record.
Fix for ALTER PUBLICATION to ensure event triggers contain all set options.
Several fixes around replication slot initialization.
Don't advance replication slot after a logical replication parallel worker apply failure to prevent transaction loss on the subscriber.
Fix error reporting for SQL/JSON path type mismatches.
Fix JIT compilation function inlining when using LLVM 17 or later.
Add new server parameter file_extend_method to control use of posix_fallocate().
Fix psql tab completion for the VACUUM command options.
Fix pg_dump to handle concurrent sequence drops gracefully and to fail if the calling user explicitly lacks privileges to read the sequence.
Several fixes for amcheck around btree inspection.
Avoid crash in pg_stat_statements when an IN list contains both constants and non-constant expressions.
This release also updates time zone data files to tzdata release 2025c, which only has a historical data change for pre-1976 timestamps in Baja California.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/postgresql14/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql14/Makefile.common
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql14/distinfo
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/postgresql14-client/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql14-client/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql14-contrib/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql14-docs/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql14-docs/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/postgresql14-plperl/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql14-plpython/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql14-pltcl/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql14-server/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql15/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql15/Makefile.common
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql15/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql15-client/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql15-contrib/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql15-docs/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql15-docs/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql15-plperl/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql15-plpython/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql15-pltcl/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql15-server/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql16/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql16/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql16/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql16-client/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql16-contrib/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql16-docs/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql16-docs/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql16-plperl/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql16-plpython/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql16-pltcl/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql16-server/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql17/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql17/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql17/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql17-client/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql17-contrib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql17-docs/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql17-docs/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql17-plperl/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql17-plpython/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql17-pltcl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql17-server/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18/Makefile \
pkgsrc/databases/postgresql18/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql18/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql18-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18-contrib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18-docs/Makefile \
pkgsrc/databases/postgresql18-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18-plperl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18-plpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18-pltcl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql18-server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/postgresql14/Makefile
diff -u pkgsrc/databases/postgresql14/Makefile:1.30 pkgsrc/databases/postgresql14/Makefile:1.31
--- pkgsrc/databases/postgresql14/Makefile:1.30 Wed Jan 7 08:46:15 2026
+++ pkgsrc/databases/postgresql14/Makefile Fri Feb 13 10:52:21 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/01/07 08:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/02/13 10:52:21 adam Exp $
PKGNAME= ${DISTNAME:S/-/14-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql14-client>=${PKGVERSION_NOREV}:../../databases/postgresql14-client
Index: pkgsrc/databases/postgresql14/Makefile.common
diff -u pkgsrc/databases/postgresql14/Makefile.common:1.27 pkgsrc/databases/postgresql14/Makefile.common:1.28
--- pkgsrc/databases/postgresql14/Makefile.common:1.27 Thu Jan 1 12:22:36 2026
+++ pkgsrc/databases/postgresql14/Makefile.common Fri Feb 13 10:52:21 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2026/01/01 12:22:36 rillig Exp $
+# $NetBSD: Makefile.common,v 1.28 2026/02/13 10:52:21 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.20
+DISTNAME= postgresql-14.21
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.23 pkgsrc/databases/postgresql14/distinfo:1.24
--- pkgsrc/databases/postgresql14/distinfo:1.23 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql14/distinfo Fri Feb 13 10:52:21 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2025/11/15 06:39:25 adam Exp $
+$NetBSD: distinfo,v 1.24 2026/02/13 10:52:21 adam Exp $
-BLAKE2s (postgresql-14.20.tar.bz2) = 33de83f1cd36102483129c281892156a163bbd7217d63798c4da56b6fd809bc7
-SHA512 (postgresql-14.20.tar.bz2) = 336685365802fd554f42cfb942f9a9bf834eae15d223cc5f500aeba96229529a407a1e87665cf80d95e41bf98f080624ceaa62968171dbdffd25063d83184dea
-Size (postgresql-14.20.tar.bz2) = 22525029 bytes
+BLAKE2s (postgresql-14.21.tar.bz2) = d08c1c55ed2ec44f8f7038bbc1c139e59f15c574ac6fb4efc1fc3667e0d411bd
+SHA512 (postgresql-14.21.tar.bz2) = 71f9c5e9cf5562d6b2cc14b9cce4eccf3406fa76473612704c489fbe9cd075d06eb306b53f5b2caba627e0c0bc166d38e4aef3c05d5ef5d7ca7f923b73e17c5b
+Size (postgresql-14.21.tar.bz2) = 22535378 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9
Index: pkgsrc/databases/postgresql14-client/Makefile
diff -u pkgsrc/databases/postgresql14-client/Makefile:1.30 pkgsrc/databases/postgresql14-client/Makefile:1.31
--- pkgsrc/databases/postgresql14-client/Makefile:1.30 Wed Jan 7 08:46:15 2026
+++ pkgsrc/databases/postgresql14-client/Makefile Fri Feb 13 10:52:21 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/01/07 08:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/02/13 10:52:21 adam Exp $
PKGNAME= ${DISTNAME:S/-/14-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql14/Makefile.common"
Index: pkgsrc/databases/postgresql14-client/PLIST
diff -u pkgsrc/databases/postgresql14-client/PLIST:1.5 pkgsrc/databases/postgresql14-client/PLIST:1.6
--- pkgsrc/databases/postgresql14-client/PLIST:1.5 Fri May 9 13:46:31 2025
+++ pkgsrc/databases/postgresql14-client/PLIST Fri Feb 13 10:52:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/05/09 13:46:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/02/13 10:52:21 adam Exp $
bin/clusterdb
bin/createdb
bin/createuser
@@ -1055,7 +1055,9 @@ ${PLIST.nls}share/locale/ko/LC_MESSAGES/
${PLIST.nls}share/locale/ko/LC_MESSAGES/psql-14.mo
${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpg-14.mo
${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpglib6-14.mo
+${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_amcheck-14.mo
${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_config-14.mo
+${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_ctl-14.mo
${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_test_fsync-14.mo
${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpg-14.mo
${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/ecpglib6-14.mo
Index: pkgsrc/databases/postgresql14-contrib/Makefile
diff -u pkgsrc/databases/postgresql14-contrib/Makefile:1.25 pkgsrc/databases/postgresql14-contrib/Makefile:1.26
--- pkgsrc/databases/postgresql14-contrib/Makefile:1.25 Wed Jan 7 08:46:15 2026
+++ pkgsrc/databases/postgresql14-contrib/Makefile Fri Feb 13 10:52:21 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2026/01/07 08:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/02/13 10:52:21 adam Exp $
PKGNAME= ${DISTNAME:S/-/14-contrib-/}
-PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql14/Makefile.common"
Index: pkgsrc/databases/postgresql14-docs/Makefile
diff -u pkgsrc/databases/postgresql14-docs/Makefile:1.24 pkgsrc/databases/postgresql14-docs/Makefile:1.25
--- pkgsrc/databases/postgresql14-docs/Makefile:1.24 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql14-docs/Makefile Fri Feb 13 10:52:21 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/02/13 10:52:21 adam Exp $
PKGNAME= ${DISTNAME:S/-/14-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql14/Makefile.common"
Index: pkgsrc/databases/postgresql14-docs/PLIST
diff -u pkgsrc/databases/postgresql14-docs/PLIST:1.21 pkgsrc/databases/postgresql14-docs/PLIST:1.22
--- pkgsrc/databases/postgresql14-docs/PLIST:1.21 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql14-docs/PLIST Fri Feb 13 10:52:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/11/15 06:39:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2026/02/13 10:52:21 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -999,6 +999,7 @@ share/doc/postgresql/html/release-14-18.
share/doc/postgresql/html/release-14-19.html
share/doc/postgresql/html/release-14-2.html
share/doc/postgresql/html/release-14-20.html
+share/doc/postgresql/html/release-14-21.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.32 pkgsrc/databases/postgresql14-plperl/Makefile:1.33
--- pkgsrc/databases/postgresql14-plperl/Makefile:1.32 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql14-plperl/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2026/02/13 10:52:22 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/postgresql14-plpython/Makefile
diff -u pkgsrc/databases/postgresql14-plpython/Makefile:1.27 pkgsrc/databases/postgresql14-plpython/Makefile:1.28
--- pkgsrc/databases/postgresql14-plpython/Makefile:1.27 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql14-plpython/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2026/02/13 10:52:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/14-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
Index: pkgsrc/databases/postgresql14-pltcl/Makefile
diff -u pkgsrc/databases/postgresql14-pltcl/Makefile:1.25 pkgsrc/databases/postgresql14-pltcl/Makefile:1.26
--- pkgsrc/databases/postgresql14-pltcl/Makefile:1.25 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql14-pltcl/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/02/13 10:52:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/14-pltcl-/}
-PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql14-server>=${PKGVERSION_NOREV}:../../databases/postgresql14-server
Index: pkgsrc/databases/postgresql14-server/Makefile
diff -u pkgsrc/databases/postgresql14-server/Makefile:1.27 pkgsrc/databases/postgresql14-server/Makefile:1.28
--- pkgsrc/databases/postgresql14-server/Makefile:1.27 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql14-server/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2026/02/13 10:52:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/14-server-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
Index: pkgsrc/databases/postgresql15/Makefile
diff -u pkgsrc/databases/postgresql15/Makefile:1.19 pkgsrc/databases/postgresql15/Makefile:1.20
--- pkgsrc/databases/postgresql15/Makefile:1.19 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql15/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/02/13 10:52:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/15-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql15-client>=${PKGVERSION_NOREV}:../../databases/postgresql15-client
Index: pkgsrc/databases/postgresql15/Makefile.common
diff -u pkgsrc/databases/postgresql15/Makefile.common:1.21 pkgsrc/databases/postgresql15/Makefile.common:1.22
--- pkgsrc/databases/postgresql15/Makefile.common:1.21 Thu Jan 1 12:22:36 2026
+++ pkgsrc/databases/postgresql15/Makefile.common Fri Feb 13 10:52:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2026/01/01 12:22:36 rillig Exp $
+# $NetBSD: Makefile.common,v 1.22 2026/02/13 10:52:22 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.15
+DISTNAME= postgresql-15.16
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.16 pkgsrc/databases/postgresql15/distinfo:1.17
--- pkgsrc/databases/postgresql15/distinfo:1.16 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql15/distinfo Fri Feb 13 10:52:22 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2025/11/15 06:39:25 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/02/13 10:52:22 adam Exp $
-BLAKE2s (postgresql-15.15.tar.bz2) = d8d4e3d7faa29531908090b1adb1045086918bce0fee756850445453e52e7ba0
-SHA512 (postgresql-15.15.tar.bz2) = efd5dcdb6e45bc13cd4b1b73f4de19fc3ae2bac96e85086cacd649bfbf50969429c40193e86717380759c6995204c18e14ac5352565d5ae85df61c0a127a1562
-Size (postgresql-15.15.tar.bz2) = 23246368 bytes
+BLAKE2s (postgresql-15.16.tar.bz2) = 0defe3f7f123d2264d184541c82e0df21c7e88742311262c81d574718d94d3ba
+SHA512 (postgresql-15.16.tar.bz2) = f555888d078063ab8640f996d4b33cbf5613bb2ca42c392be7cd6062b92508b352b7b8f91cdd6d9f2f029cbacebaf3e60f00e66fd2b3accdbf6faa88091383c3
+Size (postgresql-15.16.tar.bz2) = 23350381 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9
Index: pkgsrc/databases/postgresql15-client/Makefile
diff -u pkgsrc/databases/postgresql15-client/Makefile:1.19 pkgsrc/databases/postgresql15-client/Makefile:1.20
--- pkgsrc/databases/postgresql15-client/Makefile:1.19 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql15-client/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/02/13 10:52:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/15-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql15/Makefile.common"
Index: pkgsrc/databases/postgresql15-contrib/Makefile
diff -u pkgsrc/databases/postgresql15-contrib/Makefile:1.18 pkgsrc/databases/postgresql15-contrib/Makefile:1.19
--- pkgsrc/databases/postgresql15-contrib/Makefile:1.18 Wed Jan 7 08:46:16 2026
+++ pkgsrc/databases/postgresql15-contrib/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/01/07 08:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/02/13 10:52:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/15-contrib-/}
-PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql15/Makefile.common"
Index: pkgsrc/databases/postgresql15-docs/Makefile
diff -u pkgsrc/databases/postgresql15-docs/Makefile:1.17 pkgsrc/databases/postgresql15-docs/Makefile:1.18
--- pkgsrc/databases/postgresql15-docs/Makefile:1.17 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql15-docs/Makefile Fri Feb 13 10:52:22 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/02/13 10:52:22 adam Exp $
PKGNAME= ${DISTNAME:S/-/15-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql15/Makefile.common"
Index: pkgsrc/databases/postgresql15-docs/PLIST
diff -u pkgsrc/databases/postgresql15-docs/PLIST:1.16 pkgsrc/databases/postgresql15-docs/PLIST:1.17
--- pkgsrc/databases/postgresql15-docs/PLIST:1.16 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql15-docs/PLIST Fri Feb 13 10:52:22 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2025/11/15 06:39:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2026/02/13 10:52:22 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -1006,6 +1006,7 @@ share/doc/postgresql/html/release-15-12.
share/doc/postgresql/html/release-15-13.html
share/doc/postgresql/html/release-15-14.html
share/doc/postgresql/html/release-15-15.html
+share/doc/postgresql/html/release-15-16.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.24 pkgsrc/databases/postgresql15-plperl/Makefile:1.25
--- pkgsrc/databases/postgresql15-plperl/Makefile:1.24 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql15-plperl/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/02/13 10:52:23 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/postgresql15-plpython/Makefile
diff -u pkgsrc/databases/postgresql15-plpython/Makefile:1.19 pkgsrc/databases/postgresql15-plpython/Makefile:1.20
--- pkgsrc/databases/postgresql15-plpython/Makefile:1.19 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql15-plpython/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/02/13 10:52:23 adam Exp $
PKGNAME= ${DISTNAME:S/-/15-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql15-server>=${PKGVERSION_NOREV}:../../databases/postgresql15-server
Index: pkgsrc/databases/postgresql15-pltcl/Makefile
diff -u pkgsrc/databases/postgresql15-pltcl/Makefile:1.18 pkgsrc/databases/postgresql15-pltcl/Makefile:1.19
--- pkgsrc/databases/postgresql15-pltcl/Makefile:1.18 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql15-pltcl/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/02/13 10:52:23 adam Exp $
PKGNAME= ${DISTNAME:S/-/15-pltcl-/}
-PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql15-server>=${PKGVERSION_NOREV}:../../databases/postgresql15-server
Index: pkgsrc/databases/postgresql15-server/Makefile
diff -u pkgsrc/databases/postgresql15-server/Makefile:1.18 pkgsrc/databases/postgresql15-server/Makefile:1.19
--- pkgsrc/databases/postgresql15-server/Makefile:1.18 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql15-server/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/02/13 10:52:23 adam Exp $
PKGNAME= ${DISTNAME:S/-/15-server-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
Index: pkgsrc/databases/postgresql16/Makefile
diff -u pkgsrc/databases/postgresql16/Makefile:1.16 pkgsrc/databases/postgresql16/Makefile:1.17
--- pkgsrc/databases/postgresql16/Makefile:1.16 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql16/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/02/13 10:52:23 adam Exp $
PKGNAME= ${DISTNAME:S/-/16-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql16-client>=${PKGVERSION_NOREV}:../../databases/postgresql16-client
Index: pkgsrc/databases/postgresql16/Makefile.common
diff -u pkgsrc/databases/postgresql16/Makefile.common:1.19 pkgsrc/databases/postgresql16/Makefile.common:1.20
--- pkgsrc/databases/postgresql16/Makefile.common:1.19 Thu Jan 1 12:22:36 2026
+++ pkgsrc/databases/postgresql16/Makefile.common Fri Feb 13 10:52:23 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2026/01/01 12:22:36 rillig Exp $
+# $NetBSD: Makefile.common,v 1.20 2026/02/13 10:52:23 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.11
+DISTNAME= postgresql-16.12
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.13 pkgsrc/databases/postgresql16/distinfo:1.14
--- pkgsrc/databases/postgresql16/distinfo:1.13 Sat Nov 15 06:39:25 2025
+++ pkgsrc/databases/postgresql16/distinfo Fri Feb 13 10:52:23 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2025/11/15 06:39:25 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/02/13 10:52:23 adam Exp $
-BLAKE2s (postgresql-16.11.tar.bz2) = 41694de6117d4aa03ea9e94152eb358660aa220499190b6cc9a70121517f995f
-SHA512 (postgresql-16.11.tar.bz2) = f11f8f3e5855cfce27108a1bd2122c5a7a1ff37c6d9366d7a96a041aab67a4e4a31e54f0757b6b97c72d841acdcaa97d3eaa765213d4899b2cf7047c549012b8
-Size (postgresql-16.11.tar.bz2) = 25005349 bytes
+BLAKE2s (postgresql-16.12.tar.bz2) = 6361d749d36037c9b5c5c4ff345abc66d04fa86ea420b0e7785859588a53bd7b
+SHA512 (postgresql-16.12.tar.bz2) = 43e059dc4c4b116d9dd3a3a8ae49c8f2341ff1808b15c9e3d2ac8a4f4e786349a9a98c3ecc633382d0493a2c96dd5042d74a1f3c19e60b329c1cfecf60544d82
+Size (postgresql-16.12.tar.bz2) = 25055882 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
SHA1 (patch-configure) = 3392111516ca65ad7980ee39246c4210ec020c34
Index: pkgsrc/databases/postgresql16-client/Makefile
diff -u pkgsrc/databases/postgresql16-client/Makefile:1.15 pkgsrc/databases/postgresql16-client/Makefile:1.16
--- pkgsrc/databases/postgresql16-client/Makefile:1.15 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql16-client/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/02/13 10:52:23 adam Exp $
PKGNAME= ${DISTNAME:S/-/16-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql16/Makefile.common"
Index: pkgsrc/databases/postgresql16-contrib/Makefile
diff -u pkgsrc/databases/postgresql16-contrib/Makefile:1.13 pkgsrc/databases/postgresql16-contrib/Makefile:1.14
--- pkgsrc/databases/postgresql16-contrib/Makefile:1.13 Wed Jan 7 08:46:17 2026
+++ pkgsrc/databases/postgresql16-contrib/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/01/07 08:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/02/13 10:52:23 adam Exp $
PKGNAME= ${DISTNAME:S/-/16-contrib-/}
-PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql16/Makefile.common"
Index: pkgsrc/databases/postgresql16-docs/Makefile
diff -u pkgsrc/databases/postgresql16-docs/Makefile:1.13 pkgsrc/databases/postgresql16-docs/Makefile:1.14
--- pkgsrc/databases/postgresql16-docs/Makefile:1.13 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql16-docs/Makefile Fri Feb 13 10:52:23 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/02/13 10:52:23 adam Exp $
PKGNAME= ${DISTNAME:S/-/16-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql16/Makefile.common"
Index: pkgsrc/databases/postgresql16-docs/PLIST
diff -u pkgsrc/databases/postgresql16-docs/PLIST:1.12 pkgsrc/databases/postgresql16-docs/PLIST:1.13
--- pkgsrc/databases/postgresql16-docs/PLIST:1.12 Sat Nov 15 06:39:26 2025
+++ pkgsrc/databases/postgresql16-docs/PLIST Fri Feb 13 10:52:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/11/15 06:39:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/02/13 10:52:23 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -1001,6 +1001,7 @@ share/doc/postgresql/html/regress.html
share/doc/postgresql/html/release-16-1.html
share/doc/postgresql/html/release-16-10.html
share/doc/postgresql/html/release-16-11.html
+share/doc/postgresql/html/release-16-12.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.17 pkgsrc/databases/postgresql16-plperl/Makefile:1.18
--- pkgsrc/databases/postgresql16-plperl/Makefile:1.17 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql16-plperl/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/02/13 10:52:24 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/postgresql16-plpython/Makefile
diff -u pkgsrc/databases/postgresql16-plpython/Makefile:1.13 pkgsrc/databases/postgresql16-plpython/Makefile:1.14
--- pkgsrc/databases/postgresql16-plpython/Makefile:1.13 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql16-plpython/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/02/13 10:52:24 adam Exp $
PKGNAME= ${DISTNAME:S/-/16-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql16-server>=${PKGVERSION_NOREV}:../../databases/postgresql16-server
Index: pkgsrc/databases/postgresql16-pltcl/Makefile
diff -u pkgsrc/databases/postgresql16-pltcl/Makefile:1.13 pkgsrc/databases/postgresql16-pltcl/Makefile:1.14
--- pkgsrc/databases/postgresql16-pltcl/Makefile:1.13 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql16-pltcl/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/02/13 10:52:24 adam Exp $
PKGNAME= ${DISTNAME:S/-/16-pltcl-/}
-PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql16-server>=${PKGVERSION_NOREV}:../../databases/postgresql16-server
Index: pkgsrc/databases/postgresql16-server/Makefile
diff -u pkgsrc/databases/postgresql16-server/Makefile:1.14 pkgsrc/databases/postgresql16-server/Makefile:1.15
--- pkgsrc/databases/postgresql16-server/Makefile:1.14 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql16-server/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2026/02/13 10:52:24 adam Exp $
PKGNAME= ${DISTNAME:S/-/16-server-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
Index: pkgsrc/databases/postgresql17/Makefile
diff -u pkgsrc/databases/postgresql17/Makefile:1.9 pkgsrc/databases/postgresql17/Makefile:1.10
--- pkgsrc/databases/postgresql17/Makefile:1.9 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql17/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/02/13 10:52:24 adam Exp $
PKGNAME= ${DISTNAME:S/-/17-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql17-client>=${PKGVERSION_NOREV}:../../databases/postgresql17-client
Index: pkgsrc/databases/postgresql17/Makefile.common
diff -u pkgsrc/databases/postgresql17/Makefile.common:1.15 pkgsrc/databases/postgresql17/Makefile.common:1.16
--- pkgsrc/databases/postgresql17/Makefile.common:1.15 Thu Jan 1 12:22:36 2026
+++ pkgsrc/databases/postgresql17/Makefile.common Fri Feb 13 10:52:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2026/01/01 12:22:36 rillig Exp $
+# $NetBSD: Makefile.common,v 1.16 2026/02/13 10:52:24 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.7
+DISTNAME= postgresql-17.8
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
@@ -106,7 +106,7 @@ BROKEN_ON_PLATFORM+= *-*-alpha
# Please override this locally if you can't reproduce it rather
# than removing MAKE_JOBS_SAFE, since this is necessary for
# bulk build stability.
-MAKE_JOBS_SAFE= no
+#MAKE_JOBS_SAFE= no
.if ${MACHINE_ARCH} == "sparc"
CFLAGS.NetBSD+= -D__sparc_v8__
Index: pkgsrc/databases/postgresql17/distinfo
diff -u pkgsrc/databases/postgresql17/distinfo:1.8 pkgsrc/databases/postgresql17/distinfo:1.9
--- pkgsrc/databases/postgresql17/distinfo:1.8 Sat Nov 15 06:39:26 2025
+++ pkgsrc/databases/postgresql17/distinfo Fri Feb 13 10:52:24 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2025/11/15 06:39:26 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/02/13 10:52:24 adam Exp $
-BLAKE2s (postgresql-17.7.tar.bz2) = 1cfead3b8f62f8dc1bf94d95cdf86d027c6e73c0e121d7cc1177d4e7448c52b8
-SHA512 (postgresql-17.7.tar.bz2) = 99042ce4a5932ded4bc01d30ab59de9b8626de3e3805822cacbdd6b6c5337f1576b30a2a1041cd5a4d366d8cc404268bbf362f6e5b033f0779ca50d10bc7c272
-Size (postgresql-17.7.tar.bz2) = 21646334 bytes
+BLAKE2s (postgresql-17.8.tar.bz2) = bc614c38155f28cfe8b690044f07759bc2f83d9ad99a3d1d7775416907af97ff
+SHA512 (postgresql-17.8.tar.bz2) = ad67d580ec0d54e76e42c928409265af52d7851c663be693373906ce28533cb0e1c3da98cbf728d4c011bcedd85a20da3e20881215ce7629bc50bb8a38a9c53e
+Size (postgresql-17.8.tar.bz2) = 21637088 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147
Index: pkgsrc/databases/postgresql17-client/Makefile
diff -u pkgsrc/databases/postgresql17-client/Makefile:1.9 pkgsrc/databases/postgresql17-client/Makefile:1.10
--- pkgsrc/databases/postgresql17-client/Makefile:1.9 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql17-client/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/02/13 10:52:24 adam Exp $
PKGNAME= ${DISTNAME:S/-/17-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql17/Makefile.common"
Index: pkgsrc/databases/postgresql17-contrib/Makefile
diff -u pkgsrc/databases/postgresql17-contrib/Makefile:1.7 pkgsrc/databases/postgresql17-contrib/Makefile:1.8
--- pkgsrc/databases/postgresql17-contrib/Makefile:1.7 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql17-contrib/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/02/13 10:52:24 adam Exp $
PKGNAME= ${DISTNAME:S/-/17-contrib-/}
-PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql17/Makefile.common"
Index: pkgsrc/databases/postgresql17-docs/Makefile
diff -u pkgsrc/databases/postgresql17-docs/Makefile:1.7 pkgsrc/databases/postgresql17-docs/Makefile:1.8
--- pkgsrc/databases/postgresql17-docs/Makefile:1.7 Wed Jan 7 08:46:18 2026
+++ pkgsrc/databases/postgresql17-docs/Makefile Fri Feb 13 10:52:24 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/01/07 08:46:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/02/13 10:52:24 adam Exp $
PKGNAME= ${DISTNAME:S/-/17-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql17/Makefile.common"
Index: pkgsrc/databases/postgresql17-docs/PLIST
diff -u pkgsrc/databases/postgresql17-docs/PLIST:1.8 pkgsrc/databases/postgresql17-docs/PLIST:1.9
--- pkgsrc/databases/postgresql17-docs/PLIST:1.8 Sat Nov 15 06:39:26 2025
+++ pkgsrc/databases/postgresql17-docs/PLIST Fri Feb 13 10:52:24 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/11/15 06:39:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/02/13 10:52:24 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -989,6 +989,7 @@ share/doc/postgresql/html/release-17-4.h
share/doc/postgresql/html/release-17-5.html
share/doc/postgresql/html/release-17-6.html
share/doc/postgresql/html/release-17-7.html
+share/doc/postgresql/html/release-17-8.html
share/doc/postgresql/html/release-17.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html
Index: pkgsrc/databases/postgresql17-plperl/Makefile
diff -u pkgsrc/databases/postgresql17-plperl/Makefile:1.11 pkgsrc/databases/postgresql17-plperl/Makefile:1.12
--- pkgsrc/databases/postgresql17-plperl/Makefile:1.11 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql17-plperl/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/02/13 10:52:25 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/postgresql17-plpython/Makefile
diff -u pkgsrc/databases/postgresql17-plpython/Makefile:1.7 pkgsrc/databases/postgresql17-plpython/Makefile:1.8
--- pkgsrc/databases/postgresql17-plpython/Makefile:1.7 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql17-plpython/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/02/13 10:52:25 adam Exp $
PKGNAME= ${DISTNAME:S/-/17-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql17-server>=${PKGVERSION_NOREV}:../../databases/postgresql17-server
Index: pkgsrc/databases/postgresql17-pltcl/Makefile
diff -u pkgsrc/databases/postgresql17-pltcl/Makefile:1.7 pkgsrc/databases/postgresql17-pltcl/Makefile:1.8
--- pkgsrc/databases/postgresql17-pltcl/Makefile:1.7 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql17-pltcl/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/02/13 10:52:25 adam Exp $
PKGNAME= ${DISTNAME:S/-/17-pltcl-/}
-PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql17-server>=${PKGVERSION_NOREV}:../../databases/postgresql17-server
Index: pkgsrc/databases/postgresql17-server/Makefile
diff -u pkgsrc/databases/postgresql17-server/Makefile:1.8 pkgsrc/databases/postgresql17-server/Makefile:1.9
--- pkgsrc/databases/postgresql17-server/Makefile:1.8 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql17-server/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/02/13 10:52:25 adam Exp $
PKGNAME= ${DISTNAME:S/-/17-server-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
Index: pkgsrc/databases/postgresql18/Makefile
diff -u pkgsrc/databases/postgresql18/Makefile:1.2 pkgsrc/databases/postgresql18/Makefile:1.3
--- pkgsrc/databases/postgresql18/Makefile:1.2 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql18/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:52:25 adam Exp $
PKGNAME= ${DISTNAME:S/-/18-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql18-client>=${PKGVERSION_NOREV}:../../databases/postgresql18-client
Index: pkgsrc/databases/postgresql18/distinfo
diff -u pkgsrc/databases/postgresql18/distinfo:1.2 pkgsrc/databases/postgresql18/distinfo:1.3
--- pkgsrc/databases/postgresql18/distinfo:1.2 Sat Nov 15 06:39:26 2025
+++ pkgsrc/databases/postgresql18/distinfo Fri Feb 13 10:52:25 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2025/11/15 06:39:26 adam Exp $
+$NetBSD: distinfo,v 1.3 2026/02/13 10:52:25 adam Exp $
-BLAKE2s (postgresql-18.1.tar.bz2) = 563e4a0c3505fed0e2c11b9767ece8395f937743b75044e22fc4aadf94eebba4
-SHA512 (postgresql-18.1.tar.bz2) = bac8a9bfb12c0c70b5870d92c6f322edbfd559e9ac939e841f16d8271b5c2bc4fb2628e053b407aed71b4032e9f4cba55f1e0a8dc6a3bd4933c2b701fe69ec08
-Size (postgresql-18.1.tar.bz2) = 22423920 bytes
+BLAKE2s (postgresql-18.2.tar.bz2) = 59c7699db888d15aa2621f830a33b5f7840ca8e9f67fba79e0cd6d6566642fdd
+SHA512 (postgresql-18.2.tar.bz2) = 76430e05fc4a38fbe9a43d27fcd1ba85939de7690ad320e3820dba1403417da83b89aa4b27219b6a1b91fe2d4e20c85b0337732f7b8978a9850c930dbadff67f
+Size (postgresql-18.2.tar.bz2) = 22492584 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147
Index: pkgsrc/databases/postgresql18/Makefile.common
diff -u pkgsrc/databases/postgresql18/Makefile.common:1.3 pkgsrc/databases/postgresql18/Makefile.common:1.4
--- pkgsrc/databases/postgresql18/Makefile.common:1.3 Thu Jan 1 12:22:36 2026
+++ pkgsrc/databases/postgresql18/Makefile.common Fri Feb 13 10:52:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2026/01/01 12:22:36 rillig Exp $
+# $NetBSD: Makefile.common,v 1.4 2026/02/13 10:52:25 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.1
+DISTNAME= postgresql-18.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
@@ -106,7 +106,7 @@ BROKEN_ON_PLATFORM+= *-*-alpha
# Please override this locally if you can't reproduce it rather
# than removing MAKE_JOBS_SAFE, since this is necessary for
# bulk build stability.
-MAKE_JOBS_SAFE= no
+#MAKE_JOBS_SAFE= no
.if ${MACHINE_ARCH} == "sparc"
CFLAGS.NetBSD+= -D__sparc_v8__
Index: pkgsrc/databases/postgresql18-client/Makefile
diff -u pkgsrc/databases/postgresql18-client/Makefile:1.3 pkgsrc/databases/postgresql18-client/Makefile:1.4
--- pkgsrc/databases/postgresql18-client/Makefile:1.3 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql18-client/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/02/13 10:52:25 adam Exp $
PKGNAME= ${DISTNAME:S/-/18-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql18/Makefile.common"
Index: pkgsrc/databases/postgresql18-contrib/Makefile
diff -u pkgsrc/databases/postgresql18-contrib/Makefile:1.2 pkgsrc/databases/postgresql18-contrib/Makefile:1.3
--- pkgsrc/databases/postgresql18-contrib/Makefile:1.2 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql18-contrib/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:52:25 adam Exp $
PKGNAME= ${DISTNAME:S/-/18-contrib-/}
-PKGREVISION= 1
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql18/Makefile.common"
Index: pkgsrc/databases/postgresql18-docs/Makefile
diff -u pkgsrc/databases/postgresql18-docs/Makefile:1.2 pkgsrc/databases/postgresql18-docs/Makefile:1.3
--- pkgsrc/databases/postgresql18-docs/Makefile:1.2 Wed Jan 7 08:46:19 2026
+++ pkgsrc/databases/postgresql18-docs/Makefile Fri Feb 13 10:52:25 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/01/07 08:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:52:25 adam Exp $
PKGNAME= ${DISTNAME:S/-/18-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql18/Makefile.common"
Index: pkgsrc/databases/postgresql18-docs/PLIST
diff -u pkgsrc/databases/postgresql18-docs/PLIST:1.2 pkgsrc/databases/postgresql18-docs/PLIST:1.3
--- pkgsrc/databases/postgresql18-docs/PLIST:1.2 Sat Nov 15 06:39:26 2025
+++ pkgsrc/databases/postgresql18-docs/PLIST Fri Feb 13 10:52:25 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/11/15 06:39:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/02/13 10:52:25 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -992,6 +992,7 @@ share/doc/postgresql/html/regress-tap.ht
share/doc/postgresql/html/regress-variant.html
share/doc/postgresql/html/regress.html
share/doc/postgresql/html/release-18-1.html
+share/doc/postgresql/html/release-18-2.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.2 pkgsrc/databases/postgresql18-plperl/Makefile:1.3
--- pkgsrc/databases/postgresql18-plperl/Makefile:1.2 Wed Jan 7 08:46:20 2026
+++ pkgsrc/databases/postgresql18-plperl/Makefile Fri Feb 13 10:52:26 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/01/07 08:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:52:26 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
Index: pkgsrc/databases/postgresql18-plpython/Makefile
diff -u pkgsrc/databases/postgresql18-plpython/Makefile:1.2 pkgsrc/databases/postgresql18-plpython/Makefile:1.3
--- pkgsrc/databases/postgresql18-plpython/Makefile:1.2 Wed Jan 7 08:46:20 2026
+++ pkgsrc/databases/postgresql18-plpython/Makefile Fri Feb 13 10:52:26 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/01/07 08:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:52:26 adam Exp $
PKGNAME= ${DISTNAME:S/-/18-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql18-server>=${PKGVERSION_NOREV}:../../databases/postgresql18-server
Index: pkgsrc/databases/postgresql18-pltcl/Makefile
diff -u pkgsrc/databases/postgresql18-pltcl/Makefile:1.2 pkgsrc/databases/postgresql18-pltcl/Makefile:1.3
--- pkgsrc/databases/postgresql18-pltcl/Makefile:1.2 Wed Jan 7 08:46:20 2026
+++ pkgsrc/databases/postgresql18-pltcl/Makefile Fri Feb 13 10:52:26 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/01/07 08:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:52:26 adam Exp $
PKGNAME= ${DISTNAME:S/-/18-pltcl-/}
-PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql18-server>=${PKGVERSION_NOREV}:../../databases/postgresql18-server
Index: pkgsrc/databases/postgresql18-server/Makefile
diff -u pkgsrc/databases/postgresql18-server/Makefile:1.2 pkgsrc/databases/postgresql18-server/Makefile:1.3
--- pkgsrc/databases/postgresql18-server/Makefile:1.2 Wed Jan 7 08:46:20 2026
+++ pkgsrc/databases/postgresql18-server/Makefile Fri Feb 13 10:52:26 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/01/07 08:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:52:26 adam Exp $
PKGNAME= ${DISTNAME:S/-/18-server-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
Home |
Main Index |
Thread Index |
Old Index