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:           Mon Feb 15 18:58:42 UTC 2021

Modified Files:
        pkgsrc/databases/postgresql10: Makefile.common distinfo
        pkgsrc/databases/postgresql10-client: Makefile
        pkgsrc/databases/postgresql10-contrib: Makefile
        pkgsrc/databases/postgresql10-docs: PLIST
        pkgsrc/databases/postgresql10-plperl: Makefile
        pkgsrc/databases/postgresql10-plpython: Makefile
        pkgsrc/databases/postgresql10-pltcl: Makefile
        pkgsrc/databases/postgresql10-server: Makefile
        pkgsrc/databases/postgresql11: Makefile.common distinfo
        pkgsrc/databases/postgresql11-client: Makefile
        pkgsrc/databases/postgresql11-contrib: Makefile
        pkgsrc/databases/postgresql11-docs: 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.common distinfo
        pkgsrc/databases/postgresql12-client: Makefile
        pkgsrc/databases/postgresql12-contrib: Makefile
        pkgsrc/databases/postgresql12-docs: 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.common distinfo
        pkgsrc/databases/postgresql13-client: Makefile PLIST
        pkgsrc/databases/postgresql13-contrib: Makefile
        pkgsrc/databases/postgresql13-docs: PLIST
        pkgsrc/databases/postgresql13-plperl: Makefile
        pkgsrc/databases/postgresql13-plpython: Makefile
        pkgsrc/databases/postgresql13-pltcl: Makefile
        pkgsrc/databases/postgresql13-server: Makefile
        pkgsrc/databases/postgresql95: Makefile.common distinfo
        pkgsrc/databases/postgresql95-client: Makefile
        pkgsrc/databases/postgresql95-contrib: Makefile
        pkgsrc/databases/postgresql95-docs: PLIST
        pkgsrc/databases/postgresql95-plperl: Makefile
        pkgsrc/databases/postgresql95-plpython: Makefile
        pkgsrc/databases/postgresql95-pltcl: Makefile
        pkgsrc/databases/postgresql95-server: Makefile
        pkgsrc/databases/postgresql96: Makefile.common distinfo
        pkgsrc/databases/postgresql96-client: Makefile
        pkgsrc/databases/postgresql96-contrib: Makefile
        pkgsrc/databases/postgresql96-docs: PLIST
        pkgsrc/databases/postgresql96-plperl: Makefile
        pkgsrc/databases/postgresql96-plpython: Makefile
        pkgsrc/databases/postgresql96-pltcl: Makefile
        pkgsrc/databases/postgresql96-server: Makefile
Removed Files:
        pkgsrc/databases/postgresql11/patches:
            patch-src_backend_commands_collationcmds.c
        pkgsrc/databases/postgresql12/patches:
            patch-src_backend_commands_collationcmds.c

Log Message:
postgresql: updated to 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25. This release closes two 
security vulnerabilities and fixes over 80 bugs reported over the last three months.

Additionally, this is the final release of PostgreSQL 9.5. If you are running PostgreSQL 9.5 in a production environment, we suggest that you make plans to upgrade.

For the full list of changes, please review the release notes.

Security Issues

CVE-2021-3393: Partition constraint violation errors leak values of denied columns

Versions Affected: 11 - 13.

A user having an UPDATE privilege on a partitioned table but lacking the SELECT privilege on some column may be able to acquire denied-column values from an error message. This is similar to 
CVE-2014-8161, but the conditions to exploit are more rare.

The PostgreSQL project thanks Heikki Linnakangas for reporting this problem.

CVE-2021-20229: Single-column SELECT privilege enables reading all columns

Versions Affected: 13.

A user having a SELECT privilege on an individual column can craft a special query that returns all columns of the table.

Additionally, a stored view that uses column-level privileges will have incomplete column-usage bitmaps. In installations that depend on column-level permissions for security, it is recommended to 
execute CREATE OR REPLACE on all user-defined views to force them to be re-parsed.

The PostgreSQL project thanks Sven Klemm for reporting this problem.

Bug Fixes and Improvements

This update fixes over 80 bugs that were reported in the last several months. Some of these issues only affect version 13, but could also apply to other supported versions.

Some of these fixes include:

Fix an issue with GiST indexes where concurrent insertions could lead to a corrupt index with entries placed in the wrong pages. You should REINDEX any affected GiST indexes.
Fix CREATE INDEX CONCURRENTLY to ensure rows from concurrent prepared transactions are included in the index. Installations that have enabled prepared transactions should REINDEX any 
concurrently-built indexes.
Fix for possible incorrect query results when a hash aggregation is spilled to disk.
Fix edge case in incremental sort that could lead to sorting results incorrectly or a "retrieved too many tuples in a bounded sort" error.
Avoid crash when a CALL or DO statement that performs a transaction rollback is executed via extended query protocol, such as from prepared statements.
Fix a failure when a PL/pgSQL procedure used CALL on another procedure that has OUT parameters that executed a COMMIT or ROLLBACK.
Remove errors from BEFORE UPDATE triggers on partitioned tables for restrictions that no longer apply.
Several fixes for queries with joins that could lead to error messages such as "no relation entry for relid N" or "failed to build any N-way joins".
Do not consider parallel-restricted or set-returning functions in an ORDER BY expressions when trying to parallelize sorts.
Fix ALTER DEFAULT PRIVILEGES to handle duplicate arguments safely.
Several fixes in behavior when wal_level is set to minimal, including when tables are rewritten within a transaction.
Several fixes for CREATE TABLE LIKE.
Ensure that allocated disk space for a dropped relation (e.g. a table) is released promptly when a transaction is committed.
Fix progress reporting for CLUSTER.
Fix handling of backslash-escaped multibyte characters in COPY FROM.
Fix recently-introduced race conditions in LISTEN/NOTIFY queue handling.
Allow the jsonb concatenation operator (||) to handle all combinations of JSON data types.
Fix WAL-reading logic so that standbys can handle timeline switches correctly. This issue could have shown itself with errors like "requested WAL segment has already been removed".
Several leak fixes for the walsender process around logical decoding and replication.
Ensure that a nonempty value of krb_server_keyfile always overrides any setting of KRB5_KTNAME in the server environment
Several fixes for GSS encryption support.
Ensure the \connect command allows the use of a password in the connection_string argument.
Fix assorted bugs with the \help command.
Several fixes for pg_dump.
Ensure that pg_rewind accounts for all WAL when rewinding a standby server.
Fix memory leak in contrib/auto_explain.
Ensure all postgres_fdw connections are closed if the a user mapping or foreign server object those connections depend on are dropped.
Fix JIT compilation to be compatible with LLVM 11 and LLVM 12.
This update also contains tzdata release 2021a for DST law changes in Russia (Volgograd zone) and South Sudan, plus historical corrections for Australia, Bahamas, Belize, Bermuda, Ghana, Israel, 
Kenya, Nigeria, Palestine, Seychelles, and Vanuatu.

Notably, the Australia/Currie zone has been corrected to the point where it is identical to Australia/Hobart.

For the full list of changes available, please review the release notes.

PostgreSQL 9.5 is EOL

This is the final release of PostgreSQL 9.5. If you are running PostgreSQL 9.5 in a production environment, we suggest that you make plans to upgrade to a newer, supported version of PostgreSQL. 
Please see our versioning policy for more information.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql10-client/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql10-contrib/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql10-plperl/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql10-plpython/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql10-pltcl/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql10-server/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql11/Makefile.common
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql11/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql11-client/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql11-contrib/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql11-plperl/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql11-plpython/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql11-pltcl/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql11-server/Makefile
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/postgresql11/patches/patch-src_backend_commands_collationcmds.c
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql12/Makefile.common
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql12/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql12-client/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql12-contrib/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql12-docs/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql12-plperl/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql12-plpython/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql12-pltcl/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql12-server/Makefile
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/postgresql12/patches/patch-src_backend_commands_collationcmds.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql13/Makefile.common \
    pkgsrc/databases/postgresql13/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql13-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql13-client/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql13-contrib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql13-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql13-plperl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql13-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql13-pltcl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql13-server/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql95-client/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql95-contrib/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql95-plperl/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql95-plpython/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql95-pltcl/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql95-server/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql96-client/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql96-contrib/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql96-docs/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql96-plperl/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql96-plpython/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql96-pltcl/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql96-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/postgresql10/Makefile.common
diff -u pkgsrc/databases/postgresql10/Makefile.common:1.23 pkgsrc/databases/postgresql10/Makefile.common:1.24
--- pkgsrc/databases/postgresql10/Makefile.common:1.23  Mon Nov 16 12:15:02 2020
+++ pkgsrc/databases/postgresql10/Makefile.common       Mon Feb 15 18:58:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2020/11/16 12:15:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2021/02/15 18:58:36 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/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.15
+DISTNAME=      postgresql-10.16
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql10/distinfo
diff -u pkgsrc/databases/postgresql10/distinfo:1.17 pkgsrc/databases/postgresql10/distinfo:1.18
--- pkgsrc/databases/postgresql10/distinfo:1.17 Mon Nov 16 12:15:02 2020
+++ pkgsrc/databases/postgresql10/distinfo      Mon Feb 15 18:58:36 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2020/11/16 12:15:02 adam Exp $
+$NetBSD: distinfo,v 1.18 2021/02/15 18:58:36 adam Exp $
 
-SHA1 (postgresql-10.15.tar.bz2) = 3d688f05d2de7c9ed89ef6be8d33906a4e7a833d
-RMD160 (postgresql-10.15.tar.bz2) = d913c1f991c16bae10db941d9b9fdb0d31f92ebe
-SHA512 (postgresql-10.15.tar.bz2) = 88fe322a8691692f8c1b8ca7f7a5a035c399c1d2a0e6276b60863f2c0cb8e4857b041d7364641e0738438aee0836688e712b9c176ac454ee98386dfd18754636
-Size (postgresql-10.15.tar.bz2) = 19089779 bytes
+SHA1 (postgresql-10.16.tar.bz2) = 594d7f1c604a9666499510d69b6dece97632a61d
+RMD160 (postgresql-10.16.tar.bz2) = d112a187f96bb75e39131e48ca7973286e2da89d
+SHA512 (postgresql-10.16.tar.bz2) = 690649b4e2f4e0650e5b927048e06894e60c5cf1663bb63ab89143f49e5f753e590d3f011b44df3c402379953a9c23f4832f0cf97c984f03c37d14cb85c860aa
+Size (postgresql-10.16.tar.bz2) = 19140221 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql10-client/Makefile
diff -u pkgsrc/databases/postgresql10-client/Makefile:1.14 pkgsrc/databases/postgresql10-client/Makefile:1.15
--- pkgsrc/databases/postgresql10-client/Makefile:1.14  Fri Dec  4 04:55:42 2020
+++ pkgsrc/databases/postgresql10-client/Makefile       Mon Feb 15 18:58:36 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/12/04 04:55:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.15 2021/02/15 18:58:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql10/Makefile.common"

Index: pkgsrc/databases/postgresql10-contrib/Makefile
diff -u pkgsrc/databases/postgresql10-contrib/Makefile:1.14 pkgsrc/databases/postgresql10-contrib/Makefile:1.15
--- pkgsrc/databases/postgresql10-contrib/Makefile:1.14 Fri Dec  4 04:55:42 2020
+++ pkgsrc/databases/postgresql10-contrib/Makefile      Mon Feb 15 18:58:36 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/12/04 04:55:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.15 2021/02/15 18:58:36 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql10/Makefile.common"

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.16 pkgsrc/databases/postgresql10-docs/PLIST:1.17
--- pkgsrc/databases/postgresql10-docs/PLIST:1.16       Mon Nov 16 12:15:02 2020
+++ pkgsrc/databases/postgresql10-docs/PLIST    Mon Feb 15 18:58:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2020/11/16 12:15:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2021/02/15 18:58:37 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -916,6 +916,7 @@ share/doc/postgresql/html/release-10-12.
 share/doc/postgresql/html/release-10-13.html
 share/doc/postgresql/html/release-10-14.html
 share/doc/postgresql/html/release-10-15.html
+share/doc/postgresql/html/release-10-16.html
 share/doc/postgresql/html/release-10-2.html
 share/doc/postgresql/html/release-10-3.html
 share/doc/postgresql/html/release-10-4.html

Index: pkgsrc/databases/postgresql10-plperl/Makefile
diff -u pkgsrc/databases/postgresql10-plperl/Makefile:1.11 pkgsrc/databases/postgresql10-plperl/Makefile:1.12
--- pkgsrc/databases/postgresql10-plperl/Makefile:1.11  Fri Dec  4 04:55:43 2020
+++ pkgsrc/databases/postgresql10-plperl/Makefile       Mon Feb 15 18:58:37 2021
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.11 2020/12/04 04:55:43 riastradh Exp $
+#$ $NetBSD: Makefile,v 1.12 2021/02/15 18:58:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server

Index: pkgsrc/databases/postgresql10-plpython/Makefile
diff -u pkgsrc/databases/postgresql10-plpython/Makefile:1.15 pkgsrc/databases/postgresql10-plpython/Makefile:1.16
--- pkgsrc/databases/postgresql10-plpython/Makefile:1.15        Fri Dec  4 20:45:04 2020
+++ pkgsrc/databases/postgresql10-plpython/Makefile     Mon Feb 15 18:58:37 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/12/04 20:45:04 nia Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/15 18:58:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-plpython-/}
-PKGREVISION=   2
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server

Index: pkgsrc/databases/postgresql10-pltcl/Makefile
diff -u pkgsrc/databases/postgresql10-pltcl/Makefile:1.12 pkgsrc/databases/postgresql10-pltcl/Makefile:1.13
--- pkgsrc/databases/postgresql10-pltcl/Makefile:1.12   Fri Dec  4 04:55:43 2020
+++ pkgsrc/databases/postgresql10-pltcl/Makefile        Mon Feb 15 18:58:37 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/12/04 04:55:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.13 2021/02/15 18:58:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server

Index: pkgsrc/databases/postgresql10-server/Makefile
diff -u pkgsrc/databases/postgresql10-server/Makefile:1.16 pkgsrc/databases/postgresql10-server/Makefile:1.17
--- pkgsrc/databases/postgresql10-server/Makefile:1.16  Fri Dec  4 04:55:43 2020
+++ pkgsrc/databases/postgresql10-server/Makefile       Mon Feb 15 18:58:37 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/12/04 04:55:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.17 2021/02/15 18:58:37 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.16 pkgsrc/databases/postgresql11/Makefile.common:1.17
--- pkgsrc/databases/postgresql11/Makefile.common:1.16  Mon Nov 16 12:15:03 2020
+++ pkgsrc/databases/postgresql11/Makefile.common       Mon Feb 15 18:58:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2020/11/16 12:15:03 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2021/02/15 18:58:37 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.10
+DISTNAME=      postgresql-11.11
 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.12 pkgsrc/databases/postgresql11/distinfo:1.13
--- pkgsrc/databases/postgresql11/distinfo:1.12 Mon Nov 16 12:15:03 2020
+++ pkgsrc/databases/postgresql11/distinfo      Mon Feb 15 18:58:37 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2020/11/16 12:15:03 adam Exp $
+$NetBSD: distinfo,v 1.13 2021/02/15 18:58:37 adam Exp $
 
-SHA1 (postgresql-11.10.tar.bz2) = 97bc8d07d30229b52bac57241cd48bcf6116ef44
-RMD160 (postgresql-11.10.tar.bz2) = 112aaba727ec5639ab8e284d55eba2c7cd12e939
-SHA512 (postgresql-11.10.tar.bz2) = 0cc0e9b0f76e00727dc699ea59a45d760d37d91ec736a62cbc9bda3e38eb1ef1565e4e399dd3ae96bad87f866e56e364f916de7740d8be6e1cfc2bf654dfbb68
-Size (postgresql-11.10.tar.bz2) = 20003842 bytes
+SHA1 (postgresql-11.11.tar.bz2) = ebd71258718f08bf20f79a0e0709bee0955df01b
+RMD160 (postgresql-11.11.tar.bz2) = 44d9bcd81fc6a89d8e2bcbcbc7353e37e951cfbc
+SHA512 (postgresql-11.11.tar.bz2) = 8d38e6b7826e73191159f1ee69efde28adc061e0041eb136f55681503a189355b869b2ff312860325d454c1f95367d921fb61dd2de31f584261f165f229bcdb9
+Size (postgresql-11.11.tar.bz2) = 20054359 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.10 pkgsrc/databases/postgresql11-client/Makefile:1.11
--- pkgsrc/databases/postgresql11-client/Makefile:1.10  Fri Dec  4 04:55:43 2020
+++ pkgsrc/databases/postgresql11-client/Makefile       Mon Feb 15 18:58:37 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/12/04 04:55:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/15 18:58:37 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.11 pkgsrc/databases/postgresql11-contrib/Makefile:1.12
--- pkgsrc/databases/postgresql11-contrib/Makefile:1.11 Fri Dec  4 04:55:43 2020
+++ pkgsrc/databases/postgresql11-contrib/Makefile      Mon Feb 15 18:58:38 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/12/04 04:55:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/15 18:58:38 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/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.11 pkgsrc/databases/postgresql11-docs/PLIST:1.12
--- pkgsrc/databases/postgresql11-docs/PLIST:1.11       Mon Nov 16 12:15:03 2020
+++ pkgsrc/databases/postgresql11-docs/PLIST    Mon Feb 15 18:58:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2020/11/16 12:15:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/02/15 18:58:38 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -947,6 +947,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-11-1.html
 share/doc/postgresql/html/release-11-10.html
+share/doc/postgresql/html/release-11-11.html
 share/doc/postgresql/html/release-11-2.html
 share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11-4.html

Index: pkgsrc/databases/postgresql11-plperl/Makefile
diff -u pkgsrc/databases/postgresql11-plperl/Makefile:1.9 pkgsrc/databases/postgresql11-plperl/Makefile:1.10
--- pkgsrc/databases/postgresql11-plperl/Makefile:1.9   Fri Dec  4 04:55:43 2020
+++ pkgsrc/databases/postgresql11-plperl/Makefile       Mon Feb 15 18:58:38 2021
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.9 2020/12/04 04:55:43 riastradh Exp $
+#$ $NetBSD: Makefile,v 1.10 2021/02/15 18:58:38 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.13 pkgsrc/databases/postgresql11-plpython/Makefile:1.14
--- pkgsrc/databases/postgresql11-plpython/Makefile:1.13        Fri Dec  4 20:45:05 2020
+++ pkgsrc/databases/postgresql11-plpython/Makefile     Mon Feb 15 18:58:38 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/12/04 20:45:05 nia Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/15 18:58:38 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-plpython-/}
-PKGREVISION=   2
 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.10 pkgsrc/databases/postgresql11-pltcl/Makefile:1.11
--- pkgsrc/databases/postgresql11-pltcl/Makefile:1.10   Fri Dec  4 04:55:44 2020
+++ pkgsrc/databases/postgresql11-pltcl/Makefile        Mon Feb 15 18:58:38 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/12/04 04:55:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/15 18:58:38 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.13 pkgsrc/databases/postgresql11-server/Makefile:1.14
--- pkgsrc/databases/postgresql11-server/Makefile:1.13  Fri Dec  4 04:55:44 2020
+++ pkgsrc/databases/postgresql11-server/Makefile       Mon Feb 15 18:58:38 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/12/04 04:55:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/15 18:58:38 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql12/Makefile.common
diff -u pkgsrc/databases/postgresql12/Makefile.common:1.9 pkgsrc/databases/postgresql12/Makefile.common:1.10
--- pkgsrc/databases/postgresql12/Makefile.common:1.9   Mon Nov 16 12:15:04 2020
+++ pkgsrc/databases/postgresql12/Makefile.common       Mon Feb 15 18:58:38 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2020/11/16 12:15:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/02/15 18:58:38 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.5
+DISTNAME=      postgresql-12.6
 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.6 pkgsrc/databases/postgresql12/distinfo:1.7
--- pkgsrc/databases/postgresql12/distinfo:1.6  Mon Nov 16 12:15:04 2020
+++ pkgsrc/databases/postgresql12/distinfo      Mon Feb 15 18:58:38 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2020/11/16 12:15:04 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/02/15 18:58:38 adam Exp $
 
-SHA1 (postgresql-12.5.tar.bz2) = 031c42b26df6aa91351c02c336b9aa6111bf6c7e
-RMD160 (postgresql-12.5.tar.bz2) = d974cdb8fcf8e960fca824786b8121cfffc60c05
-SHA512 (postgresql-12.5.tar.bz2) = 9895bcb1bb26206500666ab4441e663ef83702d428b85a6ff177a4eaf44b0ae06b35d5c4da2672ccb4ec18296649af95bf2f0aed526afaa6a216a8c2d2c5627e
-Size (postgresql-12.5.tar.bz2) = 20729654 bytes
+SHA1 (postgresql-12.6.tar.bz2) = 988d60b27a2dfefd37574cd2da2ce0b45a9ca207
+RMD160 (postgresql-12.6.tar.bz2) = 034ced8da6d4b56ea6e5450dc32156f41a3f2f98
+SHA512 (postgresql-12.6.tar.bz2) = 5742c9d861c53bbdd032972e63b706d24ccb39492474c446cf4edac235d57357f036e48727027819004177003c4328123148e3d767d2b3d7866a52f333f8d68d
+Size (postgresql-12.6.tar.bz2) = 20771172 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
@@ -11,7 +11,6 @@ SHA1 (patch-contrib_dblink_dblink.c) = a
 SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
 SHA1 (patch-src_Makefile.shlib) = 4e093c79345add008a56c10d1c1bc8574f7a38e1
 SHA1 (patch-src_backend_Makefile) = 209f4cfb1670381838e7f25ead7ab9f0f671f89c
-SHA1 (patch-src_backend_commands_collationcmds.c) = afd137be89f3f487a82711a350dd940b89999ab3
 SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
 SHA1 (patch-src_makefiles_Makefile.solaris) = 10bf43bee54a6a1b6086c1652076544b05bf0192
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 161a8f7af61b3a33b255fdee9fa7d4918decde7d

Index: pkgsrc/databases/postgresql12-client/Makefile
diff -u pkgsrc/databases/postgresql12-client/Makefile:1.12 pkgsrc/databases/postgresql12-client/Makefile:1.13
--- pkgsrc/databases/postgresql12-client/Makefile:1.12  Fri Dec  4 04:55:44 2020
+++ pkgsrc/databases/postgresql12-client/Makefile       Mon Feb 15 18:58:38 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/12/04 04:55:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.13 2021/02/15 18:58:38 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.11 pkgsrc/databases/postgresql12-contrib/Makefile:1.12
--- pkgsrc/databases/postgresql12-contrib/Makefile:1.11 Fri Dec  4 04:55:44 2020
+++ pkgsrc/databases/postgresql12-contrib/Makefile      Mon Feb 15 18:58:39 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/12/04 04:55:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/15 18:58:39 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/PLIST
diff -u pkgsrc/databases/postgresql12-docs/PLIST:1.6 pkgsrc/databases/postgresql12-docs/PLIST:1.7
--- pkgsrc/databases/postgresql12-docs/PLIST:1.6        Mon Nov 16 12:15:04 2020
+++ pkgsrc/databases/postgresql12-docs/PLIST    Mon Feb 15 18:58:39 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/11/16 12:15:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/02/15 18:58:39 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -957,6 +957,7 @@ share/doc/postgresql/html/release-12-2.h
 share/doc/postgresql/html/release-12-3.html
 share/doc/postgresql/html/release-12-4.html
 share/doc/postgresql/html/release-12-5.html
+share/doc/postgresql/html/release-12-6.html
 share/doc/postgresql/html/release-12.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql12-plperl/Makefile
diff -u pkgsrc/databases/postgresql12-plperl/Makefile:1.9 pkgsrc/databases/postgresql12-plperl/Makefile:1.10
--- pkgsrc/databases/postgresql12-plperl/Makefile:1.9   Fri Dec  4 04:55:44 2020
+++ pkgsrc/databases/postgresql12-plperl/Makefile       Mon Feb 15 18:58:39 2021
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.9 2020/12/04 04:55:44 riastradh Exp $
+#$ $NetBSD: Makefile,v 1.10 2021/02/15 18:58:39 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.11 pkgsrc/databases/postgresql12-plpython/Makefile:1.12
--- pkgsrc/databases/postgresql12-plpython/Makefile:1.11        Fri Dec  4 20:45:05 2020
+++ pkgsrc/databases/postgresql12-plpython/Makefile     Mon Feb 15 18:58:39 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/12/04 20:45:05 nia Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/15 18:58:39 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-plpython-/}
-PKGREVISION=   2
 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.10 pkgsrc/databases/postgresql12-pltcl/Makefile:1.11
--- pkgsrc/databases/postgresql12-pltcl/Makefile:1.10   Fri Dec  4 04:55:44 2020
+++ pkgsrc/databases/postgresql12-pltcl/Makefile        Mon Feb 15 18:58:39 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/12/04 04:55:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/15 18:58:39 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.12 pkgsrc/databases/postgresql12-server/Makefile:1.13
--- pkgsrc/databases/postgresql12-server/Makefile:1.12  Fri Dec  4 04:55:44 2020
+++ pkgsrc/databases/postgresql12-server/Makefile       Mon Feb 15 18:58:39 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/12/04 04:55:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.13 2021/02/15 18:58:39 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql13/Makefile.common
diff -u pkgsrc/databases/postgresql13/Makefile.common:1.2 pkgsrc/databases/postgresql13/Makefile.common:1.3
--- pkgsrc/databases/postgresql13/Makefile.common:1.2   Mon Nov 16 12:15:05 2020
+++ pkgsrc/databases/postgresql13/Makefile.common       Mon Feb 15 18:58:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2020/11/16 12:15:05 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2021/02/15 18:58:39 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.1
+DISTNAME=      postgresql-13.2
 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.2 pkgsrc/databases/postgresql13/distinfo:1.3
--- pkgsrc/databases/postgresql13/distinfo:1.2  Mon Nov 16 12:15:05 2020
+++ pkgsrc/databases/postgresql13/distinfo      Mon Feb 15 18:58:39 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2020/11/16 12:15:05 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/02/15 18:58:39 adam Exp $
 
-SHA1 (postgresql-13.1.tar.bz2) = 3760c704f4d195100a28a983c0bc5331076259ee
-RMD160 (postgresql-13.1.tar.bz2) = 886f62c368ac83cdb598c347e970f85c42de616b
-SHA512 (postgresql-13.1.tar.bz2) = b7bd378db1dcb74ebcd5fffba03b82d8117d182029e4caca48eef62d8bcdbeef2c2e10f18eef0cdafb9d7acf21aa164d040e56687709f97b08c51540a786eeca
-Size (postgresql-13.1.tar.bz2) = 21034192 bytes
+SHA1 (postgresql-13.2.tar.bz2) = fc40c06ee7f2fd5f4ee5af88c8502f06a44c8698
+RMD160 (postgresql-13.2.tar.bz2) = 834069b800e8dcad67c5472dc23bc126e8c411fc
+SHA512 (postgresql-13.2.tar.bz2) = 6d93cbae8de8637deeccd851fb676a12015e8e1efa6be2424f506f232db535c54b974b11f47ed4578575f90f6de1947b1647f399794b4ec242838efd4c5b2bce
+Size (postgresql-13.2.tar.bz2) = 21057276 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql13-client/Makefile
diff -u pkgsrc/databases/postgresql13-client/Makefile:1.4 pkgsrc/databases/postgresql13-client/Makefile:1.5
--- pkgsrc/databases/postgresql13-client/Makefile:1.4   Fri Dec  4 04:55:45 2020
+++ pkgsrc/databases/postgresql13-client/Makefile       Mon Feb 15 18:58:39 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/12/04 04:55:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/15 18:58:39 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql13/Makefile.common"

Index: pkgsrc/databases/postgresql13-client/PLIST
diff -u pkgsrc/databases/postgresql13-client/PLIST:1.2 pkgsrc/databases/postgresql13-client/PLIST:1.3
--- pkgsrc/databases/postgresql13-client/PLIST:1.2      Mon Nov 16 12:15:05 2020
+++ pkgsrc/databases/postgresql13-client/PLIST  Mon Feb 15 18:58:39 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/11/16 12:15:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/02/15 18:58:39 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -970,6 +970,7 @@ ${PLIST.nls}share/locale/ja/LC_MESSAGES/
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/pg_test_fsync-13.mo
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/pg_test_timing-13.mo
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/pg_upgrade-13.mo
+${PLIST.nls}share/locale/ja/LC_MESSAGES/pg_verifybackup-13.mo
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/pg_waldump-13.mo
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/pgscripts-13.mo
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/psql-13.mo

Index: pkgsrc/databases/postgresql13-contrib/Makefile
diff -u pkgsrc/databases/postgresql13-contrib/Makefile:1.4 pkgsrc/databases/postgresql13-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql13-contrib/Makefile:1.4  Fri Dec  4 04:55:45 2020
+++ pkgsrc/databases/postgresql13-contrib/Makefile      Mon Feb 15 18:58:40 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/12/04 04:55:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/15 18:58:40 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/PLIST
diff -u pkgsrc/databases/postgresql13-docs/PLIST:1.2 pkgsrc/databases/postgresql13-docs/PLIST:1.3
--- pkgsrc/databases/postgresql13-docs/PLIST:1.2        Mon Nov 16 12:15:05 2020
+++ pkgsrc/databases/postgresql13-docs/PLIST    Mon Feb 15 18:58:40 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/11/16 12:15:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/02/15 18:58:40 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -961,6 +961,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-13-1.html
+share/doc/postgresql/html/release-13-2.html
 share/doc/postgresql/html/release-13.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql13-plperl/Makefile
diff -u pkgsrc/databases/postgresql13-plperl/Makefile:1.4 pkgsrc/databases/postgresql13-plperl/Makefile:1.5
--- pkgsrc/databases/postgresql13-plperl/Makefile:1.4   Fri Dec  4 04:55:45 2020
+++ pkgsrc/databases/postgresql13-plperl/Makefile       Mon Feb 15 18:58:40 2021
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.4 2020/12/04 04:55:45 riastradh Exp $
+#$ $NetBSD: Makefile,v 1.5 2021/02/15 18:58:40 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.5 pkgsrc/databases/postgresql13-plpython/Makefile:1.6
--- pkgsrc/databases/postgresql13-plpython/Makefile:1.5 Fri Dec  4 20:45:05 2020
+++ pkgsrc/databases/postgresql13-plpython/Makefile     Mon Feb 15 18:58:40 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/12/04 20:45:05 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/15 18:58:40 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-plpython-/}
-PKGREVISION=   2
 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.4 pkgsrc/databases/postgresql13-pltcl/Makefile:1.5
--- pkgsrc/databases/postgresql13-pltcl/Makefile:1.4    Fri Dec  4 04:55:45 2020
+++ pkgsrc/databases/postgresql13-pltcl/Makefile        Mon Feb 15 18:58:40 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/12/04 04:55:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/15 18:58:40 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.4 pkgsrc/databases/postgresql13-server/Makefile:1.5
--- pkgsrc/databases/postgresql13-server/Makefile:1.4   Fri Dec  4 04:55:45 2020
+++ pkgsrc/databases/postgresql13-server/Makefile       Mon Feb 15 18:58:40 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/12/04 04:55:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/15 18:58:40 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/13-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.34 pkgsrc/databases/postgresql95/Makefile.common:1.35
--- pkgsrc/databases/postgresql95/Makefile.common:1.34  Mon Nov 16 12:15:06 2020
+++ pkgsrc/databases/postgresql95/Makefile.common       Mon Feb 15 18:58:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2020/11/16 12:15:06 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2021/02/15 18:58:40 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/postgresql95-pltcl/Makefile
 # used by databases/postgresql95-server/Makefile
 
-DISTNAME=      postgresql-9.5.24
+DISTNAME=      postgresql-9.5.25
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql95/distinfo
diff -u pkgsrc/databases/postgresql95/distinfo:1.26 pkgsrc/databases/postgresql95/distinfo:1.27
--- pkgsrc/databases/postgresql95/distinfo:1.26 Mon Nov 16 12:15:06 2020
+++ pkgsrc/databases/postgresql95/distinfo      Mon Feb 15 18:58:40 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2020/11/16 12:15:06 adam Exp $
+$NetBSD: distinfo,v 1.27 2021/02/15 18:58:40 adam Exp $
 
-SHA1 (postgresql-9.5.24.tar.bz2) = 9d1efcdb439172c37f7fbb10e5e0836f6ba9d710
-RMD160 (postgresql-9.5.24.tar.bz2) = a1ad64d2feb0fcd5f16ce5a35879d2d8eb63a680
-SHA512 (postgresql-9.5.24.tar.bz2) = 6e649cd31f2761e2d070d8028b59a690ad76ff3d83a3aa982c4b222c8ea2927fda5e8f473330526673e27ad4b3cc99e8c66810e097c3dfc6517571405c6aede3
-Size (postgresql-9.5.24.tar.bz2) = 17881872 bytes
+SHA1 (postgresql-9.5.25.tar.bz2) = 06775dad91cff791d54f07aef4499eb844843932
+RMD160 (postgresql-9.5.25.tar.bz2) = 29bc5f749edd9b3f45d133f970a593dd610b72fb
+SHA512 (postgresql-9.5.25.tar.bz2) = 621b36d767d2c7eb2e942cb7b26ca7491450fcfd9606114849f7336b4d8a0bc0196badb44da4918e748145d21b6f72ccf1255a1309dff2427da8b39b63fca427
+Size (postgresql-9.5.25.tar.bz2) = 17923796 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0

Index: pkgsrc/databases/postgresql95-client/Makefile
diff -u pkgsrc/databases/postgresql95-client/Makefile:1.18 pkgsrc/databases/postgresql95-client/Makefile:1.19
--- pkgsrc/databases/postgresql95-client/Makefile:1.18  Fri Dec  4 04:55:45 2020
+++ pkgsrc/databases/postgresql95-client/Makefile       Mon Feb 15 18:58:40 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/12/04 04:55:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.19 2021/02/15 18:58:40 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/95-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-contrib/Makefile
diff -u pkgsrc/databases/postgresql95-contrib/Makefile:1.15 pkgsrc/databases/postgresql95-contrib/Makefile:1.16
--- pkgsrc/databases/postgresql95-contrib/Makefile:1.15 Fri Dec  4 04:55:45 2020
+++ pkgsrc/databases/postgresql95-contrib/Makefile      Mon Feb 15 18:58:40 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/12/04 04:55:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/15 18:58:40 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/95-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.24 pkgsrc/databases/postgresql95-docs/PLIST:1.25
--- pkgsrc/databases/postgresql95-docs/PLIST:1.24       Mon Nov 16 12:15:06 2020
+++ pkgsrc/databases/postgresql95-docs/PLIST    Mon Feb 15 18:58:41 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/11/16 12:15:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2021/02/15 18:58:41 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -885,6 +885,7 @@ share/doc/postgresql/html/release-9-5-21
 share/doc/postgresql/html/release-9-5-22.html
 share/doc/postgresql/html/release-9-5-23.html
 share/doc/postgresql/html/release-9-5-24.html
+share/doc/postgresql/html/release-9-5-25.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
 share/doc/postgresql/html/release-9-5-5.html

Index: pkgsrc/databases/postgresql95-plperl/Makefile
diff -u pkgsrc/databases/postgresql95-plperl/Makefile:1.15 pkgsrc/databases/postgresql95-plperl/Makefile:1.16
--- pkgsrc/databases/postgresql95-plperl/Makefile:1.15  Fri Dec  4 04:55:46 2020
+++ pkgsrc/databases/postgresql95-plperl/Makefile       Mon Feb 15 18:58:41 2021
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.15 2020/12/04 04:55:46 riastradh Exp $
+#$ $NetBSD: Makefile,v 1.16 2021/02/15 18:58:41 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/95-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server

Index: pkgsrc/databases/postgresql95-plpython/Makefile
diff -u pkgsrc/databases/postgresql95-plpython/Makefile:1.17 pkgsrc/databases/postgresql95-plpython/Makefile:1.18
--- pkgsrc/databases/postgresql95-plpython/Makefile:1.17        Fri Dec  4 20:45:05 2020
+++ pkgsrc/databases/postgresql95-plpython/Makefile     Mon Feb 15 18:58:41 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/12/04 20:45:05 nia Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/15 18:58:41 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/95-plpython-/}
-PKGREVISION=   2
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server

Index: pkgsrc/databases/postgresql95-pltcl/Makefile
diff -u pkgsrc/databases/postgresql95-pltcl/Makefile:1.14 pkgsrc/databases/postgresql95-pltcl/Makefile:1.15
--- pkgsrc/databases/postgresql95-pltcl/Makefile:1.14   Fri Dec  4 04:55:46 2020
+++ pkgsrc/databases/postgresql95-pltcl/Makefile        Mon Feb 15 18:58:41 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/12/04 04:55:46 riastradh Exp $
+# $NetBSD: Makefile,v 1.15 2021/02/15 18:58:41 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/95-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server

Index: pkgsrc/databases/postgresql95-server/Makefile
diff -u pkgsrc/databases/postgresql95-server/Makefile:1.17 pkgsrc/databases/postgresql95-server/Makefile:1.18
--- pkgsrc/databases/postgresql95-server/Makefile:1.17  Fri Dec  4 04:55:46 2020
+++ pkgsrc/databases/postgresql95-server/Makefile       Mon Feb 15 18:58:41 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/12/04 04:55:46 riastradh Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/15 18:58:41 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/95-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.28 pkgsrc/databases/postgresql96/Makefile.common:1.29
--- pkgsrc/databases/postgresql96/Makefile.common:1.28  Mon Nov 16 12:15:06 2020
+++ pkgsrc/databases/postgresql96/Makefile.common       Mon Feb 15 18:58:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2020/11/16 12:15:06 adam Exp $
+# $NetBSD: Makefile.common,v 1.29 2021/02/15 18:58:41 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/postgresql96-pltcl/Makefile
 # used by databases/postgresql96-server/Makefile
 
-DISTNAME=      postgresql-9.6.20
+DISTNAME=      postgresql-9.6.21
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql96/distinfo
diff -u pkgsrc/databases/postgresql96/distinfo:1.22 pkgsrc/databases/postgresql96/distinfo:1.23
--- pkgsrc/databases/postgresql96/distinfo:1.22 Mon Nov 16 12:15:06 2020
+++ pkgsrc/databases/postgresql96/distinfo      Mon Feb 15 18:58:41 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2020/11/16 12:15:06 adam Exp $
+$NetBSD: distinfo,v 1.23 2021/02/15 18:58:41 adam Exp $
 
-SHA1 (postgresql-9.6.20.tar.bz2) = 13aa206da020a550e56dbf524ca227bc2191fa48
-RMD160 (postgresql-9.6.20.tar.bz2) = 4f50e8fdb848b00e67d62638cf4a198477eee05a
-SHA512 (postgresql-9.6.20.tar.bz2) = 6d247e5640a515fa6e6a4c68a992c83aeb19e35924b8e3d21191b3289200766588d1426c5863a13bfc4a11944da3202df9efebc94460d16454c29e5a79384c75
-Size (postgresql-9.6.20.tar.bz2) = 18944478 bytes
+SHA1 (postgresql-9.6.21.tar.bz2) = e24333824d361968958613f546ae06011d9d1dfc
+RMD160 (postgresql-9.6.21.tar.bz2) = a8352cb850f0168ae3c42a33dc0191b71d74a966
+SHA512 (postgresql-9.6.21.tar.bz2) = 6fba42171cbe4ec24ed250c32cc8f35be70ddfbc6d1ef0df733bbd094b29174ef198db351f6679a26170effe1fed44269dbe9dbdd619bb18be87f5b539f74475
+Size (postgresql-9.6.21.tar.bz2) = 18990266 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24

Index: pkgsrc/databases/postgresql96-client/Makefile
diff -u pkgsrc/databases/postgresql96-client/Makefile:1.16 pkgsrc/databases/postgresql96-client/Makefile:1.17
--- pkgsrc/databases/postgresql96-client/Makefile:1.16  Fri Dec  4 04:55:46 2020
+++ pkgsrc/databases/postgresql96-client/Makefile       Mon Feb 15 18:58:41 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/12/04 04:55:46 riastradh Exp $
+# $NetBSD: Makefile,v 1.17 2021/02/15 18:58:41 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/96-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql96/Makefile.common"

Index: pkgsrc/databases/postgresql96-contrib/Makefile
diff -u pkgsrc/databases/postgresql96-contrib/Makefile:1.15 pkgsrc/databases/postgresql96-contrib/Makefile:1.16
--- pkgsrc/databases/postgresql96-contrib/Makefile:1.15 Fri Dec  4 04:55:46 2020
+++ pkgsrc/databases/postgresql96-contrib/Makefile      Mon Feb 15 18:58:41 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/12/04 04:55:46 riastradh Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/15 18:58:41 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/96-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql96/Makefile.common"

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.20 pkgsrc/databases/postgresql96-docs/PLIST:1.21
--- pkgsrc/databases/postgresql96-docs/PLIST:1.20       Mon Nov 16 12:15:07 2020
+++ pkgsrc/databases/postgresql96-docs/PLIST    Mon Feb 15 18:58:42 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2020/11/16 12:15:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2021/02/15 18:58:42 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -895,6 +895,7 @@ share/doc/postgresql/html/release-9-6-18
 share/doc/postgresql/html/release-9-6-19.html
 share/doc/postgresql/html/release-9-6-2.html
 share/doc/postgresql/html/release-9-6-20.html
+share/doc/postgresql/html/release-9-6-21.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html
 share/doc/postgresql/html/release-9-6-5.html

Index: pkgsrc/databases/postgresql96-plperl/Makefile
diff -u pkgsrc/databases/postgresql96-plperl/Makefile:1.11 pkgsrc/databases/postgresql96-plperl/Makefile:1.12
--- pkgsrc/databases/postgresql96-plperl/Makefile:1.11  Fri Dec  4 04:55:46 2020
+++ pkgsrc/databases/postgresql96-plperl/Makefile       Mon Feb 15 18:58:42 2021
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.11 2020/12/04 04:55:46 riastradh Exp $
+#$ $NetBSD: Makefile,v 1.12 2021/02/15 18:58:42 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/96-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server

Index: pkgsrc/databases/postgresql96-plpython/Makefile
diff -u pkgsrc/databases/postgresql96-plpython/Makefile:1.15 pkgsrc/databases/postgresql96-plpython/Makefile:1.16
--- pkgsrc/databases/postgresql96-plpython/Makefile:1.15        Fri Dec  4 20:45:05 2020
+++ pkgsrc/databases/postgresql96-plpython/Makefile     Mon Feb 15 18:58:42 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/12/04 20:45:05 nia Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/15 18:58:42 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/96-plpython-/}
-PKGREVISION=   2
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server

Index: pkgsrc/databases/postgresql96-pltcl/Makefile
diff -u pkgsrc/databases/postgresql96-pltcl/Makefile:1.12 pkgsrc/databases/postgresql96-pltcl/Makefile:1.13
--- pkgsrc/databases/postgresql96-pltcl/Makefile:1.12   Fri Dec  4 04:55:47 2020
+++ pkgsrc/databases/postgresql96-pltcl/Makefile        Mon Feb 15 18:58:42 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/12/04 04:55:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.13 2021/02/15 18:58:42 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/96-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server

Index: pkgsrc/databases/postgresql96-server/Makefile
diff -u pkgsrc/databases/postgresql96-server/Makefile:1.14 pkgsrc/databases/postgresql96-server/Makefile:1.15
--- pkgsrc/databases/postgresql96-server/Makefile:1.14  Fri Dec  4 04:55:47 2020
+++ pkgsrc/databases/postgresql96-server/Makefile       Mon Feb 15 18:58:42 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/12/04 04:55:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.15 2021/02/15 18:58:42 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/96-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation



Home | Main Index | Thread Index | Old Index