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 Nov  9 18:12:28 UTC 2018

Modified Files:
        pkgsrc/databases/postgresql10: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql10-client: Makefile
        pkgsrc/databases/postgresql10-contrib: Makefile PLIST
        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/postgresql10/patches: patch-src_Makefile.shlib
        pkgsrc/databases/postgresql11: Makefile.common distinfo options.mk
        pkgsrc/databases/postgresql11-contrib: PLIST
        pkgsrc/databases/postgresql11-docs: PLIST
        pkgsrc/databases/postgresql11-plpython: PLIST
        pkgsrc/databases/postgresql93: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql93-client: Makefile
        pkgsrc/databases/postgresql93-contrib: Makefile
        pkgsrc/databases/postgresql93-docs: Makefile PLIST
        pkgsrc/databases/postgresql93-plperl: Makefile
        pkgsrc/databases/postgresql93-plpython: Makefile
        pkgsrc/databases/postgresql93-pltcl: Makefile
        pkgsrc/databases/postgresql93-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:
postgresNN: updated to the latest

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25. This release fixes one 
security issue as well as bugs reported over the last three months.

All users using the affected versions of PostgreSQL should update as soon as possible. Please see the notes on "Updating" below for any post-update steps that may be required if you are using 
pg_stat_statements in your installation.

This update is also the final release for PostgreSQL 9.3, which is now end-of-life and will no longer receive any bug or security fixes. If your environment still uses PostgreSQL 9.3, please make 
plans to update to a community supported version as soon as possible. Please see our versioning policy for more information.

Security Issues

One security vulnerability has been closed by this release:

CVE-2018-16850: SQL injection in pg_upgrade and pg_dump, via CREATE TRIGGER ... REFERENCING.
Versions Affected: 10, 11

Using a purpose-crafted trigger definition, an attacker can run arbitrary SQL statements with superuser privileges when a superuser runs pg_upgrade on the database or during a pg_dump dump/restore 
cycle. This attack requires a CREATE privilege on some non-temporary schema or a TRIGGER privilege on a table. This is exploitable in the default PostgreSQL configuration, where all users have CREATE 
privilege on public schema.

Bug Fixes and Improvements

This update also fixes numerous bugs that were reported in the last several months. Some of these issues affect only version 11, but many affect all supported versions.

These releases include fixes that:

Ensure that automatically created child indexes are created in the same tablespace as the parent partitioned index
Fix several crashes with triggers
Fix problems with applying ON COMMIT DELETE ROWS to a partitioned temporary table
Fix how NULL values are handled when using LEFT JOIN with a parallelized hash join
Several fixes around using named or defaulted arguments in CALL statements
Fix for strict aggregate functions (i.e. aggregates that cannot accept NULL inputs) with ORDER BY columns that enforces the strictness check
Fix with CASE statements where an expression was cast to an array type
Disable an optimization for updating expression indexes in order to prevent a crash
Fix a memory leak that occurred on a specific case of using a SP-GiST index
Fix for pg_verify_checksums incorrectly reporting on files that are not expected to have checksums
Prevent the PostgreSQL server from starting when wal_level is set to a value that cannot support an existing replication slot
Ensure that the server will process already-received NOTIFY and SIGTERM interrupts before waiting for client input
Allow PL/Ruby to work with newer versions of PostgreSQL
Fix for character-class checks on Windows for Unicode characters above U+FFFF, which affected full-text search as well as contrib/ltree and contrib/pg_trgm
Fix a case where psql would not report the receipt of a message from a NOTIFY call until after the next command
Fix build problems on macOS 10.14 (Mojave)
Several build fixes for the Windows platform
This updates also contains tzdata release 2018g for DST law changes in Chile, Fiji, Morocco, and Russia (Volgograd), plus historical corrections for China, Hawaii, Japan, Macau, and North Korea.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql10/Makefile \
    pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql10-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql10-contrib/Makefile \
    pkgsrc/databases/postgresql10-contrib/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql10-docs/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql10-plperl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql10-plpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql10-pltcl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql10-server/Makefile
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/databases/postgresql10/patches/patch-src_Makefile.shlib
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql11/Makefile.common \
    pkgsrc/databases/postgresql11/distinfo \
    pkgsrc/databases/postgresql11/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql11-contrib/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql11-plpython/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql93/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/postgresql93/Makefile.common
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/postgresql93/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql93-client/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql93-contrib/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql93-docs/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql93-docs/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql93-plperl/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql93-plpython/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql93-pltcl/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql93-server/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql94/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/postgresql94/Makefile.common
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql94/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql94-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql94-contrib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql94-docs/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql94-docs/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql94-plperl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql94-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql94-pltcl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql94-server/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql95/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql95-client/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql95-contrib/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql95-docs/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql95-plperl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql95-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql95-pltcl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql95-server/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql96/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql96-client/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96-contrib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql96-docs/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql96-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql96-plperl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql96-plpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql96-pltcl/Makefile
cvs rdiff -u -r1.2 -r1.3 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.7 pkgsrc/databases/postgresql10/Makefile:1.8
--- pkgsrc/databases/postgresql10/Makefile:1.7  Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10/Makefile      Fri Nov  9 18:12:23 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/09 18:12:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-/}
-PKGREVISION=   2
 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.7 pkgsrc/databases/postgresql10/distinfo:1.8
--- pkgsrc/databases/postgresql10/distinfo:1.7  Fri Aug 10 11:56:10 2018
+++ pkgsrc/databases/postgresql10/distinfo      Fri Nov  9 18:12:23 2018
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.7 2018/08/10 11:56:10 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/11/09 18:12:23 adam Exp $
 
-SHA1 (postgresql-10.5.tar.bz2) = 8c7b4406b0ba2987f4170657f89908ad47947429
-RMD160 (postgresql-10.5.tar.bz2) = 2427223152e54ba048b3881380091530f4887b58
-SHA512 (postgresql-10.5.tar.bz2) = 1bad30ae88beca66f7e8b99b82e7f02aac1e9230b328e6e5a762a704cdd9dc767d924f5a66c68c93586badfef91b7ff336120a567ce970eaa58bb44c662ad48c
-Size (postgresql-10.5.tar.bz2) = 20284578 bytes
+SHA1 (postgresql-10.6.tar.bz2) = d3b460e9be7df545b55c994ff854cbb3f6381f28
+RMD160 (postgresql-10.6.tar.bz2) = 29ede591c228fb8c7f1bd0d33b0233dd879f3d74
+SHA512 (postgresql-10.6.tar.bz2) = 5d4d5cee2a19ad1820c3411bc4851904e3059cdcacc837350694d54d7d59260b66c565c72cc14a3a10541a8fc49c5185f08f57b7a8c7e4c64ed2614da6e1201f
+Size (postgresql-10.6.tar.bz2) = 20350612 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
 SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
 SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
-SHA1 (patch-src_Makefile.shlib) = 6363b3c7c6887c7b23295da7ebf0371e1be2d93d
+SHA1 (patch-src_Makefile.shlib) = 74ab026a457a4789a1aa1d6423d88ce4a2db7a2e
 SHA1 (patch-src_backend_Makefile) = 91aa620b3a26f3da66c22aef78611a352a8793b6
 SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
 SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd

Index: pkgsrc/databases/postgresql10/Makefile.common
diff -u pkgsrc/databases/postgresql10/Makefile.common:1.9 pkgsrc/databases/postgresql10/Makefile.common:1.10
--- pkgsrc/databases/postgresql10/Makefile.common:1.9   Fri Aug 10 11:56:10 2018
+++ pkgsrc/databases/postgresql10/Makefile.common       Fri Nov  9 18:12:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2018/08/10 11:56:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2018/11/09 18:12:23 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.5
+DISTNAME=      postgresql-10.6
 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.4 pkgsrc/databases/postgresql10-client/Makefile:1.5
--- pkgsrc/databases/postgresql10-client/Makefile:1.4   Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10-client/Makefile       Fri Nov  9 18:12:24 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql10/Makefile.common"

Index: pkgsrc/databases/postgresql10-contrib/Makefile
diff -u pkgsrc/databases/postgresql10-contrib/Makefile:1.2 pkgsrc/databases/postgresql10-contrib/Makefile:1.3
--- pkgsrc/databases/postgresql10-contrib/Makefile:1.2  Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10-contrib/Makefile      Fri Nov  9 18:12:24 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql10/Makefile.common"
Index: pkgsrc/databases/postgresql10-contrib/PLIST
diff -u pkgsrc/databases/postgresql10-contrib/PLIST:1.2 pkgsrc/databases/postgresql10-contrib/PLIST:1.3
--- pkgsrc/databases/postgresql10-contrib/PLIST:1.2     Sun May 13 08:13:46 2018
+++ pkgsrc/databases/postgresql10-contrib/PLIST Fri Nov  9 18:12:24 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/11/09 18:12:24 adam Exp $
 bin/oid2name
 bin/pg_standby
 bin/vacuumlo
@@ -169,6 +169,7 @@ share/postgresql/extension/pg_stat_state
 share/postgresql/extension/pg_stat_statements--1.3--1.4.sql
 share/postgresql/extension/pg_stat_statements--1.4--1.5.sql
 share/postgresql/extension/pg_stat_statements--1.4.sql
+share/postgresql/extension/pg_stat_statements--1.5--1.6.sql
 share/postgresql/extension/pg_stat_statements--unpackaged--1.0.sql
 share/postgresql/extension/pg_stat_statements.control
 share/postgresql/extension/pg_trgm--1.0--1.1.sql

Index: pkgsrc/databases/postgresql10-docs/Makefile
diff -u pkgsrc/databases/postgresql10-docs/Makefile:1.2 pkgsrc/databases/postgresql10-docs/Makefile:1.3
--- pkgsrc/databases/postgresql10-docs/Makefile:1.2     Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10-docs/Makefile Fri Nov  9 18:12:24 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql10/Makefile.common"

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.6 pkgsrc/databases/postgresql10-docs/PLIST:1.7
--- pkgsrc/databases/postgresql10-docs/PLIST:1.6        Fri Aug 10 11:56:10 2018
+++ pkgsrc/databases/postgresql10-docs/PLIST    Fri Nov  9 18:12:24 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/11/09 18:12:24 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -919,6 +919,7 @@ share/doc/postgresql/html/release-10-2.h
 share/doc/postgresql/html/release-10-3.html
 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.html
 share/doc/postgresql/html/release-6-0.html
 share/doc/postgresql/html/release-6-1-1.html
@@ -1218,6 +1219,7 @@ share/doc/postgresql/html/release-9-3-21
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
 share/doc/postgresql/html/release-9-3-24.html
+share/doc/postgresql/html/release-9-3-25.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1238,6 +1240,7 @@ share/doc/postgresql/html/release-9-4-17
 share/doc/postgresql/html/release-9-4-18.html
 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-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html
@@ -1252,6 +1255,7 @@ share/doc/postgresql/html/release-9-5-11
 share/doc/postgresql/html/release-9-5-12.html
 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-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
@@ -1263,6 +1267,7 @@ share/doc/postgresql/html/release-9-5-9.
 share/doc/postgresql/html/release-9-5.html
 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-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html

Index: pkgsrc/databases/postgresql10-plperl/Makefile
diff -u pkgsrc/databases/postgresql10-plperl/Makefile:1.2 pkgsrc/databases/postgresql10-plperl/Makefile:1.3
--- pkgsrc/databases/postgresql10-plperl/Makefile:1.2   Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10-plperl/Makefile       Fri Nov  9 18:12:24 2018
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+#$ $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server

Index: pkgsrc/databases/postgresql10-plpython/Makefile
diff -u pkgsrc/databases/postgresql10-plpython/Makefile:1.2 pkgsrc/databases/postgresql10-plpython/Makefile:1.3
--- pkgsrc/databases/postgresql10-plpython/Makefile:1.2 Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10-plpython/Makefile     Fri Nov  9 18:12:24 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 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

Index: pkgsrc/databases/postgresql10-pltcl/Makefile
diff -u pkgsrc/databases/postgresql10-pltcl/Makefile:1.2 pkgsrc/databases/postgresql10-pltcl/Makefile:1.3
--- pkgsrc/databases/postgresql10-pltcl/Makefile:1.2    Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10-pltcl/Makefile        Fri Nov  9 18:12:24 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server

Index: pkgsrc/databases/postgresql10-server/Makefile
diff -u pkgsrc/databases/postgresql10-server/Makefile:1.3 pkgsrc/databases/postgresql10-server/Makefile:1.4
--- pkgsrc/databases/postgresql10-server/Makefile:1.3   Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql10-server/Makefile       Fri Nov  9 18:12:24 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/09 18:12:24 adam Exp $
 
-PKGREVISION=   2
 PKGNAME=       ${DISTNAME:C/-/10-server-/}
 COMMENT=       PostgreSQL database server programs
 

Index: pkgsrc/databases/postgresql10/patches/patch-src_Makefile.shlib
diff -u pkgsrc/databases/postgresql10/patches/patch-src_Makefile.shlib:1.2 pkgsrc/databases/postgresql10/patches/patch-src_Makefile.shlib:1.3
--- pkgsrc/databases/postgresql10/patches/patch-src_Makefile.shlib:1.2  Mon Jan 22 11:05:29 2018
+++ pkgsrc/databases/postgresql10/patches/patch-src_Makefile.shlib      Fri Nov  9 18:12:24 2018
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_Makefile.shlib,v 1.2 2018/01/22 11:05:29 jperkin Exp $
+$NetBSD: patch-src_Makefile.shlib,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 Use correct linker flags.
 
---- src/Makefile.shlib.orig    2017-11-07 00:46:52.000000000 +0000
+--- src/Makefile.shlib.orig    2018-11-05 21:45:50.000000000 +0000
 +++ src/Makefile.shlib
-@@ -150,17 +150,11 @@ endif
+@@ -156,9 +156,6 @@ endif
  
  ifeq ($(PORTNAME), freebsd)
    ifdef ELF_SYSTEM
@@ -14,6 +14,8 @@ Use correct linker flags.
      LINK.shared               = $(COMPILER) -shared
      ifdef soname
        LINK.shared     += -Wl,-x,-soname,$(soname)
+@@ -169,9 +166,6 @@ ifeq ($(PORTNAME), freebsd)
+       LINK.shared     += -Wl,--version-script=$(exports_file)
      endif
    else
 -    ifdef SO_MAJOR_VERSION
@@ -22,7 +24,7 @@ Use correct linker flags.
      LINK.shared               = $(LD) -x -Bshareable -Bforcearchive
    endif
  endif
-@@ -176,6 +170,17 @@ ifeq ($(PORTNAME), netbsd)
+@@ -192,6 +186,17 @@ ifeq ($(PORTNAME), netbsd)
    endif
  endif
  
@@ -40,7 +42,7 @@ Use correct linker flags.
  ifeq ($(PORTNAME), hpux)
    ifdef SO_MAJOR_VERSION
      shlib                     = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
-@@ -231,7 +236,7 @@ ifeq ($(PORTNAME), solaris)
+@@ -247,7 +252,7 @@ ifeq ($(PORTNAME), solaris)
      ifeq ($(with_gnu_ld), yes)
        LINK.shared     += -Wl,-soname,$(soname)
      else
@@ -49,7 +51,7 @@ Use correct linker flags.
      endif
    endif
  endif
-@@ -450,8 +455,10 @@ ifdef soname
+@@ -458,8 +463,10 @@ ifdef soname
  # we don't install $(shlib) on AIX
  # (see http://archives.postgresql.org/message-id/52EF20B2E3209443BC37736D00C3C1380A6E79FE%EXADV1.host.magwien.gv.at@localhost)
  ifneq ($(PORTNAME), aix)
@@ -61,7 +63,7 @@ Use correct linker flags.
  ifneq ($(PORTNAME), win32)
  ifneq ($(shlib), $(shlib_major))
        cd '$(DESTDIR)$(libdir)' && \
-@@ -464,7 +471,7 @@ ifneq ($(shlib), $(shlib_bare))
+@@ -472,7 +479,7 @@ ifneq ($(shlib), $(shlib_bare))
        $(LN_S) $(shlib) $(shlib_bare)
  endif
  endif # not win32

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.1 pkgsrc/databases/postgresql11/Makefile.common:1.2
--- pkgsrc/databases/postgresql11/Makefile.common:1.1   Tue Oct 23 16:02:51 2018
+++ pkgsrc/databases/postgresql11/Makefile.common       Fri Nov  9 18:12:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2018/10/23 16:02:51 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2018/11/09 18:12:24 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.0
+DISTNAME=      postgresql-11.1
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/databases/postgresql11/distinfo
diff -u pkgsrc/databases/postgresql11/distinfo:1.1 pkgsrc/databases/postgresql11/distinfo:1.2
--- pkgsrc/databases/postgresql11/distinfo:1.1  Tue Oct 23 16:02:51 2018
+++ pkgsrc/databases/postgresql11/distinfo      Fri Nov  9 18:12:24 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2018/10/23 16:02:51 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/11/09 18:12:24 adam Exp $
 
-SHA1 (postgresql-11.0.tar.bz2) = bca2c449529176edc1940208205ce18c70344a34
-RMD160 (postgresql-11.0.tar.bz2) = aead1341fd521795789586ebb2c84f2a70bc8f96
-SHA512 (postgresql-11.0.tar.bz2) = 2cf471618dfaabdcbcbd68be3b85b6083376c97fdadce36d2ceb28438b7c736816118eacb1d4f12d48c39f584d78d7ffa89fa6d65858d440045a53921429970a
-Size (postgresql-11.0.tar.bz2) = 21206820 bytes
+SHA1 (postgresql-11.1.tar.bz2) = c95db6f0d3e2e98337368ff496cee6b96794156a
+RMD160 (postgresql-11.1.tar.bz2) = 76ad4f0e433e42ea824809878423871e9b4fa4e0
+SHA512 (postgresql-11.1.tar.bz2) = 35d00984e9f5f063a5b96e97aa1b40381ab76d07b2336bda5981fd80bef1324f56eefca5069ae78770ecd6ece5df85264e599fdb3478ecb71d4fdd0d7b6becca
+Size (postgresql-11.1.tar.bz2) = 21263173 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
Index: pkgsrc/databases/postgresql11/options.mk
diff -u pkgsrc/databases/postgresql11/options.mk:1.1 pkgsrc/databases/postgresql11/options.mk:1.2
--- pkgsrc/databases/postgresql11/options.mk:1.1        Tue Oct 23 16:02:51 2018
+++ pkgsrc/databases/postgresql11/options.mk    Fri Nov  9 18:12:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2018/10/23 16:02:51 adam Exp $
+# $NetBSD: options.mk,v 1.2 2018/11/09 18:12:24 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql11
 PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap pam
@@ -46,6 +46,7 @@ PLIST_VARS+=          llvm
 .if !empty(PKG_OPTIONS:Mllvm)
 .  include "../../lang/llvm/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-llvm
+CONFIGURE_ENV+=                CLANG=${CC}     # XXX: make it be better
 PLIST.llvm=            yes
 .endif
 

Index: pkgsrc/databases/postgresql11-contrib/PLIST
diff -u pkgsrc/databases/postgresql11-contrib/PLIST:1.1 pkgsrc/databases/postgresql11-contrib/PLIST:1.2
--- pkgsrc/databases/postgresql11-contrib/PLIST:1.1     Tue Oct 23 16:02:52 2018
+++ pkgsrc/databases/postgresql11-contrib/PLIST Fri Nov  9 18:12:24 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 16:02:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/11/09 18:12:24 adam Exp $
 bin/oid2name
 bin/pg_standby
 bin/vacuumlo
@@ -12,6 +12,172 @@ lib/postgresql/adminpack.so
 lib/postgresql/auth_delay.so
 lib/postgresql/auto_explain.so
 lib/postgresql/autoinc.so
+${PLIST.llvm}lib/postgresql/bitcode/_int.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_bool.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_gin.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_selfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_tool.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_intbig_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/adminpack.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/adminpack/adminpack.bc
+${PLIST.llvm}lib/postgresql/bitcode/auth_delay.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/auth_delay/auth_delay.bc
+${PLIST.llvm}lib/postgresql/bitcode/auto_explain.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/auto_explain/auto_explain.bc
+${PLIST.llvm}lib/postgresql/bitcode/autoinc.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/autoinc/autoinc.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gin.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gin/btree_gin.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_bit.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_bytea.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_cash.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_date.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_enum.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_float4.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_float8.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_inet.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_int2.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_int4.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_int8.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_interval.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_macaddr.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_macaddr8.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_numeric.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_oid.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_text.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_time.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_ts.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_utils_num.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_utils_var.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_uuid.bc
+${PLIST.llvm}lib/postgresql/bitcode/citext.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/citext/citext.bc
+${PLIST.llvm}lib/postgresql/bitcode/cube.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/cube/cube.bc
+${PLIST.llvm}lib/postgresql/bitcode/cube/cubeparse.bc
+${PLIST.llvm}lib/postgresql/bitcode/dblink.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/dblink/dblink.bc
+${PLIST.llvm}lib/postgresql/bitcode/dict_int.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/dict_int/dict_int.bc
+${PLIST.llvm}lib/postgresql/bitcode/dict_xsyn.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/dict_xsyn/dict_xsyn.bc
+${PLIST.llvm}lib/postgresql/bitcode/earthdistance.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/earthdistance/earthdistance.bc
+${PLIST.llvm}lib/postgresql/bitcode/file_fdw.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/file_fdw/file_fdw.bc
+${PLIST.llvm}lib/postgresql/bitcode/fuzzystrmatch.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/fuzzystrmatch/dmetaphone.bc
+${PLIST.llvm}lib/postgresql/bitcode/fuzzystrmatch/fuzzystrmatch.bc
+${PLIST.llvm}lib/postgresql/bitcode/hstore.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/hstore/hstore_compat.bc
+${PLIST.llvm}lib/postgresql/bitcode/hstore/hstore_gin.bc
+${PLIST.llvm}lib/postgresql/bitcode/hstore/hstore_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/hstore/hstore_io.bc
+${PLIST.llvm}lib/postgresql/bitcode/hstore/hstore_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/insert_username.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/insert_username/insert_username.bc
+${PLIST.llvm}lib/postgresql/bitcode/isn.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/isn/isn.bc
+${PLIST.llvm}lib/postgresql/bitcode/lo.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/lo/lo.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/_ltree_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/_ltree_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/crc32.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/lquery_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/ltree_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/ltree_io.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/ltree_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/ltxtquery_io.bc
+${PLIST.llvm}lib/postgresql/bitcode/ltree/ltxtquery_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/moddatetime.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/moddatetime/moddatetime.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect/brinfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect/btreefuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect/fsmfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect/ginfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect/hashfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect/heapfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/pageinspect/rawpage.bc
+${PLIST.llvm}lib/postgresql/bitcode/passwordcheck.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/passwordcheck/passwordcheck.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_buffercache.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_buffercache/pg_buffercache_pages.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_freespacemap.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_freespacemap/pg_freespacemap.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_prewarm.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_prewarm/autoprewarm.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_prewarm/pg_prewarm.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_stat_statements.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_stat_statements/pg_stat_statements.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_trgm.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_trgm/trgm_gin.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_trgm/trgm_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_trgm/trgm_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/pg_trgm/trgm_regexp.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/crypt-blowfish.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/crypt-des.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/crypt-gensalt.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/crypt-md5.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/mbuf.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/openssl.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgcrypto.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-armor.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-cfb.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-compress.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-decrypt.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-encrypt.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-info.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-mpi-openssl.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-mpi.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-pgsql.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-pubdec.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-pubenc.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-pubkey.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp-s2k.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/pgp.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/px-crypt.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/px-hmac.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgcrypto/px.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgrowlocks.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgrowlocks/pgrowlocks.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgstattuple.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgstattuple/pgstatapprox.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgstattuple/pgstatindex.bc
+${PLIST.llvm}lib/postgresql/bitcode/pgstattuple/pgstattuple.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres_fdw.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres_fdw/connection.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres_fdw/deparse.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres_fdw/option.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres_fdw/postgres_fdw.bc
+${PLIST.llvm}lib/postgresql/bitcode/postgres_fdw/shippable.bc
+${PLIST.llvm}lib/postgresql/bitcode/refint.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/refint/refint.bc
+${PLIST.llvm}lib/postgresql/bitcode/seg.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/seg/seg.bc
+${PLIST.llvm}lib/postgresql/bitcode/seg/segparse.bc
+${PLIST.llvm}lib/postgresql/bitcode/sslinfo.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/sslinfo/sslinfo.bc
+${PLIST.llvm}lib/postgresql/bitcode/tablefunc.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/tablefunc/tablefunc.bc
+${PLIST.llvm}lib/postgresql/bitcode/tcn.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/tcn/tcn.bc
+${PLIST.llvm}lib/postgresql/bitcode/test_decoding.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/test_decoding/test_decoding.bc
+${PLIST.llvm}lib/postgresql/bitcode/timetravel.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/timetravel/timetravel.bc
+${PLIST.llvm}lib/postgresql/bitcode/tsm_system_rows.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/tsm_system_rows/tsm_system_rows.bc
+${PLIST.llvm}lib/postgresql/bitcode/tsm_system_time.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/tsm_system_time/tsm_system_time.bc
+${PLIST.llvm}lib/postgresql/bitcode/unaccent.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/unaccent/unaccent.bc
 lib/postgresql/btree_gin.so
 lib/postgresql/btree_gist.so
 lib/postgresql/citext.so

Index: pkgsrc/databases/postgresql11-docs/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.1 pkgsrc/databases/postgresql11-docs/PLIST:1.2
--- pkgsrc/databases/postgresql11-docs/PLIST:1.1        Tue Oct 23 16:02:52 2018
+++ pkgsrc/databases/postgresql11-docs/PLIST    Fri Nov  9 18:12:25 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 16:02:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/11/09 18:12:25 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -955,7 +955,9 @@ share/doc/postgresql/html/release-10-2.h
 share/doc/postgresql/html/release-10-3.html
 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.html
+share/doc/postgresql/html/release-11-1.html
 share/doc/postgresql/html/release-11.html
 share/doc/postgresql/html/release-6-0.html
 share/doc/postgresql/html/release-6-1-1.html
@@ -1255,6 +1257,7 @@ share/doc/postgresql/html/release-9-3-21
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
 share/doc/postgresql/html/release-9-3-24.html
+share/doc/postgresql/html/release-9-3-25.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1275,6 +1278,7 @@ share/doc/postgresql/html/release-9-4-17
 share/doc/postgresql/html/release-9-4-18.html
 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-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html
@@ -1289,6 +1293,7 @@ share/doc/postgresql/html/release-9-5-11
 share/doc/postgresql/html/release-9-5-12.html
 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-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
@@ -1300,6 +1305,7 @@ share/doc/postgresql/html/release-9-5-9.
 share/doc/postgresql/html/release-9-5.html
 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-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html

Index: pkgsrc/databases/postgresql11-plpython/PLIST
diff -u pkgsrc/databases/postgresql11-plpython/PLIST:1.1 pkgsrc/databases/postgresql11-plpython/PLIST:1.2
--- pkgsrc/databases/postgresql11-plpython/PLIST:1.1    Tue Oct 23 16:02:52 2018
+++ pkgsrc/databases/postgresql11-plpython/PLIST        Fri Nov  9 18:12:25 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 16:02:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/11/09 18:12:25 adam Exp $
 include/postgresql/server/plpy_cursorobject.h
 include/postgresql/server/plpy_elog.h
 include/postgresql/server/plpy_exec.h
@@ -12,6 +12,8 @@ include/postgresql/server/plpy_subxactob
 include/postgresql/server/plpy_typeio.h
 include/postgresql/server/plpy_util.h
 include/postgresql/server/plpython.h
+${PLIST.llvm}lib/postgresql/bitcode/hstore_plpython3.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/hstore_plpython3/hstore_plpython.bc
 ${PLIST.py2x}lib/postgresql/hstore_plpython2.so
 ${PLIST.py3x}lib/postgresql/hstore_plpython3.so
 lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk

Index: pkgsrc/databases/postgresql93/Makefile
diff -u pkgsrc/databases/postgresql93/Makefile:1.14 pkgsrc/databases/postgresql93/Makefile:1.15
--- pkgsrc/databases/postgresql93/Makefile:1.14 Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql93/Makefile      Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql93-client>=${PKGVERSION_NOREV}:../../databases/postgresql93-client

Index: pkgsrc/databases/postgresql93/Makefile.common
diff -u pkgsrc/databases/postgresql93/Makefile.common:1.35 pkgsrc/databases/postgresql93/Makefile.common:1.36
--- pkgsrc/databases/postgresql93/Makefile.common:1.35  Fri Aug 10 11:56:08 2018
+++ pkgsrc/databases/postgresql93/Makefile.common       Fri Nov  9 18:12:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2018/08/10 11:56:08 adam Exp $
+# $NetBSD: Makefile.common,v 1.36 2018/11/09 18:12:25 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql93-pltcl/Makefile
 # used by databases/postgresql93-server/Makefile
 
-DISTNAME=      postgresql-9.3.24
+DISTNAME=      postgresql-9.3.25
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql93/distinfo
diff -u pkgsrc/databases/postgresql93/distinfo:1.31 pkgsrc/databases/postgresql93/distinfo:1.32
--- pkgsrc/databases/postgresql93/distinfo:1.31 Fri Aug 10 11:56:08 2018
+++ pkgsrc/databases/postgresql93/distinfo      Fri Nov  9 18:12:25 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.31 2018/08/10 11:56:08 adam Exp $
+$NetBSD: distinfo,v 1.32 2018/11/09 18:12:25 adam Exp $
 
-SHA1 (postgresql-9.3.24.tar.bz2) = 261879aa452d56cd431efc30dbc4fbf72b7b09ea
-RMD160 (postgresql-9.3.24.tar.bz2) = 710779176ca02cce985712c8f62f85b5765c6d68
-SHA512 (postgresql-9.3.24.tar.bz2) = 3d457b6218eeb8da2d8dd134dabc7ec8000cad5863870079b85ce00d94218fa049146290a8389fec15e57d586b0edee9810cdad85f36cbabce49b6b4378ce1ee
-Size (postgresql-9.3.24.tar.bz2) = 17042985 bytes
+SHA1 (postgresql-9.3.25.tar.bz2) = 38e50ab06e50289b5520fe3a4cf449617b91c37b
+RMD160 (postgresql-9.3.25.tar.bz2) = 07c5b574e496bb1595debd5a3b773a8d77200373
+SHA512 (postgresql-9.3.25.tar.bz2) = 319e12b73853b74f5ef2c520d64795bb586ffd495ceab6518f7844de6e0a054aea821976c470108d346f8090c7d3949920d9c435432e33004b7caa7a77a5cdca
+Size (postgresql-9.3.25.tar.bz2) = 17067593 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 2a423161cf0c394ff8b8f8cfb3ecffae1c65956a
 SHA1 (patch-configure) = 8fd9dcaa459ba2871b875c4b9c777064f7a57ee2

Index: pkgsrc/databases/postgresql93-client/Makefile
diff -u pkgsrc/databases/postgresql93-client/Makefile:1.16 pkgsrc/databases/postgresql93-client/Makefile:1.17
--- pkgsrc/databases/postgresql93-client/Makefile:1.16  Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql93-client/Makefile       Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql93/Makefile.common"

Index: pkgsrc/databases/postgresql93-contrib/Makefile
diff -u pkgsrc/databases/postgresql93-contrib/Makefile:1.4 pkgsrc/databases/postgresql93-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql93-contrib/Makefile:1.4  Wed Aug 22 09:43:23 2018
+++ pkgsrc/databases/postgresql93-contrib/Makefile      Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql93/Makefile.common"

Index: pkgsrc/databases/postgresql93-docs/Makefile
diff -u pkgsrc/databases/postgresql93-docs/Makefile:1.10 pkgsrc/databases/postgresql93-docs/Makefile:1.11
--- pkgsrc/databases/postgresql93-docs/Makefile:1.10    Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql93-docs/Makefile Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql93/Makefile.common"

Index: pkgsrc/databases/postgresql93-docs/PLIST
diff -u pkgsrc/databases/postgresql93-docs/PLIST:1.26 pkgsrc/databases/postgresql93-docs/PLIST:1.27
--- pkgsrc/databases/postgresql93-docs/PLIST:1.26       Fri Aug 10 11:56:08 2018
+++ pkgsrc/databases/postgresql93-docs/PLIST    Fri Nov  9 18:12:25 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2018/08/10 11:56:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2018/11/09 18:12:25 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1130,6 +1130,7 @@ share/doc/postgresql/html/release-9-3-21
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
 share/doc/postgresql/html/release-9-3-24.html
+share/doc/postgresql/html/release-9-3-25.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html

Index: pkgsrc/databases/postgresql93-plperl/Makefile
diff -u pkgsrc/databases/postgresql93-plperl/Makefile:1.15 pkgsrc/databases/postgresql93-plperl/Makefile:1.16
--- pkgsrc/databases/postgresql93-plperl/Makefile:1.15  Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql93-plperl/Makefile       Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server

Index: pkgsrc/databases/postgresql93-plpython/Makefile
diff -u pkgsrc/databases/postgresql93-plpython/Makefile:1.10 pkgsrc/databases/postgresql93-plpython/Makefile:1.11
--- pkgsrc/databases/postgresql93-plpython/Makefile:1.10        Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql93-plpython/Makefile     Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server

Index: pkgsrc/databases/postgresql93-pltcl/Makefile
diff -u pkgsrc/databases/postgresql93-pltcl/Makefile:1.9 pkgsrc/databases/postgresql93-pltcl/Makefile:1.10
--- pkgsrc/databases/postgresql93-pltcl/Makefile:1.9    Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql93-pltcl/Makefile        Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server

Index: pkgsrc/databases/postgresql93-server/Makefile
diff -u pkgsrc/databases/postgresql93-server/Makefile:1.13 pkgsrc/databases/postgresql93-server/Makefile:1.14
--- pkgsrc/databases/postgresql93-server/Makefile:1.13  Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql93-server/Makefile       Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql94/Makefile
diff -u pkgsrc/databases/postgresql94/Makefile:1.9 pkgsrc/databases/postgresql94/Makefile:1.10
--- pkgsrc/databases/postgresql94/Makefile:1.9  Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql94/Makefile      Fri Nov  9 18:12:25 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/11/09 18:12:25 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-/}
-PKGREVISION=   1
 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.27 pkgsrc/databases/postgresql94/Makefile.common:1.28
--- pkgsrc/databases/postgresql94/Makefile.common:1.27  Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql94/Makefile.common       Fri Nov  9 18:12:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2018/08/10 11:56:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2018/11/09 18:12:25 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql94-pltcl/Makefile
 # used by databases/postgresql94-server/Makefile
 
-DISTNAME=      postgresql-9.4.19
+DISTNAME=      postgresql-9.4.20
 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.23 pkgsrc/databases/postgresql94/distinfo:1.24
--- pkgsrc/databases/postgresql94/distinfo:1.23 Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql94/distinfo      Fri Nov  9 18:12:25 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2018/08/10 11:56:09 adam Exp $
+$NetBSD: distinfo,v 1.24 2018/11/09 18:12:25 adam Exp $
 
-SHA1 (postgresql-9.4.19.tar.bz2) = 7f153fd150a07f7515e7e1aa2e704ce88b13173c
-RMD160 (postgresql-9.4.19.tar.bz2) = 80782af960ab90e88c11257edda2ac3864c3fcf1
-SHA512 (postgresql-9.4.19.tar.bz2) = 38e2f1f25bd80fdfdec728cd4a3fee6696ca051e496f0629a0a554ea013bfb9bb83ef5659b00130666462a45036a648cf880a2f49693a8ef2edbde938e4dd830
-Size (postgresql-9.4.19.tar.bz2) = 17879273 bytes
+SHA1 (postgresql-9.4.20.tar.bz2) = 9a08fef43a014958c9494214cedff29e20df1d99
+RMD160 (postgresql-9.4.20.tar.bz2) = b897243d3049b5a4aafba1de10e7fdc1a5d3117b
+SHA512 (postgresql-9.4.20.tar.bz2) = 664c6e97979f38d263d1dc75a7db442f193a230435cad43ddfa2afcd42ac0d73b2aef0e846fddcc9008cd6d89cba2d5c0a4db93b111665646d3ff4d8f6fbe1e8
+Size (postgresql-9.4.20.tar.bz2) = 17905682 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.8 pkgsrc/databases/postgresql94-client/Makefile:1.9
--- pkgsrc/databases/postgresql94-client/Makefile:1.8   Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql94-client/Makefile       Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql94/Makefile.common"

Index: pkgsrc/databases/postgresql94-contrib/Makefile
diff -u pkgsrc/databases/postgresql94-contrib/Makefile:1.2 pkgsrc/databases/postgresql94-contrib/Makefile:1.3
--- pkgsrc/databases/postgresql94-contrib/Makefile:1.2  Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql94-contrib/Makefile      Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-contrib-/}
-PKGREVISION=   1
 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.7 pkgsrc/databases/postgresql94-docs/Makefile:1.8
--- pkgsrc/databases/postgresql94-docs/Makefile:1.7     Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql94-docs/Makefile Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql94/Makefile.common"

Index: pkgsrc/databases/postgresql94-docs/PLIST
diff -u pkgsrc/databases/postgresql94-docs/PLIST:1.21 pkgsrc/databases/postgresql94-docs/PLIST:1.22
--- pkgsrc/databases/postgresql94-docs/PLIST:1.21       Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql94-docs/PLIST    Fri Nov  9 18:12:26 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2018/08/10 11:56:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2018/11/09 18:12:26 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1150,6 +1150,7 @@ share/doc/postgresql/html/release-9-3-21
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
 share/doc/postgresql/html/release-9-3-24.html
+share/doc/postgresql/html/release-9-3-25.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1170,6 +1171,7 @@ share/doc/postgresql/html/release-9-4-17
 share/doc/postgresql/html/release-9-4-18.html
 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-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.10 pkgsrc/databases/postgresql94-plperl/Makefile:1.11
--- pkgsrc/databases/postgresql94-plperl/Makefile:1.10  Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql94-plperl/Makefile       Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-plperl-/}
-PKGREVISION=   1
 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.4 pkgsrc/databases/postgresql94-plpython/Makefile:1.5
--- pkgsrc/databases/postgresql94-plpython/Makefile:1.4 Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql94-plpython/Makefile     Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:26 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

Index: pkgsrc/databases/postgresql94-pltcl/Makefile
diff -u pkgsrc/databases/postgresql94-pltcl/Makefile:1.4 pkgsrc/databases/postgresql94-pltcl/Makefile:1.5
--- pkgsrc/databases/postgresql94-pltcl/Makefile:1.4    Wed Aug 22 09:43:24 2018
+++ pkgsrc/databases/postgresql94-pltcl/Makefile        Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-pltcl-/}
-PKGREVISION=   1
 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.5 pkgsrc/databases/postgresql94-server/Makefile:1.6
--- pkgsrc/databases/postgresql94-server/Makefile:1.5   Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql94-server/Makefile       Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql95/Makefile
diff -u pkgsrc/databases/postgresql95/Makefile:1.6 pkgsrc/databases/postgresql95/Makefile:1.7
--- pkgsrc/databases/postgresql95/Makefile:1.6  Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95/Makefile      Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-/}
-PKGREVISION=   1
 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.21 pkgsrc/databases/postgresql95/Makefile.common:1.22
--- pkgsrc/databases/postgresql95/Makefile.common:1.21  Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql95/Makefile.common       Fri Nov  9 18:12:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2018/08/10 11:56:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2018/11/09 18:12:26 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql95-pltcl/Makefile
 # used by databases/postgresql95-server/Makefile
 
-DISTNAME=      postgresql-9.5.14
+DISTNAME=      postgresql-9.5.15
 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.16 pkgsrc/databases/postgresql95/distinfo:1.17
--- pkgsrc/databases/postgresql95/distinfo:1.16 Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql95/distinfo      Fri Nov  9 18:12:26 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2018/08/10 11:56:09 adam Exp $
+$NetBSD: distinfo,v 1.17 2018/11/09 18:12:26 adam Exp $
 
-SHA1 (postgresql-9.5.14.tar.bz2) = 23b29fbf57730c3d0662f5875d5bb8072d9f1074
-RMD160 (postgresql-9.5.14.tar.bz2) = b660631a227391b6c90db514fd3e739b72c11058
-SHA512 (postgresql-9.5.14.tar.bz2) = 9b5ebc8dc13bbdbd5b5bc02552e2b9b5029d899a80e82b653542c735868590ebe57d586951bf036c5abd28aae325c71cc69536f88321d50dd3d254f8ee0cfe35
-Size (postgresql-9.5.14.tar.bz2) = 18687959 bytes
+SHA1 (postgresql-9.5.15.tar.bz2) = c8b330fd734685f09bebb7d1329200fb0fed5121
+RMD160 (postgresql-9.5.15.tar.bz2) = 3026598c8849d3ed35c9884cb96812cb83db4893
+SHA512 (postgresql-9.5.15.tar.bz2) = 2ea241b6751a2812c689da9bde40151ebb7cdabdd14e93d92f8bea1e3fcf5bc0d4854834999f33270329e22a09c5aeaf8d59d36ca6e8860704f81f3adcfb30d5
+Size (postgresql-9.5.15.tar.bz2) = 18707696 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.8 pkgsrc/databases/postgresql95-client/Makefile:1.9
--- pkgsrc/databases/postgresql95-client/Makefile:1.8   Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95-client/Makefile       Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-contrib/Makefile
diff -u pkgsrc/databases/postgresql95-contrib/Makefile:1.4 pkgsrc/databases/postgresql95-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql95-contrib/Makefile:1.4  Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95-contrib/Makefile      Fri Nov  9 18:12:26 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:26 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-contrib-/}
-PKGREVISION=   1
 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.4 pkgsrc/databases/postgresql95-docs/Makefile:1.5
--- pkgsrc/databases/postgresql95-docs/Makefile:1.4     Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95-docs/Makefile Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.14 pkgsrc/databases/postgresql95-docs/PLIST:1.15
--- pkgsrc/databases/postgresql95-docs/PLIST:1.14       Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql95-docs/PLIST    Fri Nov  9 18:12:27 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2018/08/10 11:56:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/11/09 18:12:27 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1171,6 +1171,7 @@ share/doc/postgresql/html/release-9-3-21
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
 share/doc/postgresql/html/release-9-3-24.html
+share/doc/postgresql/html/release-9-3-25.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1191,6 +1192,7 @@ share/doc/postgresql/html/release-9-4-17
 share/doc/postgresql/html/release-9-4-18.html
 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-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html
@@ -1205,6 +1207,7 @@ share/doc/postgresql/html/release-9-5-11
 share/doc/postgresql/html/release-9-5-12.html
 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-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html

Index: pkgsrc/databases/postgresql95-plperl/Makefile
diff -u pkgsrc/databases/postgresql95-plperl/Makefile:1.6 pkgsrc/databases/postgresql95-plperl/Makefile:1.7
--- pkgsrc/databases/postgresql95-plperl/Makefile:1.6   Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95-plperl/Makefile       Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.6 2018/08/22 09:43:25 wiz Exp $
+#$ $NetBSD: Makefile,v 1.7 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server
@@ -20,12 +19,6 @@ MAKE_FILE=           GNUmakefile
 # so force the headers to be generated first.
 BUILD_TARGET=          perlchunks.h plperl_opmask.h all
 
-#.PHONY: build-hstore_plperl
-#post-build: build-hstore_plperl
-#build-hstore_plperl:
-#      cd ${WRKSRC}/contrib/hstore_plperl &&   \
-#              ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} -f Makefile all
-
 .include "../../databases/postgresql95-client/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/databases/postgresql95-plpython/Makefile
diff -u pkgsrc/databases/postgresql95-plpython/Makefile:1.4 pkgsrc/databases/postgresql95-plpython/Makefile:1.5
--- pkgsrc/databases/postgresql95-plpython/Makefile:1.4 Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95-plpython/Makefile     Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:27 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

Index: pkgsrc/databases/postgresql95-pltcl/Makefile
diff -u pkgsrc/databases/postgresql95-pltcl/Makefile:1.4 pkgsrc/databases/postgresql95-pltcl/Makefile:1.5
--- pkgsrc/databases/postgresql95-pltcl/Makefile:1.4    Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95-pltcl/Makefile        Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server

Index: pkgsrc/databases/postgresql95-server/Makefile
diff -u pkgsrc/databases/postgresql95-server/Makefile:1.5 pkgsrc/databases/postgresql95-server/Makefile:1.6
--- pkgsrc/databases/postgresql95-server/Makefile:1.5   Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql95-server/Makefile       Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation

Index: pkgsrc/databases/postgresql96/Makefile
diff -u pkgsrc/databases/postgresql96/Makefile:1.2 pkgsrc/databases/postgresql96/Makefile:1.3
--- pkgsrc/databases/postgresql96/Makefile:1.2  Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql96/Makefile      Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-/}
-PKGREVISION=   1
 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.15 pkgsrc/databases/postgresql96/Makefile.common:1.16
--- pkgsrc/databases/postgresql96/Makefile.common:1.15  Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql96/Makefile.common       Fri Nov  9 18:12:27 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2018/08/10 11:56:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.16 2018/11/09 18:12:27 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql96-pltcl/Makefile
 # used by databases/postgresql96-server/Makefile
 
-DISTNAME=      postgresql-9.6.10
+DISTNAME=      postgresql-9.6.11
 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.12 pkgsrc/databases/postgresql96/distinfo:1.13
--- pkgsrc/databases/postgresql96/distinfo:1.12 Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql96/distinfo      Fri Nov  9 18:12:27 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2018/08/10 11:56:09 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/11/09 18:12:27 adam Exp $
 
-SHA1 (postgresql-9.6.10.tar.bz2) = 860ff3e2ce42246f45db1fc4519f972228168242
-RMD160 (postgresql-9.6.10.tar.bz2) = 1183d331a6e3ceef5e50f6ae55bce745593a842d
-SHA512 (postgresql-9.6.10.tar.bz2) = 960a32c86466f9d5f5491ef163f5c4a99cb5de7312d13371e2223b1d156e31eb2a23ed478e6654bcbb7bd19db9470aaf63473ff661c11c60971b92af5e9daf82
-Size (postgresql-9.6.10.tar.bz2) = 19991204 bytes
+SHA1 (postgresql-9.6.11.tar.bz2) = f1939fb5c2494a41f702385f7c62d1057977706e
+RMD160 (postgresql-9.6.11.tar.bz2) = 2699e3749b87bd0a776dd1e0ce664f1c91691479
+SHA512 (postgresql-9.6.11.tar.bz2) = a4314f92d1a661af4076d8c120533ecae76d91461043b8a6ad22dd6e5b562e0bf019bc7f3157a26d9666ba5866e254613ae5b690310168b029795dc088f8c060
+Size (postgresql-9.6.11.tar.bz2) = 20009048 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.6 pkgsrc/databases/postgresql96-client/Makefile:1.7
--- pkgsrc/databases/postgresql96-client/Makefile:1.6   Wed Aug 22 09:43:25 2018
+++ pkgsrc/databases/postgresql96-client/Makefile       Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/08/22 09:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql96/Makefile.common"

Index: pkgsrc/databases/postgresql96-contrib/Makefile
diff -u pkgsrc/databases/postgresql96-contrib/Makefile:1.4 pkgsrc/databases/postgresql96-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql96-contrib/Makefile:1.4  Wed Aug 22 09:43:26 2018
+++ pkgsrc/databases/postgresql96-contrib/Makefile      Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:26 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-contrib-/}
-PKGREVISION=   1
 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.2 pkgsrc/databases/postgresql96-docs/Makefile:1.3
--- pkgsrc/databases/postgresql96-docs/Makefile:1.2     Wed Aug 22 09:43:26 2018
+++ pkgsrc/databases/postgresql96-docs/Makefile Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql96/Makefile.common"

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.10 pkgsrc/databases/postgresql96-docs/PLIST:1.11
--- pkgsrc/databases/postgresql96-docs/PLIST:1.10       Fri Aug 10 11:56:09 2018
+++ pkgsrc/databases/postgresql96-docs/PLIST    Fri Nov  9 18:12:27 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/08/10 11:56:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/11/09 18:12:27 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1185,6 +1185,7 @@ share/doc/postgresql/html/release-9-3-21
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
 share/doc/postgresql/html/release-9-3-24.html
+share/doc/postgresql/html/release-9-3-25.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1205,6 +1206,7 @@ share/doc/postgresql/html/release-9-4-17
 share/doc/postgresql/html/release-9-4-18.html
 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-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html
@@ -1219,6 +1221,7 @@ share/doc/postgresql/html/release-9-5-11
 share/doc/postgresql/html/release-9-5-12.html
 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-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
@@ -1230,6 +1233,7 @@ share/doc/postgresql/html/release-9-5-9.
 share/doc/postgresql/html/release-9-5.html
 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-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.2 pkgsrc/databases/postgresql96-plperl/Makefile:1.3
--- pkgsrc/databases/postgresql96-plperl/Makefile:1.2   Wed Aug 22 09:43:26 2018
+++ pkgsrc/databases/postgresql96-plperl/Makefile       Fri Nov  9 18:12:27 2018
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.2 2018/08/22 09:43:26 wiz Exp $
+#$ $NetBSD: Makefile,v 1.3 2018/11/09 18:12:27 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server

Index: pkgsrc/databases/postgresql96-plpython/Makefile
diff -u pkgsrc/databases/postgresql96-plpython/Makefile:1.2 pkgsrc/databases/postgresql96-plpython/Makefile:1.3
--- pkgsrc/databases/postgresql96-plpython/Makefile:1.2 Wed Aug 22 09:43:26 2018
+++ pkgsrc/databases/postgresql96-plpython/Makefile     Fri Nov  9 18:12:28 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:28 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

Index: pkgsrc/databases/postgresql96-pltcl/Makefile
diff -u pkgsrc/databases/postgresql96-pltcl/Makefile:1.2 pkgsrc/databases/postgresql96-pltcl/Makefile:1.3
--- pkgsrc/databases/postgresql96-pltcl/Makefile:1.2    Wed Aug 22 09:43:26 2018
+++ pkgsrc/databases/postgresql96-pltcl/Makefile        Fri Nov  9 18:12:28 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:28 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server

Index: pkgsrc/databases/postgresql96-server/Makefile
diff -u pkgsrc/databases/postgresql96-server/Makefile:1.2 pkgsrc/databases/postgresql96-server/Makefile:1.3
--- pkgsrc/databases/postgresql96-server/Makefile:1.2   Wed Aug 22 09:43:26 2018
+++ pkgsrc/databases/postgresql96-server/Makefile       Fri Nov  9 18:12:28 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:28 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-server-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database server programs
 
 # mips has no TAS implementation



Home | Main Index | Thread Index | Old Index