pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 14 17:06:46 UTC 2020

Modified Files:
        pkgsrc/databases/postgresql10: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql10-client: Makefile
        pkgsrc/databases/postgresql10-contrib: Makefile
        pkgsrc/databases/postgresql10-docs: Makefile 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 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 PLIST
        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/postgresql94: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql94-client: Makefile
        pkgsrc/databases/postgresql94-contrib: Makefile
        pkgsrc/databases/postgresql94-docs: Makefile PLIST
        pkgsrc/databases/postgresql94-plperl: Makefile
        pkgsrc/databases/postgresql94-plpython: Makefile
        pkgsrc/databases/postgresql94-pltcl: Makefile
        pkgsrc/databases/postgresql94-server: Makefile
        pkgsrc/databases/postgresql95: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql95-client: Makefile
        pkgsrc/databases/postgresql95-contrib: Makefile
        pkgsrc/databases/postgresql95-docs: Makefile 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 Makefile.common distinfo
        pkgsrc/databases/postgresql96-client: Makefile
        pkgsrc/databases/postgresql96-contrib: Makefile
        pkgsrc/databases/postgresql96-docs: Makefile PLIST
        pkgsrc/databases/postgresql96-plperl: Makefile
        pkgsrc/databases/postgresql96-plpython: Makefile
        pkgsrc/databases/postgresql96-pltcl: Makefile
        pkgsrc/databases/postgresql96-server: Makefile

Log Message:
postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26

PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26

PostgreSQL 9.4 Now EOL

This is the last release for PostgreSQL 9.4, which will no longer receive security updates and bug fixes. PostgreSQL 9.4 introduced new features such as JSONB support, the ALTER SYSTEM command, the 
ability to stream logical changes to an output plugin, and more.

While we are very proud of this release, these features are also found in newer versions of PostgreSQL. Many of these features have also received improvements, and, per our versioning policy, it is 
time to retire PostgreSQL 9.4.

To receive continued support, we suggest that you make plans to upgrade to a newer, supported version of PostgreSQL. Please see the PostgreSQL versioning policy for more information.

Security Issues

CVE-2020-1720: ALTER ... DEPENDS ON EXTENSION is missing authorization checks.
Versions Affected: 9.6 - 12

The ALTER ... DEPENDS ON EXTENSION sub-commands do not perform authorization checks, which can allow an unprivileged user to drop any function, procedure, materialized view, index, or trigger under 
certain conditions. This attack is possible if an administrator has installed an extension and an unprivileged user can CREATE, or an extension owner either executes DROP EXTENSION predictably or can 
be convinced to execute DROP EXTENSION.

Bug Fixes and Improvements

This update also fixes over 75 bugs that were reported in the last several months. Some of these issues affect only version 12, but may also affect all supported versions.

Some of these fixes include:

Fix for partitioned tables with foreign-key references where TRUNCATE ... CASCADE would not remove all data. If you have previously used TRUNCATE ... CASCADE on a partitioned table with foreign-key 
references please see the "Updating" section for verification and cleanup steps.
Fix failure to add foreign key constraints to table with sub-partitions (aka a multi-level partitioned table). If you have previously used this functionality, you can fix it by either detaching and 
re-attaching the affected partition, or by dropping and re-adding the foreign key constraint to the parent table. You can find more information on how to perform these steps in the ALTER TABLE 
documentation.
Fix performance issue for partitioned tables introduced by the fix for CVE-2017-7484 that now allows the planner to use statistics on a child table for a column that the user is granted access to on 
the parent table when the query contains a leaky operator.
Several other fixes and changes for partitioned tables, including disallowing partition key expressions that return pseudo-types, such as RECORD.
Fix for logical replication subscribers for executing per-column UPDATE triggers.
Fix for several crashes and failures for logical replication subscribers and publishers.
Improve efficiency of logical replication with REPLICA IDENTITY FULL.
Ensure that calling pg_replication_slot_advance() on a physical replication slot will persist changes across restarts.
Several fixes for the walsender processes.
Improve performance of hash joins with very large inner relations.
Fix placement of "Subplans Removed" field in EXPLAIN output by placing it with its parent Append or MergeAppend plan.
Several fixes for parallel query plans.
Several fixes for query planner errors, including one that affected joins to single-row subqueries.
Several fixes for MCV extend statistics, including one for incorrect estimation for OR clauses.
Improve efficiency of parallel hash join on CPUs with many cores.
Ignore the CONCURRENTLY option when performing an index creation, drop, or reindex on a temporary table.
Fall back to non-parallel index builds when a parallelized CREATE INDEX has no free dynamic shared memory slots.
Several fixes for GiST & GIN indexes.
Fix possible crash in BRIN index operations with box, range and inet data types.
Fix support for BRIN hypothetical indexes.
Fix failure in ALTER TABLE when a column referenced in a GENERATED expression is added or changed in type earlier in the same ALTER TABLE statement.
Fix handling of multiple AFTER ROW triggers on a foreign table.
Fix off-by-one result for EXTRACT(ISOYEAR FROM timestamp) for BC dates.
Prevent unwanted lowercasing and truncation of RADIUS authentication parameters in the pg_hba.conf file.
Several fixes for GSSAPI support, including having libpq accept all GSS-related connection parameters even if the GSSAPI code is not compiled in.
Several fixes for pg_dump and pg_restore when run in parallel mode.
Fix crash with postgres_fdw when trying to execute a remote query on the remote server such as UPDATE remote_tab SET (x,y) = (SELECT ...).
Disallow NULL category values in the crosstab() function of contrib/tablefunc to prevent crashes.
Several fixes for Windows, including a race condition that could cause timing oddities with NOTIFY.
Several ecpg fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql10/Makefile \
    pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql10-client/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql10-contrib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql10-docs/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql10-plperl/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql10-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql10-pltcl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql10-server/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql11/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql11/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql11/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11-client/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql11-contrib/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql11-docs/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11-plperl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql11-plpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11-pltcl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql11-server/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql12/Makefile \
    pkgsrc/databases/postgresql12/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql12/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql12-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql12-client/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql12-contrib/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql12-docs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql12-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql12-plperl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql12-plpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql12-pltcl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql12-server/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql94/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/postgresql94/Makefile.common
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/postgresql94/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql94-client/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql94-contrib/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql94-docs/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql94-docs/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql94-plperl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql94-plpython/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql94-pltcl/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql94-server/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql95/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql95-client/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql95-contrib/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql95-docs/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql95-plperl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql95-plpython/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql95-pltcl/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql95-server/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql96-client/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql96-contrib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql96-docs/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql96-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96-plperl/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql96-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96-pltcl/Makefile
cvs rdiff -u -r1.6 -r1.7 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
diff -u pkgsrc/databases/postgresql10/Makefile:1.13 pkgsrc/databases/postgresql10/Makefile:1.14
--- pkgsrc/databases/postgresql10/Makefile:1.13 Sat Jan 18 21:48:59 2020
+++ pkgsrc/databases/postgresql10/Makefile      Fri Feb 14 17:06:40 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 21:48:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2020/02/14 17:06:40 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/10-/}
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client
Index: pkgsrc/databases/postgresql10/distinfo
diff -u pkgsrc/databases/postgresql10/distinfo:1.13 pkgsrc/databases/postgresql10/distinfo:1.14
--- pkgsrc/databases/postgresql10/distinfo:1.13 Tue Nov 19 05:54:51 2019
+++ pkgsrc/databases/postgresql10/distinfo      Fri Feb 14 17:06:40 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2019/11/19 05:54:51 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/02/14 17:06:40 adam Exp $
 
-SHA1 (postgresql-10.11.tar.bz2) = 39ce96ff01f7bf10163fccde19084ace2061f545
-RMD160 (postgresql-10.11.tar.bz2) = 199b583510d821969fd9a7d35539b73165d8ed8a
-SHA512 (postgresql-10.11.tar.bz2) = ce90b34e74d423b6db1f0e840b8e09579965c020fa2cfe3e567b604d3354d91e00a4347d559876be829aa89db44f84736e154495708ba9908f1d850446a1fc7b
-Size (postgresql-10.11.tar.bz2) = 19017947 bytes
+SHA1 (postgresql-10.12.tar.bz2) = ccf939036756ab3f2884f77f43bf459a91307375
+RMD160 (postgresql-10.12.tar.bz2) = 9ef9c40c07dd31be9298946fff5acde89b31dc13
+SHA512 (postgresql-10.12.tar.bz2) = 6accc66cbbae811509095c33e8a8d17ddd11d9e307267312e3d09df90469db4700a5806166d66f25d77769d3ef88653c98dfc7d05dd053f10434b03e0a9e33b7
+Size (postgresql-10.12.tar.bz2) = 19020488 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql10/Makefile.common
diff -u pkgsrc/databases/postgresql10/Makefile.common:1.18 pkgsrc/databases/postgresql10/Makefile.common:1.19
--- pkgsrc/databases/postgresql10/Makefile.common:1.18  Tue Nov 19 05:54:51 2019
+++ pkgsrc/databases/postgresql10/Makefile.common       Fri Feb 14 17:06:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2019/11/19 05:54:51 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2020/02/14 17:06: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/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.11
+DISTNAME=      postgresql-10.12
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql10-client/Makefile
diff -u pkgsrc/databases/postgresql10-client/Makefile:1.6 pkgsrc/databases/postgresql10-client/Makefile:1.7
--- pkgsrc/databases/postgresql10-client/Makefile:1.6   Sat Jan 18 21:48:01 2020
+++ pkgsrc/databases/postgresql10-client/Makefile       Fri Feb 14 17:06:40 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:48:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:40 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-client-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/10-client-/}
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql10/Makefile.common"

Index: pkgsrc/databases/postgresql10-contrib/Makefile
diff -u pkgsrc/databases/postgresql10-contrib/Makefile:1.6 pkgsrc/databases/postgresql10-contrib/Makefile:1.7
--- pkgsrc/databases/postgresql10-contrib/Makefile:1.6  Sat Jan 18 21:48:59 2020
+++ pkgsrc/databases/postgresql10-contrib/Makefile      Fri Feb 14 17:06:41 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:48:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-contrib-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/10-contrib-/}
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql10/Makefile.common"

Index: pkgsrc/databases/postgresql10-docs/Makefile
diff -u pkgsrc/databases/postgresql10-docs/Makefile:1.3 pkgsrc/databases/postgresql10-docs/Makefile:1.4
--- pkgsrc/databases/postgresql10-docs/Makefile:1.3     Fri Nov  9 18:12:24 2018
+++ pkgsrc/databases/postgresql10-docs/Makefile Fri Feb 14 17:06:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-docs-/}
+PKGNAME=       ${DISTNAME:S/-/10-docs-/}
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql10/Makefile.common"

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.12 pkgsrc/databases/postgresql10-docs/PLIST:1.13
--- pkgsrc/databases/postgresql10-docs/PLIST:1.12       Tue Nov 19 05:54:51 2019
+++ pkgsrc/databases/postgresql10-docs/PLIST    Fri Feb 14 17:06:41 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/11/19 05:54:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/02/14 17:06:41 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -911,6 +911,7 @@ share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-10-1.html
 share/doc/postgresql/html/release-10-10.html
 share/doc/postgresql/html/release-10-11.html
+share/doc/postgresql/html/release-10-12.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.4 pkgsrc/databases/postgresql10-plperl/Makefile:1.5
--- pkgsrc/databases/postgresql10-plperl/Makefile:1.4   Sat Jan 18 21:48:59 2020
+++ pkgsrc/databases/postgresql10-plperl/Makefile       Fri Feb 14 17:06:41 2020
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.4 2020/01/18 21:48:59 jperkin Exp $
+#$ $NetBSD: Makefile,v 1.5 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-plperl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/10-plperl-/}
 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.6 pkgsrc/databases/postgresql10-plpython/Makefile:1.7
--- pkgsrc/databases/postgresql10-plpython/Makefile:1.6 Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql10-plpython/Makefile     Fri Feb 14 17:06:41 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-plpython-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/10-plpython-/}
 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.4 pkgsrc/databases/postgresql10-pltcl/Makefile:1.5
--- pkgsrc/databases/postgresql10-pltcl/Makefile:1.4    Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql10-pltcl/Makefile        Fri Feb 14 17:06:41 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-pltcl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/10-pltcl-/}
 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.8 pkgsrc/databases/postgresql10-server/Makefile:1.9
--- pkgsrc/databases/postgresql10-server/Makefile:1.8   Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql10-server/Makefile       Fri Feb 14 17:06:41 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/10-server-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/10-server-/}
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql11/Makefile
diff -u pkgsrc/databases/postgresql11/Makefile:1.6 pkgsrc/databases/postgresql11/Makefile:1.7
--- pkgsrc/databases/postgresql11/Makefile:1.6  Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql11/Makefile      Fri Feb 14 17:06:41 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/11-/}
 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.11 pkgsrc/databases/postgresql11/Makefile.common:1.12
--- pkgsrc/databases/postgresql11/Makefile.common:1.11  Tue Nov 19 05:54:51 2019
+++ pkgsrc/databases/postgresql11/Makefile.common       Fri Feb 14 17:06:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2019/11/19 05:54:51 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2020/02/14 17:06: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/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.6
+DISTNAME=      postgresql-11.7
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
@@ -67,6 +67,9 @@ CONFIGURE_ARGS+=      --without-perl
 CONFIGURE_ARGS+=       --without-python
 CONFIGURE_ARGS+=       --without-tcl
 
+# avoid pointing to a wrapper
+CONFIGURE_ENV+=                MSGFMT=${TOOLS_PATH.msgfmt}
+
 # sys/ucred.h shouldn't be included on Solaris, causes conflicts between
 # procfs and largefile.
 CONFIGURE_ENV.SunOS+=  ac_cv_header_sys_ucred_h=no

Index: pkgsrc/databases/postgresql11/distinfo
diff -u pkgsrc/databases/postgresql11/distinfo:1.7 pkgsrc/databases/postgresql11/distinfo:1.8
--- pkgsrc/databases/postgresql11/distinfo:1.7  Tue Nov 19 05:54:51 2019
+++ pkgsrc/databases/postgresql11/distinfo      Fri Feb 14 17:06:41 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2019/11/19 05:54:51 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/02/14 17:06:41 adam Exp $
 
-SHA1 (postgresql-11.6.tar.bz2) = 96e0022f13834ba5eb8a0c223296f9a03628849f
-RMD160 (postgresql-11.6.tar.bz2) = 83a253a51e4d2de8c1752b07b21b9d49b2e987f4
-SHA512 (postgresql-11.6.tar.bz2) = de6833c0df8dbac7bc498ac573dc4c3645070d9bbdd6b5d89db3ef41e86e7fc19d5e6450aa46ee2a1392d86c33acf6b9364b2863caac49f45351a46647feecbd
-Size (postgresql-11.6.tar.bz2) = 19843202 bytes
+SHA1 (postgresql-11.7.tar.bz2) = 5d696680c45fbd3f379db16447c6fa878e662820
+RMD160 (postgresql-11.7.tar.bz2) = 36dafef7629ab779051c8a291531e3b6380df602
+SHA512 (postgresql-11.7.tar.bz2) = 32c7ace228f9895241ce0d925fbfc60c0cd39f4cd35368fb10dc7db046151ffd59a9895b4c30a529627f0103051e84b4992ed60312cccd292489f3037076ca1e
+Size (postgresql-11.7.tar.bz2) = 19890063 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.2 pkgsrc/databases/postgresql11-client/Makefile:1.3
--- pkgsrc/databases/postgresql11-client/Makefile:1.2   Sat Jan 18 21:48:01 2020
+++ pkgsrc/databases/postgresql11-client/Makefile       Fri Feb 14 17:06:41 2020
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:48:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-client-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/11-client-/}
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql11/Makefile.common"
 
-USE_TOOLS+=            gzip tar
+USE_TOOLS+=            gzip msgfmt tar
 CONFIGURE_ARGS+=       --with-openssl
 CONFIGURE_ARGS+=       --with-zlib
 

Index: pkgsrc/databases/postgresql11-contrib/Makefile
diff -u pkgsrc/databases/postgresql11-contrib/Makefile:1.3 pkgsrc/databases/postgresql11-contrib/Makefile:1.4
--- pkgsrc/databases/postgresql11-contrib/Makefile:1.3  Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql11-contrib/Makefile      Fri Feb 14 17:06:41 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:41 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-contrib-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/11-contrib-/}
 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.1 pkgsrc/databases/postgresql11-docs/Makefile:1.2
--- pkgsrc/databases/postgresql11-docs/Makefile:1.1     Tue Oct 23 16:02:52 2018
+++ pkgsrc/databases/postgresql11-docs/Makefile Fri Feb 14 17:06:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/10/23 16:02:52 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-docs-/}
+PKGNAME=       ${DISTNAME:S/-/11-docs-/}
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql11/Makefile.common"

Index: pkgsrc/databases/postgresql11-docs/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.7 pkgsrc/databases/postgresql11-docs/PLIST:1.8
--- pkgsrc/databases/postgresql11-docs/PLIST:1.7        Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql11-docs/PLIST    Fri Feb 14 17:06:42 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/11/19 05:54:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/02/14 17:06:42 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -950,6 +950,7 @@ share/doc/postgresql/html/release-11-3.h
 share/doc/postgresql/html/release-11-4.html
 share/doc/postgresql/html/release-11-5.html
 share/doc/postgresql/html/release-11-6.html
+share/doc/postgresql/html/release-11-7.html
 share/doc/postgresql/html/release-11.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql11-plperl/Makefile
diff -u pkgsrc/databases/postgresql11-plperl/Makefile:1.2 pkgsrc/databases/postgresql11-plperl/Makefile:1.3
--- pkgsrc/databases/postgresql11-plperl/Makefile:1.2   Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql11-plperl/Makefile       Fri Feb 14 17:06:42 2020
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.2 2020/01/18 21:49:00 jperkin Exp $
+#$ $NetBSD: Makefile,v 1.3 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-plperl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/11-plperl-/}
 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.4 pkgsrc/databases/postgresql11-plpython/Makefile:1.5
--- pkgsrc/databases/postgresql11-plpython/Makefile:1.4 Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql11-plpython/Makefile     Fri Feb 14 17:06:42 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-plpython-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/11-plpython-/}
 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.2 pkgsrc/databases/postgresql11-pltcl/Makefile:1.3
--- pkgsrc/databases/postgresql11-pltcl/Makefile:1.2    Sat Jan 18 21:49:00 2020
+++ pkgsrc/databases/postgresql11-pltcl/Makefile        Fri Feb 14 17:06:42 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-pltcl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/11-pltcl-/}
 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.5 pkgsrc/databases/postgresql11-server/Makefile:1.6
--- pkgsrc/databases/postgresql11-server/Makefile:1.5   Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql11-server/Makefile       Fri Feb 14 17:06:42 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/11-server-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/11-server-/}
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql12/Makefile
diff -u pkgsrc/databases/postgresql12/Makefile:1.4 pkgsrc/databases/postgresql12/Makefile:1.5
--- pkgsrc/databases/postgresql12/Makefile:1.4  Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql12/Makefile      Fri Feb 14 17:06:42 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/12-/}
 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.4 pkgsrc/databases/postgresql12/Makefile.common:1.5
--- pkgsrc/databases/postgresql12/Makefile.common:1.4   Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql12/Makefile.common       Fri Feb 14 17:06:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2019/11/19 05:54:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2020/02/14 17:06:42 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.1
+DISTNAME=      postgresql-12.2
 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.2 pkgsrc/databases/postgresql12/distinfo:1.3
--- pkgsrc/databases/postgresql12/distinfo:1.2  Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql12/distinfo      Fri Feb 14 17:06:42 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2019/11/19 05:54:52 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/02/14 17:06:42 adam Exp $
 
-SHA1 (postgresql-12.1.tar.bz2) = b9bd13230fa02a4d0105e92d15d56e7842119e26
-RMD160 (postgresql-12.1.tar.bz2) = 617b02e7d045b902a04adeed65b88ce93ff86e40
-SHA512 (postgresql-12.1.tar.bz2) = f45b1762fd60b6f7419305d108b7fc521e3a7afa833d3aacccba814465baf40d19f57ff9bf2909d726c4c94a1cd99a39f1aa8e45fd0364cdedbcbed36ff48caf
-Size (postgresql-12.1.tar.bz2) = 20213711 bytes
+SHA1 (postgresql-12.2.tar.bz2) = 43b079f3446b7270e42abfe44859f11a471908a5
+RMD160 (postgresql-12.2.tar.bz2) = a0e007ec2aaa1af1c0b5cf5e683d772e682eea62
+SHA512 (postgresql-12.2.tar.bz2) = 0e0ce8e21856e8f43e58b840c10c4e3ffae6d5207e0d778e9176e36f8e20e34633cbb06f0030a7c963c3491bb7e941456d91b55444c561cfc6f283fba76f33ee
+Size (postgresql-12.2.tar.bz2) = 20363545 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.3 pkgsrc/databases/postgresql12-client/Makefile:1.4
--- pkgsrc/databases/postgresql12-client/Makefile:1.3   Sat Jan 18 21:48:01 2020
+++ pkgsrc/databases/postgresql12-client/Makefile       Fri Feb 14 17:06:42 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:48:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-client-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/12-client-/}
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql12/Makefile.common"

Index: pkgsrc/databases/postgresql12-client/PLIST
diff -u pkgsrc/databases/postgresql12-client/PLIST:1.2 pkgsrc/databases/postgresql12-client/PLIST:1.3
--- pkgsrc/databases/postgresql12-client/PLIST:1.2      Thu Oct 24 07:57:13 2019
+++ pkgsrc/databases/postgresql12-client/PLIST  Fri Feb 14 17:06:42 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/24 07:57:13 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/02/14 17:06:42 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -909,13 +909,19 @@ ${PLIST.nls}share/locale/fr/LC_MESSAGES/
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/initdb-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/libpq5-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_archivecleanup-12.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_basebackup-12.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_checksums-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_config-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_controldata-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_ctl-12.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_dump-12.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_resetwal-12.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_rewind-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_test_fsync-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_test_timing-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_upgrade-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/pg_waldump-12.mo
+${PLIST.nls}share/locale/fr/LC_MESSAGES/pgscripts-12.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/psql-12.mo
 ${PLIST.nls}share/locale/he/LC_MESSAGES/libpq5-12.mo
 ${PLIST.nls}share/locale/he/LC_MESSAGES/pg_config-12.mo
@@ -948,13 +954,23 @@ ${PLIST.nls}share/locale/ja/LC_MESSAGES/
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/psql-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/ecpg-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/ecpglib6-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/initdb-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/libpq5-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_archivecleanup-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_basebackup-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_checksums-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_config-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_controldata-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_ctl-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_dump-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_resetwal-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_rewind-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_fsync-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_test_timing-12.mo
 ${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_upgrade-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pg_waldump-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/pgscripts-12.mo
+${PLIST.nls}share/locale/ko/LC_MESSAGES/psql-12.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpg-12.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/ecpglib6-12.mo
 ${PLIST.nls}share/locale/pl/LC_MESSAGES/pg_config-12.mo
@@ -1025,7 +1041,9 @@ ${PLIST.nls}share/locale/tr/LC_MESSAGES/
 ${PLIST.nls}share/locale/tr/LC_MESSAGES/psql-12.mo
 ${PLIST.nls}share/locale/uk/LC_MESSAGES/ecpg-12.mo
 ${PLIST.nls}share/locale/uk/LC_MESSAGES/ecpglib6-12.mo
+${PLIST.nls}share/locale/uk/LC_MESSAGES/initdb-12.mo
 ${PLIST.nls}share/locale/uk/LC_MESSAGES/libpq5-12.mo
+${PLIST.nls}share/locale/uk/LC_MESSAGES/pg_archivecleanup-12.mo
 ${PLIST.nls}share/locale/uk/LC_MESSAGES/pg_config-12.mo
 ${PLIST.nls}share/locale/uk/LC_MESSAGES/pg_controldata-12.mo
 ${PLIST.nls}share/locale/uk/LC_MESSAGES/pg_ctl-12.mo

Index: pkgsrc/databases/postgresql12-contrib/Makefile
diff -u pkgsrc/databases/postgresql12-contrib/Makefile:1.3 pkgsrc/databases/postgresql12-contrib/Makefile:1.4
--- pkgsrc/databases/postgresql12-contrib/Makefile:1.3  Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql12-contrib/Makefile      Fri Feb 14 17:06:42 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:42 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-contrib-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/12-contrib-/}
 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.1 pkgsrc/databases/postgresql12-docs/Makefile:1.2
--- pkgsrc/databases/postgresql12-docs/Makefile:1.1     Mon Oct  7 19:21:49 2019
+++ pkgsrc/databases/postgresql12-docs/Makefile Fri Feb 14 17:06:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/10/07 19:21:49 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/14 17:06:43 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-docs-/}
+PKGNAME=       ${DISTNAME:S/-/12-docs-/}
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql12/Makefile.common"

Index: pkgsrc/databases/postgresql12-docs/PLIST
diff -u pkgsrc/databases/postgresql12-docs/PLIST:1.2 pkgsrc/databases/postgresql12-docs/PLIST:1.3
--- pkgsrc/databases/postgresql12-docs/PLIST:1.2        Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql12-docs/PLIST    Fri Feb 14 17:06:43 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/11/19 05:54:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/02/14 17:06:43 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -952,6 +952,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-12-1.html
+share/doc/postgresql/html/release-12-2.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.2 pkgsrc/databases/postgresql12-plperl/Makefile:1.3
--- pkgsrc/databases/postgresql12-plperl/Makefile:1.2   Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql12-plperl/Makefile       Fri Feb 14 17:06:43 2020
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.2 2020/01/18 21:49:01 jperkin Exp $
+#$ $NetBSD: Makefile,v 1.3 2020/02/14 17:06:43 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-plperl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/12-plperl-/}
 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.2 pkgsrc/databases/postgresql12-plpython/Makefile:1.3
--- pkgsrc/databases/postgresql12-plpython/Makefile:1.2 Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql12-plpython/Makefile     Fri Feb 14 17:06:43 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:43 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-plpython-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/12-plpython-/}
 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.2 pkgsrc/databases/postgresql12-pltcl/Makefile:1.3
--- pkgsrc/databases/postgresql12-pltcl/Makefile:1.2    Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql12-pltcl/Makefile        Fri Feb 14 17:06:43 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:43 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-pltcl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/12-pltcl-/}
 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.4 pkgsrc/databases/postgresql12-server/Makefile:1.5
--- pkgsrc/databases/postgresql12-server/Makefile:1.4   Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql12-server/Makefile       Fri Feb 14 17:06:43 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:43 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/12-server-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/12-server-/}
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql94/Makefile
diff -u pkgsrc/databases/postgresql94/Makefile:1.11 pkgsrc/databases/postgresql94/Makefile:1.12
--- pkgsrc/databases/postgresql94/Makefile:1.11 Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql94/Makefile      Fri Feb 14 17:06:43 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2020/02/14 17:06:43 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/94-/}
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql94-client>=${PKGVERSION_NOREV}:../../databases/postgresql94-client

Index: pkgsrc/databases/postgresql94/Makefile.common
diff -u pkgsrc/databases/postgresql94/Makefile.common:1.36 pkgsrc/databases/postgresql94/Makefile.common:1.37
--- pkgsrc/databases/postgresql94/Makefile.common:1.36  Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql94/Makefile.common       Fri Feb 14 17:06:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2019/11/19 05:54:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.37 2020/02/14 17:06:43 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/postgresql94-pltcl/Makefile
 # used by databases/postgresql94-server/Makefile
 
-DISTNAME=      postgresql-9.4.25
+DISTNAME=      postgresql-9.4.26
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql94/distinfo
diff -u pkgsrc/databases/postgresql94/distinfo:1.29 pkgsrc/databases/postgresql94/distinfo:1.30
--- pkgsrc/databases/postgresql94/distinfo:1.29 Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql94/distinfo      Fri Feb 14 17:06:43 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2019/11/19 05:54:52 adam Exp $
+$NetBSD: distinfo,v 1.30 2020/02/14 17:06:43 adam Exp $
 
-SHA1 (postgresql-9.4.25.tar.bz2) = 7424a2e160cf5c91de3b0522e2f903d93824670b
-RMD160 (postgresql-9.4.25.tar.bz2) = 7e7f789db88749010fabbb4b1edf8dfad3d8bfb8
-SHA512 (postgresql-9.4.25.tar.bz2) = be45c47a17788be40a2beca058b5dcbf1ded985838d1c85229fbece174fca222d5ac07025c764d40c92f823d6bf784975a25b79a545b903434be8bcd24efb9a0
-Size (postgresql-9.4.25.tar.bz2) = 16849015 bytes
+SHA1 (postgresql-9.4.26.tar.bz2) = 832094c944c57ac19ddcd552ada732a77609de75
+RMD160 (postgresql-9.4.26.tar.bz2) = 5e5e98408ff58e48ededa425fbcf6e0bb76795f8
+SHA512 (postgresql-9.4.26.tar.bz2) = 7d379d139c7b2bdac1df38743cbb46a1790a8d5174e8cf1141b7b4febcbc8f612e347bf4d355684eef24dfc73bb2796f85fc532908f26ba7195c685f198cbb72
+Size (postgresql-9.4.26.tar.bz2) = 16871195 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 1c0fee3fb270863eb39118a65769ce170391cfec

Index: pkgsrc/databases/postgresql94-client/Makefile
diff -u pkgsrc/databases/postgresql94-client/Makefile:1.10 pkgsrc/databases/postgresql94-client/Makefile:1.11
--- pkgsrc/databases/postgresql94-client/Makefile:1.10  Sat Jan 18 21:48:01 2020
+++ pkgsrc/databases/postgresql94-client/Makefile       Fri Feb 14 17:06:43 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 21:48:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2020/02/14 17:06:43 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-client-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/94-client-/}
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql94/Makefile.common"

Index: pkgsrc/databases/postgresql94-contrib/Makefile
diff -u pkgsrc/databases/postgresql94-contrib/Makefile:1.5 pkgsrc/databases/postgresql94-contrib/Makefile:1.6
--- pkgsrc/databases/postgresql94-contrib/Makefile:1.5  Sat Jan 18 21:49:01 2020
+++ pkgsrc/databases/postgresql94-contrib/Makefile      Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-contrib-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/94-contrib-/}
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql94/Makefile.common"

Index: pkgsrc/databases/postgresql94-docs/Makefile
diff -u pkgsrc/databases/postgresql94-docs/Makefile:1.8 pkgsrc/databases/postgresql94-docs/Makefile:1.9
--- pkgsrc/databases/postgresql94-docs/Makefile:1.8     Fri Nov  9 18:12:26 2018
+++ pkgsrc/databases/postgresql94-docs/Makefile Fri Feb 14 17:06:44 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/11/09 18:12:26 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-docs-/}
+PKGNAME=       ${DISTNAME:S/-/94-docs-/}
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql94/Makefile.common"

Index: pkgsrc/databases/postgresql94-docs/PLIST
diff -u pkgsrc/databases/postgresql94-docs/PLIST:1.27 pkgsrc/databases/postgresql94-docs/PLIST:1.28
--- pkgsrc/databases/postgresql94-docs/PLIST:1.27       Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql94-docs/PLIST    Fri Feb 14 17:06:44 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2019/11/19 05:54:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2020/02/14 17:06:44 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -864,6 +864,7 @@ share/doc/postgresql/html/release-9-4-22
 share/doc/postgresql/html/release-9-4-23.html
 share/doc/postgresql/html/release-9-4-24.html
 share/doc/postgresql/html/release-9-4-25.html
+share/doc/postgresql/html/release-9-4-26.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html

Index: pkgsrc/databases/postgresql94-plperl/Makefile
diff -u pkgsrc/databases/postgresql94-plperl/Makefile:1.12 pkgsrc/databases/postgresql94-plperl/Makefile:1.13
--- pkgsrc/databases/postgresql94-plperl/Makefile:1.12  Sat Jan 18 21:49:02 2020
+++ pkgsrc/databases/postgresql94-plperl/Makefile       Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 21:49:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-plperl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/94-plperl-/}
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server

Index: pkgsrc/databases/postgresql94-plpython/Makefile
diff -u pkgsrc/databases/postgresql94-plpython/Makefile:1.8 pkgsrc/databases/postgresql94-plpython/Makefile:1.9
--- pkgsrc/databases/postgresql94-plpython/Makefile:1.8 Sat Jan 18 21:49:02 2020
+++ pkgsrc/databases/postgresql94-plpython/Makefile     Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:49:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-plpython-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/94-plpython-/}
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server

Index: pkgsrc/databases/postgresql94-pltcl/Makefile
diff -u pkgsrc/databases/postgresql94-pltcl/Makefile:1.6 pkgsrc/databases/postgresql94-pltcl/Makefile:1.7
--- pkgsrc/databases/postgresql94-pltcl/Makefile:1.6    Sat Jan 18 21:49:02 2020
+++ pkgsrc/databases/postgresql94-pltcl/Makefile        Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-pltcl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/94-pltcl-/}
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server

Index: pkgsrc/databases/postgresql94-server/Makefile
diff -u pkgsrc/databases/postgresql94-server/Makefile:1.9 pkgsrc/databases/postgresql94-server/Makefile:1.10
--- pkgsrc/databases/postgresql94-server/Makefile:1.9   Sat Jan 18 21:49:02 2020
+++ pkgsrc/databases/postgresql94-server/Makefile       Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/01/18 21:49:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/94-server-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/94-server-/}
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql95/Makefile
diff -u pkgsrc/databases/postgresql95/Makefile:1.8 pkgsrc/databases/postgresql95/Makefile:1.9
--- pkgsrc/databases/postgresql95/Makefile:1.8  Sat Jan 18 21:49:02 2020
+++ pkgsrc/databases/postgresql95/Makefile      Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:49:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/95-/}
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql95-client>=${PKGVERSION_NOREV}:../../databases/postgresql95-client

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.29 pkgsrc/databases/postgresql95/Makefile.common:1.30
--- pkgsrc/databases/postgresql95/Makefile.common:1.29  Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql95/Makefile.common       Fri Feb 14 17:06:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2019/11/19 05:54:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2020/02/14 17:06:44 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.20
+DISTNAME=      postgresql-9.5.21
 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.22 pkgsrc/databases/postgresql95/distinfo:1.23
--- pkgsrc/databases/postgresql95/distinfo:1.22 Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql95/distinfo      Fri Feb 14 17:06:44 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2019/11/19 05:54:52 adam Exp $
+$NetBSD: distinfo,v 1.23 2020/02/14 17:06:44 adam Exp $
 
-SHA1 (postgresql-9.5.20.tar.bz2) = 363dfb999d3f6f347f51c01de5953f0e3d3a8cd0
-RMD160 (postgresql-9.5.20.tar.bz2) = 768fe33d653ec872033d268bcbc3a6ac2b1cdd4f
-SHA512 (postgresql-9.5.20.tar.bz2) = 75558d05f6bee6fad65ad0b4dcb428b50bcf003c4fbd878747010988958464d7119dd8121a8817c3cad83c20bcae6cd550fc01fbca39f54e670d93fc70688bea
-Size (postgresql-9.5.20.tar.bz2) = 17610134 bytes
+SHA1 (postgresql-9.5.21.tar.bz2) = f3eb8c516e6df4afc184fd7d7fb6fd10dc904a1b
+RMD160 (postgresql-9.5.21.tar.bz2) = 242387fe437c2011b8534087076ddcbe40b0b9e7
+SHA512 (postgresql-9.5.21.tar.bz2) = 8527356ee3b4f151c832aef50a8b96e923e0a6c77e5fe6ad597f50527f9d084a8feab7bede8fdbe29aab44383577d3f86e5286fb34e2d2b696cde34bd922e69d
+Size (postgresql-9.5.21.tar.bz2) = 17640928 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.10 pkgsrc/databases/postgresql95-client/Makefile:1.11
--- pkgsrc/databases/postgresql95-client/Makefile:1.10  Sat Jan 18 21:48:02 2020
+++ pkgsrc/databases/postgresql95-client/Makefile       Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 21:48:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-client-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/95-client-/}
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-contrib/Makefile
diff -u pkgsrc/databases/postgresql95-contrib/Makefile:1.7 pkgsrc/databases/postgresql95-contrib/Makefile:1.8
--- pkgsrc/databases/postgresql95-contrib/Makefile:1.7  Sat Jan 18 21:49:02 2020
+++ pkgsrc/databases/postgresql95-contrib/Makefile      Fri Feb 14 17:06:44 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:49:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/14 17:06:44 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-contrib-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/95-contrib-/}
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-docs/Makefile
diff -u pkgsrc/databases/postgresql95-docs/Makefile:1.5 pkgsrc/databases/postgresql95-docs/Makefile:1.6
--- pkgsrc/databases/postgresql95-docs/Makefile:1.5     Fri Nov  9 18:12:27 2018
+++ pkgsrc/databases/postgresql95-docs/Makefile Fri Feb 14 17:06:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:27 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-docs-/}
+PKGNAME=       ${DISTNAME:S/-/95-docs-/}
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.20 pkgsrc/databases/postgresql95-docs/PLIST:1.21
--- pkgsrc/databases/postgresql95-docs/PLIST:1.20       Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql95-docs/PLIST    Fri Feb 14 17:06:45 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2019/11/19 05:54:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2020/02/14 17:06:45 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -880,6 +880,7 @@ share/doc/postgresql/html/release-9-5-18
 share/doc/postgresql/html/release-9-5-19.html
 share/doc/postgresql/html/release-9-5-2.html
 share/doc/postgresql/html/release-9-5-20.html
+share/doc/postgresql/html/release-9-5-21.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.8 pkgsrc/databases/postgresql95-plperl/Makefile:1.9
--- pkgsrc/databases/postgresql95-plperl/Makefile:1.8   Sat Jan 18 21:49:02 2020
+++ pkgsrc/databases/postgresql95-plperl/Makefile       Fri Feb 14 17:06:45 2020
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.8 2020/01/18 21:49:02 jperkin Exp $
+#$ $NetBSD: Makefile,v 1.9 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-plperl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/95-plperl-/}
 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.8 pkgsrc/databases/postgresql95-plpython/Makefile:1.9
--- pkgsrc/databases/postgresql95-plpython/Makefile:1.8 Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql95-plpython/Makefile     Fri Feb 14 17:06:45 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-plpython-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/95-plpython-/}
 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.6 pkgsrc/databases/postgresql95-pltcl/Makefile:1.7
--- pkgsrc/databases/postgresql95-pltcl/Makefile:1.6    Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql95-pltcl/Makefile        Fri Feb 14 17:06:45 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-pltcl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/95-pltcl-/}
 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.9 pkgsrc/databases/postgresql95-server/Makefile:1.10
--- pkgsrc/databases/postgresql95-server/Makefile:1.9   Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql95-server/Makefile       Fri Feb 14 17:06:45 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/01/18 21:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/95-server-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/95-server-/}
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql96/Makefile
diff -u pkgsrc/databases/postgresql96/Makefile:1.4 pkgsrc/databases/postgresql96/Makefile:1.5
--- pkgsrc/databases/postgresql96/Makefile:1.4  Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql96/Makefile      Fri Feb 14 17:06:45 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/96-/}
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql96-client>=${PKGVERSION_NOREV}:../../databases/postgresql96-client

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.23 pkgsrc/databases/postgresql96/Makefile.common:1.24
--- pkgsrc/databases/postgresql96/Makefile.common:1.23  Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql96/Makefile.common       Fri Feb 14 17:06:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2019/11/19 05:54:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2020/02/14 17:06:45 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.16
+DISTNAME=      postgresql-9.6.17
 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.18 pkgsrc/databases/postgresql96/distinfo:1.19
--- pkgsrc/databases/postgresql96/distinfo:1.18 Tue Nov 19 05:54:52 2019
+++ pkgsrc/databases/postgresql96/distinfo      Fri Feb 14 17:06:45 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2019/11/19 05:54:52 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/02/14 17:06:45 adam Exp $
 
-SHA1 (postgresql-9.6.16.tar.bz2) = 5fff91ee210a475dc41cbc39f5a596ae17a1513f
-RMD160 (postgresql-9.6.16.tar.bz2) = ee94f8721947a50c2e21e952fe1dbec71984e592
-SHA512 (postgresql-9.6.16.tar.bz2) = 7083d670883b203946f68bcf1216dd1cbd904220b4c95e25855f9a8904334fd7e87509c905f589398ad7b165869b75288c2e4f49b14263ce4891347ecd4485b4
-Size (postgresql-9.6.16.tar.bz2) = 18806372 bytes
+SHA1 (postgresql-9.6.17.tar.bz2) = a2d7fec8edf82bfdef7a2e037fb855830972c262
+RMD160 (postgresql-9.6.17.tar.bz2) = 3e46a95188b7bdf60c430275f6d3634d45693abc
+SHA512 (postgresql-9.6.17.tar.bz2) = a76f328523517f664e4fc59a4d27e476bc6300e49370712030caae40aa160acb1e6aecc7cd3b3440125713069932df812eb8d75377a3df63e59c9292419c2aa8
+Size (postgresql-9.6.17.tar.bz2) = 18812282 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.8 pkgsrc/databases/postgresql96-client/Makefile:1.9
--- pkgsrc/databases/postgresql96-client/Makefile:1.8   Sat Jan 18 21:48:02 2020
+++ pkgsrc/databases/postgresql96-client/Makefile       Fri Feb 14 17:06:45 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:48:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-client-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/96-client-/}
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql96/Makefile.common"

Index: pkgsrc/databases/postgresql96-contrib/Makefile
diff -u pkgsrc/databases/postgresql96-contrib/Makefile:1.7 pkgsrc/databases/postgresql96-contrib/Makefile:1.8
--- pkgsrc/databases/postgresql96-contrib/Makefile:1.7  Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql96-contrib/Makefile      Fri Feb 14 17:06:45 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/14 17:06:45 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-contrib-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/96-contrib-/}
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql96/Makefile.common"

Index: pkgsrc/databases/postgresql96-docs/Makefile
diff -u pkgsrc/databases/postgresql96-docs/Makefile:1.3 pkgsrc/databases/postgresql96-docs/Makefile:1.4
--- pkgsrc/databases/postgresql96-docs/Makefile:1.3     Fri Nov  9 18:12:27 2018
+++ pkgsrc/databases/postgresql96-docs/Makefile Fri Feb 14 17:06:46 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:27 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:46 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-docs-/}
+PKGNAME=       ${DISTNAME:S/-/96-docs-/}
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql96/Makefile.common"

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.16 pkgsrc/databases/postgresql96-docs/PLIST:1.17
--- pkgsrc/databases/postgresql96-docs/PLIST:1.16       Tue Nov 19 05:54:53 2019
+++ pkgsrc/databases/postgresql96-docs/PLIST    Fri Feb 14 17:06:46 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/11/19 05:54:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2020/02/14 17:06:46 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -889,6 +889,7 @@ share/doc/postgresql/html/release-9-6-13
 share/doc/postgresql/html/release-9-6-14.html
 share/doc/postgresql/html/release-9-6-15.html
 share/doc/postgresql/html/release-9-6-16.html
+share/doc/postgresql/html/release-9-6-17.html
 share/doc/postgresql/html/release-9-6-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html

Index: pkgsrc/databases/postgresql96-plperl/Makefile
diff -u pkgsrc/databases/postgresql96-plperl/Makefile:1.4 pkgsrc/databases/postgresql96-plperl/Makefile:1.5
--- pkgsrc/databases/postgresql96-plperl/Makefile:1.4   Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql96-plperl/Makefile       Fri Feb 14 17:06:46 2020
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.4 2020/01/18 21:49:03 jperkin Exp $
+#$ $NetBSD: Makefile,v 1.5 2020/02/14 17:06:46 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-plperl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/96-plperl-/}
 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.6 pkgsrc/databases/postgresql96-plpython/Makefile:1.7
--- pkgsrc/databases/postgresql96-plpython/Makefile:1.6 Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql96-plpython/Makefile     Fri Feb 14 17:06:46 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:46 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-plpython-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/96-plpython-/}
 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.4 pkgsrc/databases/postgresql96-pltcl/Makefile:1.5
--- pkgsrc/databases/postgresql96-pltcl/Makefile:1.4    Sat Jan 18 21:49:03 2020
+++ pkgsrc/databases/postgresql96-pltcl/Makefile        Fri Feb 14 17:06:46 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:46 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-pltcl-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/96-pltcl-/}
 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.6 pkgsrc/databases/postgresql96-server/Makefile:1.7
--- pkgsrc/databases/postgresql96-server/Makefile:1.6   Sat Jan 18 21:49:04 2020
+++ pkgsrc/databases/postgresql96-server/Makefile       Fri Feb 14 17:06:46 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:46 adam Exp $
 
-PKGNAME=       ${DISTNAME:C/-/96-server-/}
-PKGREVISION=   1
+PKGNAME=       ${DISTNAME:S/-/96-server-/}
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation



Home | Main Index | Thread Index | Old Index