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 May 12 07:40:27 UTC 2023

Modified Files:
        pkgsrc/databases/postgresql11: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql11-client: Makefile
        pkgsrc/databases/postgresql11-contrib: Makefile
        pkgsrc/databases/postgresql11-docs: Makefile PLIST
        pkgsrc/databases/postgresql11-plperl: Makefile
        pkgsrc/databases/postgresql11-plpython: Makefile
        pkgsrc/databases/postgresql11-pltcl: Makefile
        pkgsrc/databases/postgresql11-server: Makefile
        pkgsrc/databases/postgresql12: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql12-client: Makefile
        pkgsrc/databases/postgresql12-contrib: Makefile
        pkgsrc/databases/postgresql12-docs: Makefile PLIST
        pkgsrc/databases/postgresql12-plperl: Makefile
        pkgsrc/databases/postgresql12-plpython: Makefile
        pkgsrc/databases/postgresql12-pltcl: Makefile
        pkgsrc/databases/postgresql12-server: Makefile
        pkgsrc/databases/postgresql13: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql13-client: Makefile
        pkgsrc/databases/postgresql13-contrib: Makefile
        pkgsrc/databases/postgresql13-docs: Makefile PLIST
        pkgsrc/databases/postgresql13-plperl: Makefile
        pkgsrc/databases/postgresql13-plpython: Makefile
        pkgsrc/databases/postgresql13-pltcl: Makefile
        pkgsrc/databases/postgresql13-server: Makefile
        pkgsrc/databases/postgresql14: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql14-client: Makefile
        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 PLIST
        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

Log Message:
postgresql: updated to 15.3, 14.8, 13.11, 12.15, and 11.20

PostgreSQL 15.3, 14.8, 13.11, 12.15, and 11.20

Security Issues
CVE-2023-2454: CREATE SCHEMA ... schema_element defeats protective search_path changes.
CVE-2023-2455: Row security policies disregard user ID changes after inlining.

Bug Fixes and Improvements

This update fixes over 80 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 15. Some of these issues may also affect other supported versions of PostgreSQL.

Included in this release:

Several fixes for CREATE DATABASE when using the STRATEGY = WAL_LOG, including a potential corruption that could lose modifications to a template/source database.
Fix crash with CREATE SCHEMA AUTHORIZATION.
Several fixes for MERGE.
Several fixes for triggers in partitioned tables.
Disallow altering composite types that are stored in indexes.
Ensure that COPY TO from a parent table with row-level security enabled does not copy any rows from child tables.
Adjust text-search-related character classification logic to correctly detect whether the prevailing locale is C when the default collation of a database uses the ICU provider.
Re-allow exponential notation in ISO-8601 interval fields.
Improve error reporting for various invalid JSON string literals.
Fix data corruption due to vacuum_defer_cleanup_age being larger than the current 64-bit xid.
Several fixes for the query parser and planner, including better detection of improperly-nested aggregates.
Fix partition pruning bug with the boolean IS NOT TRUE and IS NOT FALSE conditions. Prior to this, NULL partitions were accidentally pruned.
Fix memory leak in memoize plan execution.
Fix buffer refcount leak on foreign tables using partitions when performing batched inserts.
Restore support for sub-millisecond vacuum_cost_delay settings.
Several fixes for views and rules.
Avoid unnecessary work while scanning a multi-column BRIN index with multiple scan keys.
Ignore dropped columns and generated columns during logical replication of an UPDATE or DELETE action.
Several fixes for naming and availability of wait events.
Support RSA-PSS certificates with SCRAM-SHA-256 channel binding. This feature requires building with OpenSSL 1.1.1 or newer.
Avoid race condition with process ID tracking on Windows.
Fix memory leak within a session for PL/pgSQL DO blocks that use cast expressions.
Tighten array dimensionality checks from PL/Perl and PL/Python when converting list structures to multi-dimensional SQL arrays.
Fix pg_dump so that partitioned tables that are hash-partitioned on an enumerated type column can be restored successfully.
Fix for pg_trgm where an unsatisfiable regular expression could lead to a crash when using a GiST or GIN index.
Limit memory usage of pg_get_wal_records_info() in pg_walinspect.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/postgresql11/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/postgresql11/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql11/distinfo
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/postgresql11-client/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql11-contrib/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql11-docs/Makefile \
    pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql11-plperl/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/postgresql11-plpython/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql11-pltcl/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql11-server/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql12/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql12/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql12/distinfo
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/postgresql12-client/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql12-contrib/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql12-docs/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql12-docs/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql12-plperl/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql12-plpython/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql12-pltcl/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql12-server/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql13/Makefile \
    pkgsrc/databases/postgresql13/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql13/distinfo
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql13-client/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql13-contrib/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql13-docs/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql13-docs/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql13-plperl/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql13-plpython/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql13-pltcl/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql13-server/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql14/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql14/Makefile.common \
    pkgsrc/databases/postgresql14/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql14-client/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql14-contrib/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql14-docs/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql14-docs/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql14-plperl/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql14-plpython/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql14-pltcl/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql14-server/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15/Makefile \
    pkgsrc/databases/postgresql15/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql15/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql15-client/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15-contrib/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15-docs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql15-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15-plperl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15-pltcl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql15-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/postgresql11/Makefile
diff -u pkgsrc/databases/postgresql11/Makefile:1.28 pkgsrc/databases/postgresql11/Makefile:1.29
--- pkgsrc/databases/postgresql11/Makefile:1.28 Wed Apr 19 08:09:28 2023
+++ pkgsrc/databases/postgresql11/Makefile      Fri May 12 07:40:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/04/19 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/05/12 07:40:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.32 pkgsrc/databases/postgresql11/Makefile.common:1.33
--- pkgsrc/databases/postgresql11/Makefile.common:1.32  Wed Feb 15 20:50:56 2023
+++ pkgsrc/databases/postgresql11/Makefile.common       Fri May 12 07:40:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2023/02/15 20:50:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.33 2023/05/12 07:40: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/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.19
+DISTNAME=      postgresql-11.20
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql11/distinfo
diff -u pkgsrc/databases/postgresql11/distinfo:1.26 pkgsrc/databases/postgresql11/distinfo:1.27
--- pkgsrc/databases/postgresql11/distinfo:1.26 Wed Feb 15 20:50:56 2023
+++ pkgsrc/databases/postgresql11/distinfo      Fri May 12 07:40:23 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2023/02/15 20:50:56 adam Exp $
+$NetBSD: distinfo,v 1.27 2023/05/12 07:40:23 adam Exp $
 
-BLAKE2s (postgresql-11.19.tar.bz2) = fb6f36b34a677ac8616cc746311917c82a59eaea2d14934335ae7ef0c746aa3a
-SHA512 (postgresql-11.19.tar.bz2) = 0b9247d82a0eaddd8254799197c3bef1ba47a633f616a556167ebcf956961a50955c11e98034a717fb77ff18987ccb8fd80b98588c2ec3c70fd2d62bc27fe05b
-Size (postgresql-11.19.tar.bz2) = 20457793 bytes
+BLAKE2s (postgresql-11.20.tar.bz2) = a4c3d782e2ba09d601c3b955b8090d2a1938b9cb9a8b9e3b63d367c242e50ae0
+SHA512 (postgresql-11.20.tar.bz2) = f8582c0dbd1fd08aa2ab3da60fb95d123a1a2d0f7558170557a52f077cb89d31b857360c57899b2da91c2182e32973c7aeb3ed0c018606070a52a9dfa6580320
+Size (postgresql-11.20.tar.bz2) = 20456483 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql11-client/Makefile
diff -u pkgsrc/databases/postgresql11-client/Makefile:1.29 pkgsrc/databases/postgresql11-client/Makefile:1.30
--- pkgsrc/databases/postgresql11-client/Makefile:1.29  Wed Apr 19 08:09:28 2023
+++ pkgsrc/databases/postgresql11-client/Makefile       Fri May 12 07:40:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/04/19 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/05/12 07:40:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql11/Makefile.common"

Index: pkgsrc/databases/postgresql11-contrib/Makefile
diff -u pkgsrc/databases/postgresql11-contrib/Makefile:1.26 pkgsrc/databases/postgresql11-contrib/Makefile:1.27
--- pkgsrc/databases/postgresql11-contrib/Makefile:1.26 Wed Apr 19 08:09:28 2023
+++ pkgsrc/databases/postgresql11-contrib/Makefile      Fri May 12 07:40:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/12 07:40:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql11/Makefile.common"

Index: pkgsrc/databases/postgresql11-docs/Makefile
diff -u pkgsrc/databases/postgresql11-docs/Makefile:1.20 pkgsrc/databases/postgresql11-docs/Makefile:1.21
--- pkgsrc/databases/postgresql11-docs/Makefile:1.20    Wed Apr 19 08:09:28 2023
+++ pkgsrc/databases/postgresql11-docs/Makefile Fri May 12 07:40:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/04/19 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.21 2023/05/12 07:40:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql11/Makefile.common"
Index: pkgsrc/databases/postgresql11-docs/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.20 pkgsrc/databases/postgresql11-docs/PLIST:1.21
--- pkgsrc/databases/postgresql11-docs/PLIST:1.20       Wed Feb 15 20:50:57 2023
+++ pkgsrc/databases/postgresql11-docs/PLIST    Fri May 12 07:40:23 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2023/02/15 20:50:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2023/05/12 07:40:23 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -966,6 +966,7 @@ share/doc/postgresql/html/release-11-17.
 share/doc/postgresql/html/release-11-18.html
 share/doc/postgresql/html/release-11-19.html
 share/doc/postgresql/html/release-11-2.html
+share/doc/postgresql/html/release-11-20.html
 share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11-4.html
 share/doc/postgresql/html/release-11-5.html

Index: pkgsrc/databases/postgresql11-plperl/Makefile
diff -u pkgsrc/databases/postgresql11-plperl/Makefile:1.24 pkgsrc/databases/postgresql11-plperl/Makefile:1.25
--- pkgsrc/databases/postgresql11-plperl/Makefile:1.24  Wed Apr 19 08:09:28 2023
+++ pkgsrc/databases/postgresql11-plperl/Makefile       Fri May 12 07:40:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/04/19 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/12 07:40:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server

Index: pkgsrc/databases/postgresql11-plpython/Makefile
diff -u pkgsrc/databases/postgresql11-plpython/Makefile:1.28 pkgsrc/databases/postgresql11-plpython/Makefile:1.29
--- pkgsrc/databases/postgresql11-plpython/Makefile:1.28        Wed Apr 19 08:09:28 2023
+++ pkgsrc/databases/postgresql11-plpython/Makefile     Fri May 12 07:40:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/04/19 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/05/12 07:40:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server

Index: pkgsrc/databases/postgresql11-pltcl/Makefile
diff -u pkgsrc/databases/postgresql11-pltcl/Makefile:1.24 pkgsrc/databases/postgresql11-pltcl/Makefile:1.25
--- pkgsrc/databases/postgresql11-pltcl/Makefile:1.24   Wed Apr 19 08:09:28 2023
+++ pkgsrc/databases/postgresql11-pltcl/Makefile        Fri May 12 07:40:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/04/19 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/12 07:40:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server

Index: pkgsrc/databases/postgresql11-server/Makefile
diff -u pkgsrc/databases/postgresql11-server/Makefile:1.27 pkgsrc/databases/postgresql11-server/Makefile:1.28
--- pkgsrc/databases/postgresql11-server/Makefile:1.27  Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql11-server/Makefile       Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.28 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql12/Makefile
diff -u pkgsrc/databases/postgresql12/Makefile:1.27 pkgsrc/databases/postgresql12/Makefile:1.28
--- pkgsrc/databases/postgresql12/Makefile:1.27 Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql12/Makefile      Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.28 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql12-client>=${PKGVERSION_NOREV}:../../databases/postgresql12-client

Index: pkgsrc/databases/postgresql12/Makefile.common
diff -u pkgsrc/databases/postgresql12/Makefile.common:1.25 pkgsrc/databases/postgresql12/Makefile.common:1.26
--- pkgsrc/databases/postgresql12/Makefile.common:1.25  Wed Feb 15 20:50:57 2023
+++ pkgsrc/databases/postgresql12/Makefile.common       Fri May 12 07:40:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2023/02/15 20:50:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2023/05/12 07:40: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/postgresql12-pltcl/Makefile
 # used by databases/postgresql12-server/Makefile
 
-DISTNAME=      postgresql-12.14
+DISTNAME=      postgresql-12.15
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql12/distinfo
diff -u pkgsrc/databases/postgresql12/distinfo:1.19 pkgsrc/databases/postgresql12/distinfo:1.20
--- pkgsrc/databases/postgresql12/distinfo:1.19 Wed Feb 15 20:50:57 2023
+++ pkgsrc/databases/postgresql12/distinfo      Fri May 12 07:40:24 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2023/02/15 20:50:57 adam Exp $
+$NetBSD: distinfo,v 1.20 2023/05/12 07:40:24 adam Exp $
 
-BLAKE2s (postgresql-12.14.tar.bz2) = 9a011737400ac72595f060933810f43168fb04dbe7349373b93d871cd782d529
-SHA512 (postgresql-12.14.tar.bz2) = a859067119cc21702ab1af6507bf703e4263d9399745cd7b025a3c73d55367ba0f960fd2b1b4af43e73b8448bb2e52555734d60a5f306041719190f28a8bd505
-Size (postgresql-12.14.tar.bz2) = 21124742 bytes
+BLAKE2s (postgresql-12.15.tar.bz2) = 872354d2bf938bfda0872921fa1fbe094d3dc81cf868ba1847fe27be3a3b194f
+SHA512 (postgresql-12.15.tar.bz2) = 9c6765ec75948e19331180b74bd34a214a91cf6c764ec7baffb115e490584a07e0157aa56f425f49d508cd2a7a724a092d1bad6fb6b16749a48a12081202fc3e
+Size (postgresql-12.15.tar.bz2) = 21127306 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql12-client/Makefile
diff -u pkgsrc/databases/postgresql12-client/Makefile:1.31 pkgsrc/databases/postgresql12-client/Makefile:1.32
--- pkgsrc/databases/postgresql12-client/Makefile:1.31  Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql12-client/Makefile       Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.32 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql12/Makefile.common"

Index: pkgsrc/databases/postgresql12-contrib/Makefile
diff -u pkgsrc/databases/postgresql12-contrib/Makefile:1.26 pkgsrc/databases/postgresql12-contrib/Makefile:1.27
--- pkgsrc/databases/postgresql12-contrib/Makefile:1.26 Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql12-contrib/Makefile      Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql12/Makefile.common"

Index: pkgsrc/databases/postgresql12-docs/Makefile
diff -u pkgsrc/databases/postgresql12-docs/Makefile:1.20 pkgsrc/databases/postgresql12-docs/Makefile:1.21
--- pkgsrc/databases/postgresql12-docs/Makefile:1.20    Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql12-docs/Makefile Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.21 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql12/Makefile.common"

Index: pkgsrc/databases/postgresql12-docs/PLIST
diff -u pkgsrc/databases/postgresql12-docs/PLIST:1.15 pkgsrc/databases/postgresql12-docs/PLIST:1.16
--- pkgsrc/databases/postgresql12-docs/PLIST:1.15       Wed Feb 15 20:50:58 2023
+++ pkgsrc/databases/postgresql12-docs/PLIST    Fri May 12 07:40:24 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2023/02/15 20:50:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2023/05/12 07:40:24 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -968,6 +968,7 @@ share/doc/postgresql/html/release-12-11.
 share/doc/postgresql/html/release-12-12.html
 share/doc/postgresql/html/release-12-13.html
 share/doc/postgresql/html/release-12-14.html
+share/doc/postgresql/html/release-12-15.html
 share/doc/postgresql/html/release-12-2.html
 share/doc/postgresql/html/release-12-3.html
 share/doc/postgresql/html/release-12-4.html

Index: pkgsrc/databases/postgresql12-plperl/Makefile
diff -u pkgsrc/databases/postgresql12-plperl/Makefile:1.24 pkgsrc/databases/postgresql12-plperl/Makefile:1.25
--- pkgsrc/databases/postgresql12-plperl/Makefile:1.24  Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql12-plperl/Makefile       Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server

Index: pkgsrc/databases/postgresql12-plpython/Makefile
diff -u pkgsrc/databases/postgresql12-plpython/Makefile:1.26 pkgsrc/databases/postgresql12-plpython/Makefile:1.27
--- pkgsrc/databases/postgresql12-plpython/Makefile:1.26        Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql12-plpython/Makefile     Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server

Index: pkgsrc/databases/postgresql12-pltcl/Makefile
diff -u pkgsrc/databases/postgresql12-pltcl/Makefile:1.24 pkgsrc/databases/postgresql12-pltcl/Makefile:1.25
--- pkgsrc/databases/postgresql12-pltcl/Makefile:1.24   Wed Apr 19 08:09:29 2023
+++ pkgsrc/databases/postgresql12-pltcl/Makefile        Fri May 12 07:40:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/04/19 08:09:29 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/12 07:40:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server

Index: pkgsrc/databases/postgresql12-server/Makefile
diff -u pkgsrc/databases/postgresql12-server/Makefile:1.26 pkgsrc/databases/postgresql12-server/Makefile:1.27
--- pkgsrc/databases/postgresql12-server/Makefile:1.26  Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql12-server/Makefile       Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql13/Makefile
diff -u pkgsrc/databases/postgresql13/Makefile:1.18 pkgsrc/databases/postgresql13/Makefile:1.19
--- pkgsrc/databases/postgresql13/Makefile:1.18 Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13/Makefile      Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql13-client>=${PKGVERSION_NOREV}:../../databases/postgresql13-client
Index: pkgsrc/databases/postgresql13/Makefile.common
diff -u pkgsrc/databases/postgresql13/Makefile.common:1.18 pkgsrc/databases/postgresql13/Makefile.common:1.19
--- pkgsrc/databases/postgresql13/Makefile.common:1.18  Wed Feb 15 20:50:58 2023
+++ pkgsrc/databases/postgresql13/Makefile.common       Fri May 12 07:40:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2023/02/15 20:50:58 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2023/05/12 07:40: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/postgresql13-pltcl/Makefile
 # used by databases/postgresql13-server/Makefile
 
-DISTNAME=      postgresql-13.10
+DISTNAME=      postgresql-13.11
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql13/distinfo
diff -u pkgsrc/databases/postgresql13/distinfo:1.17 pkgsrc/databases/postgresql13/distinfo:1.18
--- pkgsrc/databases/postgresql13/distinfo:1.17 Wed Feb 15 20:50:58 2023
+++ pkgsrc/databases/postgresql13/distinfo      Fri May 12 07:40:25 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2023/02/15 20:50:58 adam Exp $
+$NetBSD: distinfo,v 1.18 2023/05/12 07:40:25 adam Exp $
 
-BLAKE2s (postgresql-13.10.tar.bz2) = 1f7860c9b5588818802ad120a755614095545665fb277105b174da829a1c3e84
-SHA512 (postgresql-13.10.tar.bz2) = 328c81f7c2ca2bad92fa62f4b0377d7cc104f294636db019c68ceccb580003eebe79455bbafa24eab2b3cce305e3d9c702a8544b38556f9c3431cc3c78d00cff
-Size (postgresql-13.10.tar.bz2) = 21457594 bytes
+BLAKE2s (postgresql-13.11.tar.bz2) = 86ba5fbcbff8ce9c1848cd71dbdb6766ef0db89df33628b7eb369c6fa0357711
+SHA512 (postgresql-13.11.tar.bz2) = 30c60de44f9a33470ea9cd0c9757de23341bf1f5b9f3e8ee2c5b303d6709d08e9aea0f6ae597e344f610a577809860c7921596fe63034b6c2e3fa488e3040987
+Size (postgresql-13.11.tar.bz2) = 21519655 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql13-client/Makefile
diff -u pkgsrc/databases/postgresql13-client/Makefile:1.25 pkgsrc/databases/postgresql13-client/Makefile:1.26
--- pkgsrc/databases/postgresql13-client/Makefile:1.25  Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13-client/Makefile       Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql13/Makefile.common"

Index: pkgsrc/databases/postgresql13-contrib/Makefile
diff -u pkgsrc/databases/postgresql13-contrib/Makefile:1.19 pkgsrc/databases/postgresql13-contrib/Makefile:1.20
--- pkgsrc/databases/postgresql13-contrib/Makefile:1.19 Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13-contrib/Makefile      Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql13/Makefile.common"

Index: pkgsrc/databases/postgresql13-docs/Makefile
diff -u pkgsrc/databases/postgresql13-docs/Makefile:1.16 pkgsrc/databases/postgresql13-docs/Makefile:1.17
--- pkgsrc/databases/postgresql13-docs/Makefile:1.16    Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13-docs/Makefile Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql13/Makefile.common"

Index: pkgsrc/databases/postgresql13-docs/PLIST
diff -u pkgsrc/databases/postgresql13-docs/PLIST:1.11 pkgsrc/databases/postgresql13-docs/PLIST:1.12
--- pkgsrc/databases/postgresql13-docs/PLIST:1.11       Wed Feb 15 20:50:59 2023
+++ pkgsrc/databases/postgresql13-docs/PLIST    Fri May 12 07:40:25 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2023/02/15 20:50:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2023/05/12 07:40:25 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -972,6 +972,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-13-1.html
 share/doc/postgresql/html/release-13-10.html
+share/doc/postgresql/html/release-13-11.html
 share/doc/postgresql/html/release-13-2.html
 share/doc/postgresql/html/release-13-3.html
 share/doc/postgresql/html/release-13-4.html

Index: pkgsrc/databases/postgresql13-plperl/Makefile
diff -u pkgsrc/databases/postgresql13-plperl/Makefile:1.19 pkgsrc/databases/postgresql13-plperl/Makefile:1.20
--- pkgsrc/databases/postgresql13-plperl/Makefile:1.19  Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13-plperl/Makefile       Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server

Index: pkgsrc/databases/postgresql13-plpython/Makefile
diff -u pkgsrc/databases/postgresql13-plpython/Makefile:1.20 pkgsrc/databases/postgresql13-plpython/Makefile:1.21
--- pkgsrc/databases/postgresql13-plpython/Makefile:1.20        Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13-plpython/Makefile     Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.21 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server

Index: pkgsrc/databases/postgresql13-pltcl/Makefile
diff -u pkgsrc/databases/postgresql13-pltcl/Makefile:1.18 pkgsrc/databases/postgresql13-pltcl/Makefile:1.19
--- pkgsrc/databases/postgresql13-pltcl/Makefile:1.18   Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13-pltcl/Makefile        Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server

Index: pkgsrc/databases/postgresql13-server/Makefile
diff -u pkgsrc/databases/postgresql13-server/Makefile:1.18 pkgsrc/databases/postgresql13-server/Makefile:1.19
--- pkgsrc/databases/postgresql13-server/Makefile:1.18  Wed Apr 19 08:09:30 2023
+++ pkgsrc/databases/postgresql13-server/Makefile       Fri May 12 07:40:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/04/19 08:09:30 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/05/12 07:40:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql14/Makefile
diff -u pkgsrc/databases/postgresql14/Makefile:1.13 pkgsrc/databases/postgresql14/Makefile:1.14
--- pkgsrc/databases/postgresql14/Makefile:1.13 Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14/Makefile      Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/05/12 07:40:26 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.10 pkgsrc/databases/postgresql14/Makefile.common:1.11
--- pkgsrc/databases/postgresql14/Makefile.common:1.10  Wed Feb 15 20:50:59 2023
+++ pkgsrc/databases/postgresql14/Makefile.common       Fri May 12 07:40:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2023/02/15 20:50:59 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2023/05/12 07:40:26 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.7
+DISTNAME=      postgresql-14.8
 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.10 pkgsrc/databases/postgresql14/distinfo:1.11
--- pkgsrc/databases/postgresql14/distinfo:1.10 Wed Feb 15 20:50:59 2023
+++ pkgsrc/databases/postgresql14/distinfo      Fri May 12 07:40:26 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2023/02/15 20:50:59 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/05/12 07:40:26 adam Exp $
 
-BLAKE2s (postgresql-14.7.tar.bz2) = 8cbf96fb5d594ccf93da17e7a1551ff650542730f4f36fedc4f45d1260bf37e8
-SHA512 (postgresql-14.7.tar.bz2) = 931c3850d09a90b44b986f0ea6eb96eb549919ffd28ca71a7f1896e40dbbbc77601179d480c614f80cf67e5c1a4ccb4d38e06c846c13262723de621463a95508
-Size (postgresql-14.7.tar.bz2) = 22182073 bytes
+BLAKE2s (postgresql-14.8.tar.bz2) = 1be1b85853369fbcbd2a9b274f0c7bea82129a806cdb711fd1ca069f01fdf72e
+SHA512 (postgresql-14.8.tar.bz2) = 68f53702e9bf12ea6648e30ede21da94b1d50a5e4dbedb4180b7758b164cfb68414d5f0a1e74a78a32e7b385fb6d8cc18affc902ad7d7d77d4eb3318fa2f7d46
+Size (postgresql-14.8.tar.bz2) = 22204905 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.15 pkgsrc/databases/postgresql14-client/Makefile:1.16
--- pkgsrc/databases/postgresql14-client/Makefile:1.15  Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14-client/Makefile       Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/12 07:40:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/14-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql14/Makefile.common"

Index: pkgsrc/databases/postgresql14-contrib/Makefile
diff -u pkgsrc/databases/postgresql14-contrib/Makefile:1.11 pkgsrc/databases/postgresql14-contrib/Makefile:1.12
--- pkgsrc/databases/postgresql14-contrib/Makefile:1.11 Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14-contrib/Makefile      Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/12 07:40:26 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.11 pkgsrc/databases/postgresql14-docs/Makefile:1.12
--- pkgsrc/databases/postgresql14-docs/Makefile:1.11    Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14-docs/Makefile Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/12 07:40:26 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.8 pkgsrc/databases/postgresql14-docs/PLIST:1.9
--- pkgsrc/databases/postgresql14-docs/PLIST:1.8        Wed Feb 15 20:51:00 2023
+++ pkgsrc/databases/postgresql14-docs/PLIST    Fri May 12 07:40:26 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/02/15 20:51:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/05/12 07:40:26 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -993,6 +993,7 @@ share/doc/postgresql/html/release-14-4.h
 share/doc/postgresql/html/release-14-5.html
 share/doc/postgresql/html/release-14-6.html
 share/doc/postgresql/html/release-14-7.html
+share/doc/postgresql/html/release-14-8.html
 share/doc/postgresql/html/release-14.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql14-plperl/Makefile
diff -u pkgsrc/databases/postgresql14-plperl/Makefile:1.12 pkgsrc/databases/postgresql14-plperl/Makefile:1.13
--- pkgsrc/databases/postgresql14-plperl/Makefile:1.12  Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14-plperl/Makefile       Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.13 2023/05/12 07:40:26 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.12 pkgsrc/databases/postgresql14-plpython/Makefile:1.13
--- pkgsrc/databases/postgresql14-plpython/Makefile:1.12        Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14-plpython/Makefile     Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.13 2023/05/12 07:40:26 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.11 pkgsrc/databases/postgresql14-pltcl/Makefile:1.12
--- pkgsrc/databases/postgresql14-pltcl/Makefile:1.11   Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14-pltcl/Makefile        Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/12 07:40:26 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.11 pkgsrc/databases/postgresql14-server/Makefile:1.12
--- pkgsrc/databases/postgresql14-server/Makefile:1.11  Wed Apr 19 08:09:31 2023
+++ pkgsrc/databases/postgresql14-server/Makefile       Fri May 12 07:40:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/04/19 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/12 07:40:26 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.4 pkgsrc/databases/postgresql15/Makefile:1.5
--- pkgsrc/databases/postgresql15/Makefile:1.4  Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15/Makefile      Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 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.4 pkgsrc/databases/postgresql15/Makefile.common:1.5
--- pkgsrc/databases/postgresql15/Makefile.common:1.4   Wed Feb 15 20:51:01 2023
+++ pkgsrc/databases/postgresql15/Makefile.common       Fri May 12 07:40:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2023/02/15 20:51:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2023/05/12 07:40:27 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.2
+DISTNAME=      postgresql-15.3
 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.3 pkgsrc/databases/postgresql15/distinfo:1.4
--- pkgsrc/databases/postgresql15/distinfo:1.3  Wed Feb 15 20:51:01 2023
+++ pkgsrc/databases/postgresql15/distinfo      Fri May 12 07:40:27 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2023/02/15 20:51:01 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/05/12 07:40:27 adam Exp $
 
-BLAKE2s (postgresql-15.2.tar.bz2) = 5ded1344827bfe28c84ac9becb766ca0f31795c296507fc61ab52b0449bfbf6a
-SHA512 (postgresql-15.2.tar.bz2) = 115a8a4234791bba4e6dcc4617e9dd77abedcf767894ce9472c59cce9d5d4ef2d4e1746f3a0c7a99de4fc4385fb716652b70dce9f48be45a9db5a682517db7e8
-Size (postgresql-15.2.tar.bz2) = 22688379 bytes
+BLAKE2s (postgresql-15.3.tar.bz2) = ae83bc53bcf97d914ec2f1e13173edd481ee01361f2b52c5e9cc37e9cc44fd50
+SHA512 (postgresql-15.3.tar.bz2) = cac97edeb40df1e8f2162f401b465751132929d7249495ef001e950645a2db46343bd732e7bd6504a7f795e25aea66724f2f4ab0065e3d9331b36db4b3a3bec6
+Size (postgresql-15.3.tar.bz2) = 22819107 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.4 pkgsrc/databases/postgresql15-client/Makefile:1.5
--- pkgsrc/databases/postgresql15-client/Makefile:1.4   Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15-client/Makefile       Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/15-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql15/Makefile.common"

Index: pkgsrc/databases/postgresql15-client/PLIST
diff -u pkgsrc/databases/postgresql15-client/PLIST:1.2 pkgsrc/databases/postgresql15-client/PLIST:1.3
--- pkgsrc/databases/postgresql15-client/PLIST:1.2      Sun Nov 13 09:34:27 2022
+++ pkgsrc/databases/postgresql15-client/PLIST  Fri May 12 07:40:27 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/11/13 09:34:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/05/12 07:40:27 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -955,14 +955,18 @@ ${PLIST.nls}share/locale/el/LC_MESSAGES/
 ${PLIST.nls}share/locale/el/LC_MESSAGES/libpq5-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_amcheck-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_archivecleanup-15.mo
+${PLIST.nls}share/locale/el/LC_MESSAGES/pg_basebackup-15.mo
+${PLIST.nls}share/locale/el/LC_MESSAGES/pg_checksums-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_config-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_controldata-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_ctl-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_dump-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_resetwal-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_rewind-15.mo
+${PLIST.nls}share/locale/el/LC_MESSAGES/pg_test_fsync-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_test_timing-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pg_verifybackup-15.mo
+${PLIST.nls}share/locale/el/LC_MESSAGES/pg_waldump-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/pgscripts-15.mo
 ${PLIST.nls}share/locale/el/LC_MESSAGES/psql-15.mo
 ${PLIST.nls}share/locale/es/LC_MESSAGES/ecpg-15.mo
@@ -1073,15 +1077,23 @@ ${PLIST.nls}share/locale/ka/LC_MESSAGES/
 ${PLIST.nls}share/locale/ka/LC_MESSAGES/psql-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/ecpg-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/ecpglib6-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/initdb-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/libpq5-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_amcheck-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_archivecleanup-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_basebackup-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_checksums-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_config-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_controldata-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_ctl-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_dump-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_resetwal-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_rewind-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_fsync-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_timing-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_upgrade-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_verifybackup-15.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_waldump-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pgscripts-15.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/psql-15.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpg-15.mo

Index: pkgsrc/databases/postgresql15-contrib/Makefile
diff -u pkgsrc/databases/postgresql15-contrib/Makefile:1.4 pkgsrc/databases/postgresql15-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql15-contrib/Makefile:1.4  Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15-contrib/Makefile      Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 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.4 pkgsrc/databases/postgresql15-docs/Makefile:1.5
--- pkgsrc/databases/postgresql15-docs/Makefile:1.4     Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15-docs/Makefile Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 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.3 pkgsrc/databases/postgresql15-docs/PLIST:1.4
--- pkgsrc/databases/postgresql15-docs/PLIST:1.3        Wed Feb 15 20:51:01 2023
+++ pkgsrc/databases/postgresql15-docs/PLIST    Fri May 12 07:40:27 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/02/15 20:51:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/05/12 07:40:27 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -1001,6 +1001,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-15-1.html
 share/doc/postgresql/html/release-15-2.html
+share/doc/postgresql/html/release-15-3.html
 share/doc/postgresql/html/release-15.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql15-plperl/Makefile
diff -u pkgsrc/databases/postgresql15-plperl/Makefile:1.4 pkgsrc/databases/postgresql15-plperl/Makefile:1.5
--- pkgsrc/databases/postgresql15-plperl/Makefile:1.4   Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15-plperl/Makefile       Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 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.4 pkgsrc/databases/postgresql15-plpython/Makefile:1.5
--- pkgsrc/databases/postgresql15-plpython/Makefile:1.4 Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15-plpython/Makefile     Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 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.4 pkgsrc/databases/postgresql15-pltcl/Makefile:1.5
--- pkgsrc/databases/postgresql15-pltcl/Makefile:1.4    Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15-pltcl/Makefile        Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 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.4 pkgsrc/databases/postgresql15-server/Makefile:1.5
--- pkgsrc/databases/postgresql15-server/Makefile:1.4   Wed Apr 19 08:09:32 2023
+++ pkgsrc/databases/postgresql15-server/Makefile       Fri May 12 07:40:27 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/04/19 08:09:32 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/12 07:40:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/15-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation



Home | Main Index | Thread Index | Old Index