summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-11-09 18:12:23 +0000
committeradam <adam@pkgsrc.org>2018-11-09 18:12:23 +0000
commite312950ec6dca755c25bda29edb2ebd9c1c431db (patch)
tree96ccdc3bd577e5f768138e01417efd7af9217508
parent5124a13c909c14c4ef2f8d80f1d8600c07ad9093 (diff)
downloadpkgsrc-e312950ec6dca755c25bda29edb2ebd9c1c431db.tar.gz
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.
-rw-r--r--databases/postgresql10-client/Makefile3
-rw-r--r--databases/postgresql10-contrib/Makefile3
-rw-r--r--databases/postgresql10-contrib/PLIST3
-rw-r--r--databases/postgresql10-docs/Makefile3
-rw-r--r--databases/postgresql10-docs/PLIST7
-rw-r--r--databases/postgresql10-plperl/Makefile3
-rw-r--r--databases/postgresql10-plpython/Makefile3
-rw-r--r--databases/postgresql10-pltcl/Makefile3
-rw-r--r--databases/postgresql10-server/Makefile3
-rw-r--r--databases/postgresql10/Makefile3
-rw-r--r--databases/postgresql10/Makefile.common4
-rw-r--r--databases/postgresql10/distinfo12
-rw-r--r--databases/postgresql10/patches/patch-src_Makefile.shlib16
-rw-r--r--databases/postgresql11-contrib/PLIST168
-rw-r--r--databases/postgresql11-docs/PLIST8
-rw-r--r--databases/postgresql11-plpython/PLIST4
-rw-r--r--databases/postgresql11/Makefile.common4
-rw-r--r--databases/postgresql11/distinfo10
-rw-r--r--databases/postgresql11/options.mk3
-rw-r--r--databases/postgresql93-client/Makefile3
-rw-r--r--databases/postgresql93-contrib/Makefile3
-rw-r--r--databases/postgresql93-docs/Makefile3
-rw-r--r--databases/postgresql93-docs/PLIST3
-rw-r--r--databases/postgresql93-plperl/Makefile3
-rw-r--r--databases/postgresql93-plpython/Makefile3
-rw-r--r--databases/postgresql93-pltcl/Makefile3
-rw-r--r--databases/postgresql93-server/Makefile3
-rw-r--r--databases/postgresql93/Makefile3
-rw-r--r--databases/postgresql93/Makefile.common4
-rw-r--r--databases/postgresql93/distinfo10
-rw-r--r--databases/postgresql94-client/Makefile3
-rw-r--r--databases/postgresql94-contrib/Makefile3
-rw-r--r--databases/postgresql94-docs/Makefile3
-rw-r--r--databases/postgresql94-docs/PLIST4
-rw-r--r--databases/postgresql94-plperl/Makefile3
-rw-r--r--databases/postgresql94-plpython/Makefile3
-rw-r--r--databases/postgresql94-pltcl/Makefile3
-rw-r--r--databases/postgresql94-server/Makefile3
-rw-r--r--databases/postgresql94/Makefile3
-rw-r--r--databases/postgresql94/Makefile.common4
-rw-r--r--databases/postgresql94/distinfo10
-rw-r--r--databases/postgresql95-client/Makefile3
-rw-r--r--databases/postgresql95-contrib/Makefile3
-rw-r--r--databases/postgresql95-docs/Makefile3
-rw-r--r--databases/postgresql95-docs/PLIST5
-rw-r--r--databases/postgresql95-plperl/Makefile9
-rw-r--r--databases/postgresql95-plpython/Makefile3
-rw-r--r--databases/postgresql95-pltcl/Makefile3
-rw-r--r--databases/postgresql95-server/Makefile3
-rw-r--r--databases/postgresql95/Makefile3
-rw-r--r--databases/postgresql95/Makefile.common4
-rw-r--r--databases/postgresql95/distinfo10
-rw-r--r--databases/postgresql96-client/Makefile3
-rw-r--r--databases/postgresql96-contrib/Makefile3
-rw-r--r--databases/postgresql96-docs/Makefile3
-rw-r--r--databases/postgresql96-docs/PLIST6
-rw-r--r--databases/postgresql96-plperl/Makefile3
-rw-r--r--databases/postgresql96-plpython/Makefile3
-rw-r--r--databases/postgresql96-pltcl/Makefile3
-rw-r--r--databases/postgresql96-server/Makefile3
-rw-r--r--databases/postgresql96/Makefile3
-rw-r--r--databases/postgresql96/Makefile.common4
-rw-r--r--databases/postgresql96/distinfo10
63 files changed, 293 insertions, 146 deletions
diff --git a/databases/postgresql10-client/Makefile b/databases/postgresql10-client/Makefile
index ff4e1720fca..6b7cd1d4101 100644
--- a/databases/postgresql10-client/Makefile
+++ b/databases/postgresql10-client/Makefile
@@ -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"
diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile
index 2cecd5c0ab0..11110074845 100644
--- a/databases/postgresql10-contrib/Makefile
+++ b/databases/postgresql10-contrib/Makefile
@@ -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"
diff --git a/databases/postgresql10-contrib/PLIST b/databases/postgresql10-contrib/PLIST
index f0240e9bdb6..ebb62d7c07c 100644
--- a/databases/postgresql10-contrib/PLIST
+++ b/databases/postgresql10-contrib/PLIST
@@ -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_statements--1.2--1.3.sql
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
diff --git a/databases/postgresql10-docs/Makefile b/databases/postgresql10-docs/Makefile
index 41098af2dd9..5e23b94f331 100644
--- a/databases/postgresql10-docs/Makefile
+++ b/databases/postgresql10-docs/Makefile
@@ -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"
diff --git a/databases/postgresql10-docs/PLIST b/databases/postgresql10-docs/PLIST
index 7223d73da0d..c23770dbdfb 100644
--- a/databases/postgresql10-docs/PLIST
+++ b/databases/postgresql10-docs/PLIST
@@ -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.html
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.html
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.html
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.html
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.html
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
diff --git a/databases/postgresql10-plperl/Makefile b/databases/postgresql10-plperl/Makefile
index 5a363003ace..3b2950248ce 100644
--- a/databases/postgresql10-plperl/Makefile
+++ b/databases/postgresql10-plperl/Makefile
@@ -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
diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile
index 387f1727afb..3ef8b1ed7ad 100644
--- a/databases/postgresql10-plpython/Makefile
+++ b/databases/postgresql10-plpython/Makefile
@@ -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
diff --git a/databases/postgresql10-pltcl/Makefile b/databases/postgresql10-pltcl/Makefile
index 916ce282622..d07cd4bf778 100644
--- a/databases/postgresql10-pltcl/Makefile
+++ b/databases/postgresql10-pltcl/Makefile
@@ -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
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile
index 98e9140248f..303b5dbcdbf 100644
--- a/databases/postgresql10-server/Makefile
+++ b/databases/postgresql10-server/Makefile
@@ -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
diff --git a/databases/postgresql10/Makefile b/databases/postgresql10/Makefile
index f6abac98311..e11d40625bd 100644
--- a/databases/postgresql10/Makefile
+++ b/databases/postgresql10/Makefile
@@ -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
diff --git a/databases/postgresql10/Makefile.common b/databases/postgresql10/Makefile.common
index 01d042b4534..5047d297e8d 100644
--- a/databases/postgresql10/Makefile.common
+++ b/databases/postgresql10/Makefile.common
@@ -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
diff --git a/databases/postgresql10/distinfo b/databases/postgresql10/distinfo
index 278d28c5ea3..cad0ab3e68f 100644
--- a/databases/postgresql10/distinfo
+++ b/databases/postgresql10/distinfo
@@ -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
diff --git a/databases/postgresql10/patches/patch-src_Makefile.shlib b/databases/postgresql10/patches/patch-src_Makefile.shlib
index 13bfd1d13a6..02090e40a6f 100644
--- a/databases/postgresql10/patches/patch-src_Makefile.shlib
+++ b/databases/postgresql10/patches/patch-src_Makefile.shlib
@@ -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)
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
diff --git a/databases/postgresql11-contrib/PLIST b/databases/postgresql11-contrib/PLIST
index bf5d843927f..211d293fee4 100644
--- a/databases/postgresql11-contrib/PLIST
+++ b/databases/postgresql11-contrib/PLIST
@@ -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
diff --git a/databases/postgresql11-docs/PLIST b/databases/postgresql11-docs/PLIST
index a2fbd64fed1..4c50670fec4 100644
--- a/databases/postgresql11-docs/PLIST
+++ b/databases/postgresql11-docs/PLIST
@@ -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.html
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.html
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.html
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.html
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.html
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
diff --git a/databases/postgresql11-plpython/PLIST b/databases/postgresql11-plpython/PLIST
index 23a783ff9ed..01f036cf5b5 100644
--- a/databases/postgresql11-plpython/PLIST
+++ b/databases/postgresql11-plpython/PLIST
@@ -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_subxactobject.h
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
diff --git a/databases/postgresql11/Makefile.common b/databases/postgresql11/Makefile.common
index dadb2082875..12f7b81a2ad 100644
--- a/databases/postgresql11/Makefile.common
+++ b/databases/postgresql11/Makefile.common
@@ -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
diff --git a/databases/postgresql11/distinfo b/databases/postgresql11/distinfo
index 0c6b0903d4b..7ea04ba0bf9 100644
--- a/databases/postgresql11/distinfo
+++ b/databases/postgresql11/distinfo
@@ -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
diff --git a/databases/postgresql11/options.mk b/databases/postgresql11/options.mk
index 0af6b8fca20..6f59a56f129 100644
--- a/databases/postgresql11/options.mk
+++ b/databases/postgresql11/options.mk
@@ -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
diff --git a/databases/postgresql93-client/Makefile b/databases/postgresql93-client/Makefile
index 812a6eed58e..a7f8e2aeae0 100644
--- a/databases/postgresql93-client/Makefile
+++ b/databases/postgresql93-client/Makefile
@@ -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"
diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile
index 479756a6967..32e8ff2dbd0 100644
--- a/databases/postgresql93-contrib/Makefile
+++ b/databases/postgresql93-contrib/Makefile
@@ -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"
diff --git a/databases/postgresql93-docs/Makefile b/databases/postgresql93-docs/Makefile
index 1932f77449a..d63fd76871f 100644
--- a/databases/postgresql93-docs/Makefile
+++ b/databases/postgresql93-docs/Makefile
@@ -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"
diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST
index 9b938fa6084..1be47e3e777 100644
--- a/databases/postgresql93-docs/PLIST
+++ b/databases/postgresql93-docs/PLIST
@@ -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.html
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
diff --git a/databases/postgresql93-plperl/Makefile b/databases/postgresql93-plperl/Makefile
index 2061f930b17..528ac7e3b50 100644
--- a/databases/postgresql93-plperl/Makefile
+++ b/databases/postgresql93-plperl/Makefile
@@ -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
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile
index b1d477e45bc..b4a57da33cb 100644
--- a/databases/postgresql93-plpython/Makefile
+++ b/databases/postgresql93-plpython/Makefile
@@ -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
diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile
index e7de73a6497..8101abb8940 100644
--- a/databases/postgresql93-pltcl/Makefile
+++ b/databases/postgresql93-pltcl/Makefile
@@ -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
diff --git a/databases/postgresql93-server/Makefile b/databases/postgresql93-server/Makefile
index 60aeb0d66fb..e78a7837c20 100644
--- a/databases/postgresql93-server/Makefile
+++ b/databases/postgresql93-server/Makefile
@@ -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
diff --git a/databases/postgresql93/Makefile b/databases/postgresql93/Makefile
index 3d57dd5a4bc..41ddd9e5d96 100644
--- a/databases/postgresql93/Makefile
+++ b/databases/postgresql93/Makefile
@@ -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
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index d33091f3124..13bcb65dedb 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -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
diff --git a/databases/postgresql93/distinfo b/databases/postgresql93/distinfo
index 95b6c2ab860..88155c7cb4a 100644
--- a/databases/postgresql93/distinfo
+++ b/databases/postgresql93/distinfo
@@ -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
diff --git a/databases/postgresql94-client/Makefile b/databases/postgresql94-client/Makefile
index 5af90c4cecc..097bc17a3b2 100644
--- a/databases/postgresql94-client/Makefile
+++ b/databases/postgresql94-client/Makefile
@@ -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"
diff --git a/databases/postgresql94-contrib/Makefile b/databases/postgresql94-contrib/Makefile
index 95b749fc4a2..edf938aa2d1 100644
--- a/databases/postgresql94-contrib/Makefile
+++ b/databases/postgresql94-contrib/Makefile
@@ -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"
diff --git a/databases/postgresql94-docs/Makefile b/databases/postgresql94-docs/Makefile
index d74cd521646..a0e463ccf3b 100644
--- a/databases/postgresql94-docs/Makefile
+++ b/databases/postgresql94-docs/Makefile
@@ -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"
diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST
index ab62b5dc794..910da6618aa 100644
--- a/databases/postgresql94-docs/PLIST
+++ b/databases/postgresql94-docs/PLIST
@@ -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.html
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.html
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
diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile
index 316aeab5f02..5be79a955d5 100644
--- a/databases/postgresql94-plperl/Makefile
+++ b/databases/postgresql94-plperl/Makefile
@@ -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
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile
index 1e52b951b6e..3d6b142bb43 100644
--- a/databases/postgresql94-plpython/Makefile
+++ b/databases/postgresql94-plpython/Makefile
@@ -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
diff --git a/databases/postgresql94-pltcl/Makefile b/databases/postgresql94-pltcl/Makefile
index a156a02133d..910b8a2420c 100644
--- a/databases/postgresql94-pltcl/Makefile
+++ b/databases/postgresql94-pltcl/Makefile
@@ -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
diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile
index 584d8e6ff7f..b279e5139ba 100644
--- a/databases/postgresql94-server/Makefile
+++ b/databases/postgresql94-server/Makefile
@@ -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
diff --git a/databases/postgresql94/Makefile b/databases/postgresql94/Makefile
index 60778f3b8f2..cca6d766206 100644
--- a/databases/postgresql94/Makefile
+++ b/databases/postgresql94/Makefile
@@ -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
diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common
index c9b19ca2194..40b5bde4222 100644
--- a/databases/postgresql94/Makefile.common
+++ b/databases/postgresql94/Makefile.common
@@ -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
diff --git a/databases/postgresql94/distinfo b/databases/postgresql94/distinfo
index 96ceb697e7f..d58da519b24 100644
--- a/databases/postgresql94/distinfo
+++ b/databases/postgresql94/distinfo
@@ -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
diff --git a/databases/postgresql95-client/Makefile b/databases/postgresql95-client/Makefile
index ae7e7e47452..487f9f618a1 100644
--- a/databases/postgresql95-client/Makefile
+++ b/databases/postgresql95-client/Makefile
@@ -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"
diff --git a/databases/postgresql95-contrib/Makefile b/databases/postgresql95-contrib/Makefile
index 06cf71e12df..c9691a293e8 100644
--- a/databases/postgresql95-contrib/Makefile
+++ b/databases/postgresql95-contrib/Makefile
@@ -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"
diff --git a/databases/postgresql95-docs/Makefile b/databases/postgresql95-docs/Makefile
index dd1aa6ee98b..c9ede008ad4 100644
--- a/databases/postgresql95-docs/Makefile
+++ b/databases/postgresql95-docs/Makefile
@@ -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"
diff --git a/databases/postgresql95-docs/PLIST b/databases/postgresql95-docs/PLIST
index f7ee979ff06..7115e859b5b 100644
--- a/databases/postgresql95-docs/PLIST
+++ b/databases/postgresql95-docs/PLIST
@@ -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.html
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.html
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.html
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
diff --git a/databases/postgresql95-plperl/Makefile b/databases/postgresql95-plperl/Makefile
index 296e85ff6a5..0c21e0b02e8 100644
--- a/databases/postgresql95-plperl/Makefile
+++ b/databases/postgresql95-plperl/Makefile
@@ -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"
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index 2b594f30cf6..2848098a6c5 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -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
diff --git a/databases/postgresql95-pltcl/Makefile b/databases/postgresql95-pltcl/Makefile
index a316c5e8cbb..dabd975d34b 100644
--- a/databases/postgresql95-pltcl/Makefile
+++ b/databases/postgresql95-pltcl/Makefile
@@ -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
diff --git a/databases/postgresql95-server/Makefile b/databases/postgresql95-server/Makefile
index 0ca970ba22f..d9b7633ed79 100644
--- a/databases/postgresql95-server/Makefile
+++ b/databases/postgresql95-server/Makefile
@@ -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
diff --git a/databases/postgresql95/Makefile b/databases/postgresql95/Makefile
index 591df22a66e..15bbcaf98d3 100644
--- a/databases/postgresql95/Makefile
+++ b/databases/postgresql95/Makefile
@@ -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
diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common
index 9e6f3f0774c..2df30eec97e 100644
--- a/databases/postgresql95/Makefile.common
+++ b/databases/postgresql95/Makefile.common
@@ -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
diff --git a/databases/postgresql95/distinfo b/databases/postgresql95/distinfo
index 3dba839683c..aaeaf153375 100644
--- a/databases/postgresql95/distinfo
+++ b/databases/postgresql95/distinfo
@@ -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
diff --git a/databases/postgresql96-client/Makefile b/databases/postgresql96-client/Makefile
index 4d195f2a15f..136a0adbbb9 100644
--- a/databases/postgresql96-client/Makefile
+++ b/databases/postgresql96-client/Makefile
@@ -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"
diff --git a/databases/postgresql96-contrib/Makefile b/databases/postgresql96-contrib/Makefile
index 7087c885964..698147d11dc 100644
--- a/databases/postgresql96-contrib/Makefile
+++ b/databases/postgresql96-contrib/Makefile
@@ -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"
diff --git a/databases/postgresql96-docs/Makefile b/databases/postgresql96-docs/Makefile
index 2a5a4f36c04..f5f75230810 100644
--- a/databases/postgresql96-docs/Makefile
+++ b/databases/postgresql96-docs/Makefile
@@ -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"
diff --git a/databases/postgresql96-docs/PLIST b/databases/postgresql96-docs/PLIST
index 3b21498026c..4a19663d20c 100644
--- a/databases/postgresql96-docs/PLIST
+++ b/databases/postgresql96-docs/PLIST
@@ -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.html
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.html
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.html
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.html
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
diff --git a/databases/postgresql96-plperl/Makefile b/databases/postgresql96-plperl/Makefile
index c397920a6a1..9f31ba8247d 100644
--- a/databases/postgresql96-plperl/Makefile
+++ b/databases/postgresql96-plperl/Makefile
@@ -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
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile
index 0690cea7b13..67f6b84df15 100644
--- a/databases/postgresql96-plpython/Makefile
+++ b/databases/postgresql96-plpython/Makefile
@@ -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
diff --git a/databases/postgresql96-pltcl/Makefile b/databases/postgresql96-pltcl/Makefile
index c1a3f135f9a..29017a8dbd3 100644
--- a/databases/postgresql96-pltcl/Makefile
+++ b/databases/postgresql96-pltcl/Makefile
@@ -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
diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile
index c317b56d342..ef054c320ef 100644
--- a/databases/postgresql96-server/Makefile
+++ b/databases/postgresql96-server/Makefile
@@ -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
diff --git a/databases/postgresql96/Makefile b/databases/postgresql96/Makefile
index f35c3e522cd..afd6b50f3e5 100644
--- a/databases/postgresql96/Makefile
+++ b/databases/postgresql96/Makefile
@@ -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
diff --git a/databases/postgresql96/Makefile.common b/databases/postgresql96/Makefile.common
index f11a76e3394..0bd913837a3 100644
--- a/databases/postgresql96/Makefile.common
+++ b/databases/postgresql96/Makefile.common
@@ -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
diff --git a/databases/postgresql96/distinfo b/databases/postgresql96/distinfo
index e4ac8ad80f0..1c161bf524d 100644
--- a/databases/postgresql96/distinfo
+++ b/databases/postgresql96/distinfo
@@ -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