summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-13 20:38:11 +0000
committeradam <adam@pkgsrc.org>2019-05-13 20:38:11 +0000
commit776056f23515917ea6d73edf61872932eda7aa56 (patch)
tree9644c1b214dd253becb31ff926975925caa1ee8e
parent376a1d11c028014095faec3d6c16974c317ea0b7 (diff)
downloadpkgsrc-776056f23515917ea6d73edf61872932eda7aa56.tar.gz
postgresqlNN: updated to the latest
PostgreSQL 11.3, 10.8, 9.6.13, 9.5.17, and 9.4.22 Released! The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.3, 10.8, 9.6.13, 9.5.17, and 9.4.22. This release fixes two security issues in the PostgreSQL server, a security issue found in two of the PostgreSQL Windows installers, and over 60 bugs reported over the last three months. Security Issues Four security vulnerabilities have been closed by this release: CVE-2019-10127: BigSQL Windows installer does not clear permissive ACL entries CVE-2019-10128: EnterpriseDB Windows installer does not clear permissive ACL entries Due to both the EnterpriseDB and BigSQL Windows installers not locking down the permissions of the PostgreSQL binary installation directory and the data directory, an unprivileged Windows user account and an unprivileged PostgreSQL account could cause the PostgreSQL service account to execute arbitrary code. This vulnerability is present in all supported versions of PostgreSQL for these installers, and possibly exists in older versions. Both sets of installers have fixed the permissions for these directories for both new and existing installations. If you have installed PostgreSQL on Windows using other methods, we advise that you check that your PostgreSQL binary directories are writable only to trusted users and that your data directories are only accessible to trusted users. The PostgreSQL project thanks Conner Jones for reporting this problem. CVE-2019-10129: Memory disclosure in partition routing Prior to this release, a user running PostgreSQL 11 can read arbitrary bytes of server memory by executing a purpose-crafted INSERT statement to a partitioned table. CVE-2019-10130: Selectivity estimators bypass row security policies PostgreSQL maintains statistics for tables by sampling data available in columns; this data is consulted during the query planning process. Prior to this release, a user able to execute SQL queries with permissions to read a given column could craft a leaky operator that could read whatever data had been sampled from that column. If this happened to include values from rows that the user is forbidden to see by a row security policy, the user could effectively bypass the policy. This is fixed by only allowing a non-leakproof operator to use this data if there are no relevant row security policies for the table. This issue is present in PostgreSQL 9.5, 9.6, 10, and 11. The PostgreSQL project thanks Dean Rasheed for reporting this problem. Bug Fixes and Improvements This update also fixes over 60 bugs that were reported in the last several months. Some of these issues affect only version 11, but many affect all supported versions. Some of these fixes include: Several catalog corruption fixes, including one related to running ALTER TABLE on a partitioned table Several fixes for partitioning Avoid server crash when an error occurs while trying to persist a cursor query across a transaction commit Avoid O(N^2) performance issue when rolling back a transaction that created many tables Fix possible “could not access status of transaction” failures in txid_status() Fix updatable views to handle explicit DEFAULT items in INSERT .. VALUES statements where there are multiple VALUES rows Fix CREATE VIEW to allow zero-column views Add missing support for the CREATE TABLE IF NOT EXISTS .. AS EXECUTE .. statement Ensure that sub-SELECTs appearing in row-level-security policy expressions are executed with the correct user's permissions Accept XML documents as valid values of type xml when xmloption is set to content, as required by SQL:2006 and later Fix incompatibility of GIN-index WAL records that were introduced in 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 that affected replica servers running these versions reading in changes to GIN indexes from primary servers of older versions Several memory leak fixes as well as fixes to management of dynamic shared memory Relax panics on fsync and sync_file_range failures for certain cases where a failure indicated "operation not supported" Several fixes to the query planner, several of which should lead to planning improvements Fix race condition in which a hot-standby postmaster could fail to shut down after receiving a smart-shutdown request Several fixes for SCRAM authentication Fix handling of lc_time settings that imply an encoding different from the database's encoding Create the current_logfiles file with the same permissions as other files in the server's data directory Several ecpg fixes Make pg_verify_checksums verify that the data directory it's pointed at is of the right PostgreSQL version Several fixes for contrib/postgres_fdw, including one for remote partitions where an UPDATE could lead to incorrect results or a crash Several Windows fixes This update also contains tzdata release 2019a for DST law changes in Palestine and Metlakatla, plus historical corrections for Israel. Etc/UCT is now a backward-compatibility link to Etc/UTC, instead of being a separate zone that generates the abbreviation UCT, which nowadays is typically a typo. PostgreSQL will still accept UCT as an input zone abbreviation, but it won't output it.
-rw-r--r--databases/postgresql10-client/PLIST3
-rw-r--r--databases/postgresql10-docs/PLIST3
-rw-r--r--databases/postgresql10-plpython/Makefile3
-rw-r--r--databases/postgresql10/Makefile3
-rw-r--r--databases/postgresql10/Makefile.common4
-rw-r--r--databases/postgresql10/distinfo10
-rw-r--r--databases/postgresql11-client/PLIST11
-rw-r--r--databases/postgresql11-docs/PLIST3
-rw-r--r--databases/postgresql11-plpython/Makefile3
-rw-r--r--databases/postgresql11/Makefile3
-rw-r--r--databases/postgresql11/Makefile.common4
-rw-r--r--databases/postgresql11/distinfo10
-rw-r--r--databases/postgresql94-docs/PLIST3
-rw-r--r--databases/postgresql94-plpython/Makefile3
-rw-r--r--databases/postgresql94/Makefile.common4
-rw-r--r--databases/postgresql94/distinfo10
-rw-r--r--databases/postgresql95-docs/PLIST3
-rw-r--r--databases/postgresql95-plpython/Makefile3
-rw-r--r--databases/postgresql95/Makefile.common4
-rw-r--r--databases/postgresql95/distinfo10
-rw-r--r--databases/postgresql96-docs/PLIST3
-rw-r--r--databases/postgresql96-plpython/Makefile3
-rw-r--r--databases/postgresql96/Makefile.common4
-rw-r--r--databases/postgresql96/distinfo10
24 files changed, 64 insertions, 56 deletions
diff --git a/databases/postgresql10-client/PLIST b/databases/postgresql10-client/PLIST
index f18b42d3756..309400eda44 100644
--- a/databases/postgresql10-client/PLIST
+++ b/databases/postgresql10-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/02/17 08:26:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/05/13 20:38:11 adam Exp $
bin/clusterdb
bin/createdb
bin/createuser
@@ -798,6 +798,7 @@ share/locale/es/LC_MESSAGES/pg_resetwal-10.mo
share/locale/es/LC_MESSAGES/pg_rewind-10.mo
share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo
share/locale/es/LC_MESSAGES/pg_test_timing-10.mo
+share/locale/es/LC_MESSAGES/pg_upgrade-10.mo
share/locale/es/LC_MESSAGES/pg_waldump-10.mo
share/locale/es/LC_MESSAGES/pgscripts-10.mo
share/locale/es/LC_MESSAGES/psql-10.mo
diff --git a/databases/postgresql10-docs/PLIST b/databases/postgresql10-docs/PLIST
index 2df7f3ac210..0b902821b90 100644
--- a/databases/postgresql10-docs/PLIST
+++ b/databases/postgresql10-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/02/17 08:26:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/05/13 20:38:11 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -915,6 +915,7 @@ share/doc/postgresql/html/release-10-4.html
share/doc/postgresql/html/release-10-5.html
share/doc/postgresql/html/release-10-6.html
share/doc/postgresql/html/release-10-7.html
+share/doc/postgresql/html/release-10-8.html
share/doc/postgresql/html/release-10.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html
diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile
index f236bfee8ed..d87cb02656a 100644
--- a/databases/postgresql10-plpython/Makefile
+++ b/databases/postgresql10-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/13 20:38:11 adam Exp $
PKGNAME= ${DISTNAME:C/-/10-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff --git a/databases/postgresql10/Makefile b/databases/postgresql10/Makefile
index 2e3b49956b6..dcdc0841fde 100644
--- a/databases/postgresql10/Makefile
+++ b/databases/postgresql10/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/04/03 00:32:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2019/05/13 20:38:11 adam Exp $
PKGNAME= ${DISTNAME:C/-/10-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client
diff --git a/databases/postgresql10/Makefile.common b/databases/postgresql10/Makefile.common
index 818ec22da0b..c1bc0db4efa 100644
--- a/databases/postgresql10/Makefile.common
+++ b/databases/postgresql10/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2019/02/17 08:26:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2019/05/13 20:38:11 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.7
+DISTNAME= postgresql-10.8
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql10/distinfo b/databases/postgresql10/distinfo
index a470add887d..4b0369b0cb5 100644
--- a/databases/postgresql10/distinfo
+++ b/databases/postgresql10/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2019/02/17 08:26:11 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/05/13 20:38:11 adam Exp $
-SHA1 (postgresql-10.7.tar.bz2) = 38823c81209f2722ce77d7b6cf6a109d14028598
-RMD160 (postgresql-10.7.tar.bz2) = 78fa48868219b84728ba97d6ab9795e7f0b0d027
-SHA512 (postgresql-10.7.tar.bz2) = 2fa8194e9ef540930eecc2a43907a77f7f185590046350d48fd625bdb1ab459095c4e2e0d2faac846935d7231ac672ace760633deeee365572768da619458ba9
-Size (postgresql-10.7.tar.bz2) = 18940030 bytes
+SHA1 (postgresql-10.8.tar.bz2) = ae18d37852ff0b2c4262da606e1178b8666f3269
+RMD160 (postgresql-10.8.tar.bz2) = 0536828acedd4e2786456a4d2fac510fabb2acf5
+SHA512 (postgresql-10.8.tar.bz2) = c9cd0298f553e13e32d4315e17e9e61c1fd011391c5203282d9040f26fd08c85f749e6f2cea3bcc42d1ca153a1272bcd773196ef3bf2bdfb74cd12c5f523b7ca
+Size (postgresql-10.8.tar.bz2) = 18958913 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff --git a/databases/postgresql11-client/PLIST b/databases/postgresql11-client/PLIST
index 0d7d6d19516..73778071389 100644
--- a/databases/postgresql11-client/PLIST
+++ b/databases/postgresql11-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/02/17 08:26:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/05/13 20:38:11 adam Exp $
bin/clusterdb
bin/createdb
bin/createuser
@@ -875,6 +875,8 @@ share/locale/es/LC_MESSAGES/pg_resetwal-11.mo
share/locale/es/LC_MESSAGES/pg_rewind-11.mo
share/locale/es/LC_MESSAGES/pg_test_fsync-11.mo
share/locale/es/LC_MESSAGES/pg_test_timing-11.mo
+share/locale/es/LC_MESSAGES/pg_upgrade-11.mo
+share/locale/es/LC_MESSAGES/pg_verify_checksums-11.mo
share/locale/es/LC_MESSAGES/pg_waldump-11.mo
share/locale/es/LC_MESSAGES/pgscripts-11.mo
share/locale/es/LC_MESSAGES/psql-11.mo
@@ -1055,11 +1057,18 @@ share/locale/zh_CN/LC_MESSAGES/ecpg-11.mo
share/locale/zh_CN/LC_MESSAGES/ecpglib6-11.mo
share/locale/zh_CN/LC_MESSAGES/initdb-11.mo
share/locale/zh_CN/LC_MESSAGES/libpq5-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_archivecleanup-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_basebackup-11.mo
share/locale/zh_CN/LC_MESSAGES/pg_config-11.mo
share/locale/zh_CN/LC_MESSAGES/pg_controldata-11.mo
share/locale/zh_CN/LC_MESSAGES/pg_ctl-11.mo
share/locale/zh_CN/LC_MESSAGES/pg_dump-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_resetwal-11.mo
share/locale/zh_CN/LC_MESSAGES/pg_rewind-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_test_timing-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_upgrade-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_verify_checksums-11.mo
share/locale/zh_CN/LC_MESSAGES/pgscripts-11.mo
share/locale/zh_CN/LC_MESSAGES/psql-11.mo
share/locale/zh_TW/LC_MESSAGES/ecpg-11.mo
diff --git a/databases/postgresql11-docs/PLIST b/databases/postgresql11-docs/PLIST
index 82dfbfd2411..47f6ac8f990 100644
--- a/databases/postgresql11-docs/PLIST
+++ b/databases/postgresql11-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/02/17 08:26:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/05/13 20:38:11 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -946,6 +946,7 @@ share/doc/postgresql/html/regress-variant.html
share/doc/postgresql/html/regress.html
share/doc/postgresql/html/release-11-1.html
share/doc/postgresql/html/release-11-2.html
+share/doc/postgresql/html/release-11-3.html
share/doc/postgresql/html/release-11.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html
diff --git a/databases/postgresql11-plpython/Makefile b/databases/postgresql11-plpython/Makefile
index d536737129e..9a793d46ac3 100644
--- a/databases/postgresql11-plpython/Makefile
+++ b/databases/postgresql11-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/13 20:38:12 adam Exp $
PKGNAME= ${DISTNAME:C/-/11-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff --git a/databases/postgresql11/Makefile b/databases/postgresql11/Makefile
index 4d6091d030b..188ccb07cce 100644
--- a/databases/postgresql11/Makefile
+++ b/databases/postgresql11/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/03 00:32:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/13 20:38:11 adam Exp $
PKGNAME= ${DISTNAME:C/-/11-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client
diff --git a/databases/postgresql11/Makefile.common b/databases/postgresql11/Makefile.common
index ea54f8872c7..2e08b0211e0 100644
--- a/databases/postgresql11/Makefile.common
+++ b/databases/postgresql11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2019/02/17 08:26:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2019/05/13 20:38:11 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.2
+DISTNAME= postgresql-11.3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql11/distinfo b/databases/postgresql11/distinfo
index af39d850299..cd5fd8adbfd 100644
--- a/databases/postgresql11/distinfo
+++ b/databases/postgresql11/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2019/02/17 08:26:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/13 20:38:11 adam Exp $
-SHA1 (postgresql-11.2.tar.bz2) = 21fd2f0c08dc69514e86a6b25d56059bb0418a62
-RMD160 (postgresql-11.2.tar.bz2) = 6b092d1e0695ee14fa1363ce931fa0f179c11b2d
-SHA512 (postgresql-11.2.tar.bz2) = dae00a543fdeed36bc338abd4ccfd9fe9a8b6b2b7eaa00b1078e4f27802de75a461c27da2800bc9dd64e658681e5787bd03764bde79940656cae1e8c8716f011
-Size (postgresql-11.2.tar.bz2) = 19714229 bytes
+SHA1 (postgresql-11.3.tar.bz2) = 99b54b4ec4b519c9617f942348d5be328f916773
+RMD160 (postgresql-11.3.tar.bz2) = ea1ca7da67da585ad22c87fa9bd7d40f962978e1
+SHA512 (postgresql-11.3.tar.bz2) = 03269bb88f44f3a81d5e3a8ca2fe59f63f784436840f08870b2e539755629cbde8ac288e0bb4472ee93294a88b37b814ddff48444254c1a3f7a10b4bb64f7133
+Size (postgresql-11.3.tar.bz2) = 19718775 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST
index 4986f0df79b..6001e4f37d3 100644
--- a/databases/postgresql94-docs/PLIST
+++ b/databases/postgresql94-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2019/02/17 08:26:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2019/05/13 20:38:12 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -860,6 +860,7 @@ share/doc/postgresql/html/release-9-4-19.html
share/doc/postgresql/html/release-9-4-2.html
share/doc/postgresql/html/release-9-4-20.html
share/doc/postgresql/html/release-9-4-21.html
+share/doc/postgresql/html/release-9-4-22.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
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile
index 78b02988f19..8dac8453da2 100644
--- a/databases/postgresql94-plpython/Makefile
+++ b/databases/postgresql94-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/05/13 20:38:12 adam Exp $
PKGNAME= ${DISTNAME:C/-/94-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common
index 1f2234fc51a..17b066ed43a 100644
--- a/databases/postgresql94/Makefile.common
+++ b/databases/postgresql94/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2019/02/17 08:26:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2019/05/13 20:38:12 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.21
+DISTNAME= postgresql-9.4.22
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql94/distinfo b/databases/postgresql94/distinfo
index ac04268eba5..10ebb9fa51e 100644
--- a/databases/postgresql94/distinfo
+++ b/databases/postgresql94/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2019/02/17 08:26:12 adam Exp $
+$NetBSD: distinfo,v 1.26 2019/05/13 20:38:12 adam Exp $
-SHA1 (postgresql-9.4.21.tar.bz2) = 7fdc9574a0479df5e2c623e27e02342efe63f3d5
-RMD160 (postgresql-9.4.21.tar.bz2) = d1f2b89f6f55160e106fd86033f76b585d2f45b7
-SHA512 (postgresql-9.4.21.tar.bz2) = 850d1f59369457d9a8a42de8f0e4811f60e9164d2e7d7605fdabc04cc5ba2e3794d51e155d709419d06b8e070f214f7d3ef2328c6d37f125264ea008ca18ff5a
-Size (postgresql-9.4.21.tar.bz2) = 16871522 bytes
+SHA1 (postgresql-9.4.22.tar.bz2) = 68ee53f1781442e429e37808973bddb7ecf1a0f5
+RMD160 (postgresql-9.4.22.tar.bz2) = ce13b87c2aabcc4900819c9388c2e43b47c9d3da
+SHA512 (postgresql-9.4.22.tar.bz2) = f11623a89b2320616fd53eda52da544bdfcb63bff08cb78fccde134ef628eee7ee90b3de6952f4e08c10297d356624faabf0e5b181b0105f51797796cd04efef
+Size (postgresql-9.4.22.tar.bz2) = 16848787 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
SHA1 (patch-configure) = 1c0fee3fb270863eb39118a65769ce170391cfec
diff --git a/databases/postgresql95-docs/PLIST b/databases/postgresql95-docs/PLIST
index 86089ec3258..fc890de94b0 100644
--- a/databases/postgresql95-docs/PLIST
+++ b/databases/postgresql95-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/02/17 08:26:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/05/13 20:38:12 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -875,6 +875,7 @@ share/doc/postgresql/html/release-9-5-13.html
share/doc/postgresql/html/release-9-5-14.html
share/doc/postgresql/html/release-9-5-15.html
share/doc/postgresql/html/release-9-5-16.html
+share/doc/postgresql/html/release-9-5-17.html
share/doc/postgresql/html/release-9-5-2.html
share/doc/postgresql/html/release-9-5-3.html
share/doc/postgresql/html/release-9-5-4.html
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index e55513dd764..0f168ac3253 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/05/13 20:38:12 adam Exp $
PKGNAME= ${DISTNAME:C/-/95-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server
diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common
index c2e5b914195..d571fce7ec6 100644
--- a/databases/postgresql95/Makefile.common
+++ b/databases/postgresql95/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2019/02/17 08:26:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2019/05/13 20:38:12 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.16
+DISTNAME= postgresql-9.5.17
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql95/distinfo b/databases/postgresql95/distinfo
index 64ae5b6e1a7..0d8f2baa5d2 100644
--- a/databases/postgresql95/distinfo
+++ b/databases/postgresql95/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2019/02/17 08:26:12 adam Exp $
+$NetBSD: distinfo,v 1.19 2019/05/13 20:38:12 adam Exp $
-SHA1 (postgresql-9.5.16.tar.bz2) = 5413b1d9e239383cc55d6a1328a42f055405354c
-RMD160 (postgresql-9.5.16.tar.bz2) = 7f9c07db733f4b8b61380b9481c2946d06436dd9
-SHA512 (postgresql-9.5.16.tar.bz2) = 4583c825ed00a5ba915863b41c39cd9580492444ff299e44c3856db55fb4f0607d184534fe8977d915fb0730e6d638d8560be11915ce21b9d1f6971e7a285c7c
-Size (postgresql-9.5.16.tar.bz2) = 17506874 bytes
+SHA1 (postgresql-9.5.17.tar.bz2) = 3b70737eedb2f5fc90d420de4c21188c72e50030
+RMD160 (postgresql-9.5.17.tar.bz2) = 9b1557114f5696ea539544757c660f0d48daaca8
+SHA512 (postgresql-9.5.17.tar.bz2) = bb468528b1f18166cda0be136f31a632859ffe6e6800233b1cb0e91ce11d2d00d3dc108a74580b5552a4d30b9f1b6849c91576cd497beac788c429815c66eac5
+Size (postgresql-9.5.17.tar.bz2) = 17563469 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0
diff --git a/databases/postgresql96-docs/PLIST b/databases/postgresql96-docs/PLIST
index a5daaf8aaa8..cf75238b23e 100644
--- a/databases/postgresql96-docs/PLIST
+++ b/databases/postgresql96-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/02/17 08:26:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/05/13 20:38:12 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -885,6 +885,7 @@ share/doc/postgresql/html/release-9-6-1.html
share/doc/postgresql/html/release-9-6-10.html
share/doc/postgresql/html/release-9-6-11.html
share/doc/postgresql/html/release-9-6-12.html
+share/doc/postgresql/html/release-9-6-13.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
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile
index dad76d12d75..ec926a771f9 100644
--- a/databases/postgresql96-plpython/Makefile
+++ b/databases/postgresql96-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/13 20:38:12 adam Exp $
PKGNAME= ${DISTNAME:C/-/96-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server
diff --git a/databases/postgresql96/Makefile.common b/databases/postgresql96/Makefile.common
index 929f4b8b793..107a48bbd63 100644
--- a/databases/postgresql96/Makefile.common
+++ b/databases/postgresql96/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2019/02/17 08:26:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2019/05/13 20:38:12 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.12
+DISTNAME= postgresql-9.6.13
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql96/distinfo b/databases/postgresql96/distinfo
index 6af9cc6c204..8147de4f450 100644
--- a/databases/postgresql96/distinfo
+++ b/databases/postgresql96/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2019/02/17 08:26:12 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/05/13 20:38:12 adam Exp $
-SHA1 (postgresql-9.6.12.tar.bz2) = e505868d08b2645d08d87d747c652ac1a62518b8
-RMD160 (postgresql-9.6.12.tar.bz2) = 0a638810496adedcea3b672eb9e7cffe4d6909f4
-SHA512 (postgresql-9.6.12.tar.bz2) = 3a7a96caf682461f1f9bffdbe2b72b1ce00cc6680145e00c139e4af8b9dc8b8679fda1626de65921d6e187fa9290efc930584b98f1fd2aba1ba3d790a741a415
-Size (postgresql-9.6.12.tar.bz2) = 18759442 bytes
+SHA1 (postgresql-9.6.13.tar.bz2) = 32b9bd28f68426a42c596d1fcedeb971401aee88
+RMD160 (postgresql-9.6.13.tar.bz2) = 02a09368968a2962791310e94d68bd6380bb2d3d
+SHA512 (postgresql-9.6.13.tar.bz2) = 65cc70410ad4a1a738b92855b92eecdbb9efbbca0eb9a45a138d47b696c8f9c9cd19073fbfdf5c80eea7633d0be29b4ed8acbadd38724acf8f18c90bb30f9b26
+Size (postgresql-9.6.13.tar.bz2) = 18767279 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24