summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2015-05-27 13:27:27 +0000
committeradam <adam>2015-05-27 13:27:27 +0000
commitc02064300d5fc3c8473017be7b85d6d45f4cde03 (patch)
treefe91524446dcca1d4825791d8e05669332988aba
parent36f3fc3a0b79b0a45ce3fcdbe0b92438af09d111 (diff)
downloadpkgsrc-c02064300d5fc3c8473017be7b85d6d45f4cde03.tar.gz
The PostgreSQL Global Development Group has released an update with multiple functionality and security fixes to all supported versions of the PostgreSQL database system, which includes minor versions 9.4.2, 9.3.7, 9.2.11, 9.1.16, and 9.0.20. The update contains a critical fix for a potential data corruption issue in PostgreSQL 9.3 and 9.4; users of those versions should update their servers at the next possible opportunity.
-rw-r--r--databases/postgresql90-docs/PLIST3
-rw-r--r--databases/postgresql90/Makefile.common4
-rw-r--r--databases/postgresql90/distinfo8
-rw-r--r--databases/postgresql91-datatypes/PLIST5
-rw-r--r--databases/postgresql91-docs/PLIST4
-rw-r--r--databases/postgresql91/Makefile.common4
-rw-r--r--databases/postgresql91/distinfo8
-rw-r--r--databases/postgresql92-datatypes/PLIST5
-rw-r--r--databases/postgresql92-docs/PLIST5
-rw-r--r--databases/postgresql92/Makefile.common4
-rw-r--r--databases/postgresql92/distinfo8
-rw-r--r--databases/postgresql93-datatypes/PLIST5
-rw-r--r--databases/postgresql93-docs/PLIST6
-rw-r--r--databases/postgresql93/Makefile.common4
-rw-r--r--databases/postgresql93/distinfo8
-rw-r--r--databases/postgresql94-datatypes/Makefile3
-rw-r--r--databases/postgresql94-datatypes/PLIST5
-rw-r--r--databases/postgresql94-docs/PLIST7
-rw-r--r--databases/postgresql94/Makefile.common4
-rw-r--r--databases/postgresql94/distinfo8
20 files changed, 67 insertions, 41 deletions
diff --git a/databases/postgresql90-docs/PLIST b/databases/postgresql90-docs/PLIST
index 829eb151fbc..ca0fede9118 100644
--- a/databases/postgresql90-docs/PLIST
+++ b/databases/postgresql90-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2015/02/14 12:39:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2015/05/27 13:27:27 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -952,6 +952,7 @@ share/doc/postgresql/html/release-9-0-17.html
share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-19.html
share/doc/postgresql/html/release-9-0-2.html
+share/doc/postgresql/html/release-9-0-20.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
share/doc/postgresql/html/release-9-0-5.html
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common
index 15f65e0e7e7..89ea829612c 100644
--- a/databases/postgresql90/Makefile.common
+++ b/databases/postgresql90/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2015/02/14 12:39:51 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2015/05/27 13:27:27 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -23,7 +23,7 @@
# used by databases/postgresql90-server/Makefile
# used by databases/postgresql90-upgrade/Makefile
-DISTNAME= postgresql-9.0.19
+DISTNAME= postgresql-9.0.20
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo
index f622d3d3d77..60485b53534 100644
--- a/databases/postgresql90/distinfo
+++ b/databases/postgresql90/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2015/02/14 12:39:51 adam Exp $
+$NetBSD: distinfo,v 1.25 2015/05/27 13:27:27 adam Exp $
-SHA1 (postgresql-9.0.19.tar.bz2) = 41e71a878273b22332ad4e187528d6cefb41b063
-RMD160 (postgresql-9.0.19.tar.bz2) = c95a55f8d42dbc0101215d6e3050cb59f79cf346
-Size (postgresql-9.0.19.tar.bz2) = 15019406 bytes
+SHA1 (postgresql-9.0.20.tar.bz2) = 327ea6b08fd6e391679af0259620af72cc9ac145
+RMD160 (postgresql-9.0.20.tar.bz2) = 7f887a769d3c4ebf2da97aeb9684dca74e86ecfa
+Size (postgresql-9.0.20.tar.bz2) = 15043555 bytes
SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
diff --git a/databases/postgresql91-datatypes/PLIST b/databases/postgresql91-datatypes/PLIST
index c9271e89d4a..443e341a7c6 100644
--- a/databases/postgresql91-datatypes/PLIST
+++ b/databases/postgresql91-datatypes/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/01 19:25:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/05/27 13:27:27 adam Exp $
lib/postgresql/_int.so
lib/postgresql/btree_gist.so
lib/postgresql/citext.so
@@ -11,7 +11,10 @@ ${PLIST.uuid}lib/postgresql/uuid-ossp.so
share/postgresql/extension/btree_gist--1.0.sql
share/postgresql/extension/btree_gist--unpackaged--1.0.sql
share/postgresql/extension/btree_gist.control
+share/postgresql/extension/citext--1.0--1.1.sql
share/postgresql/extension/citext--1.0.sql
+share/postgresql/extension/citext--1.1--1.0.sql
+share/postgresql/extension/citext--1.1.sql
share/postgresql/extension/citext--unpackaged--1.0.sql
share/postgresql/extension/citext.control
share/postgresql/extension/hstore--1.0.sql
diff --git a/databases/postgresql91-docs/PLIST b/databases/postgresql91-docs/PLIST
index 6db54acab6a..47d07d7e008 100644
--- a/databases/postgresql91-docs/PLIST
+++ b/databases/postgresql91-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2015/02/14 12:06:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2015/05/27 13:27:28 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -998,6 +998,7 @@ share/doc/postgresql/html/release-9-0-17.html
share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-19.html
share/doc/postgresql/html/release-9-0-2.html
+share/doc/postgresql/html/release-9-0-20.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
share/doc/postgresql/html/release-9-0-5.html
@@ -1013,6 +1014,7 @@ share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
share/doc/postgresql/html/release-9-1-14.html
share/doc/postgresql/html/release-9-1-15.html
+share/doc/postgresql/html/release-9-1-16.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common
index 252485f3ee1..5e8422ae424 100644
--- a/databases/postgresql91/Makefile.common
+++ b/databases/postgresql91/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2015/02/14 12:06:49 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2015/05/27 13:27:27 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -23,7 +23,7 @@
# used by databases/postgresql91-server/Makefile
# used by databases/postgresql91-upgrade/Makefile
-DISTNAME= postgresql-9.1.15
+DISTNAME= postgresql-9.1.16
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo
index d7177f5fce7..c14fddf9d86 100644
--- a/databases/postgresql91/distinfo
+++ b/databases/postgresql91/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2015/02/14 12:06:49 adam Exp $
+$NetBSD: distinfo,v 1.22 2015/05/27 13:27:27 adam Exp $
-SHA1 (postgresql-9.1.15.tar.bz2) = 8b36733465dc945c3f1b836454e49067fb887ef5
-RMD160 (postgresql-9.1.15.tar.bz2) = 8f08431d2dc94f4eaf2ddc963a47df8fb0b8618c
-Size (postgresql-9.1.15.tar.bz2) = 15768092 bytes
+SHA1 (postgresql-9.1.16.tar.bz2) = e6cdb1494cc90ede8c0a19ac2ea1c14dbf36d404
+RMD160 (postgresql-9.1.16.tar.bz2) = 24dd8c0ab2879a47e0ccf247a43b7b472d85c7f6
+Size (postgresql-9.1.16.tar.bz2) = 15814306 bytes
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
diff --git a/databases/postgresql92-datatypes/PLIST b/databases/postgresql92-datatypes/PLIST
index 53d9d41dc99..6b78d827492 100644
--- a/databases/postgresql92-datatypes/PLIST
+++ b/databases/postgresql92-datatypes/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/01 19:25:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/05/27 13:27:28 adam Exp $
lib/postgresql/_int.so
lib/postgresql/btree_gist.so
lib/postgresql/citext.so
@@ -11,7 +11,10 @@ ${PLIST.uuid}lib/postgresql/uuid-ossp.so
share/postgresql/extension/btree_gist--1.0.sql
share/postgresql/extension/btree_gist--unpackaged--1.0.sql
share/postgresql/extension/btree_gist.control
+share/postgresql/extension/citext--1.0--1.1.sql
share/postgresql/extension/citext--1.0.sql
+share/postgresql/extension/citext--1.1--1.0.sql
+share/postgresql/extension/citext--1.1.sql
share/postgresql/extension/citext--unpackaged--1.0.sql
share/postgresql/extension/citext.control
share/postgresql/extension/hstore--1.0--1.1.sql
diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST
index 2aa0b235bc5..ef4e67dfa16 100644
--- a/databases/postgresql92-docs/PLIST
+++ b/databases/postgresql92-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2015/02/14 07:57:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2015/05/27 13:27:28 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1027,6 +1027,7 @@ share/doc/postgresql/html/release-9-0-17.html
share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-19.html
share/doc/postgresql/html/release-9-0-2.html
+share/doc/postgresql/html/release-9-0-20.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
share/doc/postgresql/html/release-9-0-5.html
@@ -1042,6 +1043,7 @@ share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
share/doc/postgresql/html/release-9-1-14.html
share/doc/postgresql/html/release-9-1-15.html
+share/doc/postgresql/html/release-9-1-16.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
@@ -1053,6 +1055,7 @@ share/doc/postgresql/html/release-9-1-9.html
share/doc/postgresql/html/release-9-1.html
share/doc/postgresql/html/release-9-2-1.html
share/doc/postgresql/html/release-9-2-10.html
+share/doc/postgresql/html/release-9-2-11.html
share/doc/postgresql/html/release-9-2-2.html
share/doc/postgresql/html/release-9-2-3.html
share/doc/postgresql/html/release-9-2-4.html
diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common
index 48100d5e678..d33c159f0f5 100644
--- a/databases/postgresql92/Makefile.common
+++ b/databases/postgresql92/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2015/02/14 07:57:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2015/05/27 13:27:28 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -23,7 +23,7 @@
# used by databases/postgresql92-server/Makefile
# used by databases/postgresql92-upgrade/Makefile
-DISTNAME= postgresql-9.2.10
+DISTNAME= postgresql-9.2.11
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql92/distinfo b/databases/postgresql92/distinfo
index fb73f4dbc44..c05b25e0ae8 100644
--- a/databases/postgresql92/distinfo
+++ b/databases/postgresql92/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2015/02/14 07:57:40 adam Exp $
+$NetBSD: distinfo,v 1.12 2015/05/27 13:27:28 adam Exp $
-SHA1 (postgresql-9.2.10.tar.bz2) = 3c82fc1d37ae10063b15caef39216616252de0a0
-RMD160 (postgresql-9.2.10.tar.bz2) = 35993f5b5c536a4a105d278969633a760b16a4d5
-Size (postgresql-9.2.10.tar.bz2) = 16353487 bytes
+SHA1 (postgresql-9.2.11.tar.bz2) = 3d2d3fd99ee36e7fab8466896f4a635e44175550
+RMD160 (postgresql-9.2.11.tar.bz2) = 935477e1763e53d01b0f83fb7570e1ee389a361d
+Size (postgresql-9.2.11.tar.bz2) = 16387018 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
diff --git a/databases/postgresql93-datatypes/PLIST b/databases/postgresql93-datatypes/PLIST
index 49a481f5192..8dddfdcb850 100644
--- a/databases/postgresql93-datatypes/PLIST
+++ b/databases/postgresql93-datatypes/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/10/01 19:25:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/05/27 13:27:28 adam Exp $
lib/postgresql/_int.so
lib/postgresql/btree_gist.so
lib/postgresql/citext.so
@@ -11,7 +11,10 @@ ${PLIST.uuid}lib/postgresql/uuid-ossp.so
share/postgresql/extension/btree_gist--1.0.sql
share/postgresql/extension/btree_gist--unpackaged--1.0.sql
share/postgresql/extension/btree_gist.control
+share/postgresql/extension/citext--1.0--1.1.sql
share/postgresql/extension/citext--1.0.sql
+share/postgresql/extension/citext--1.1--1.0.sql
+share/postgresql/extension/citext--1.1.sql
share/postgresql/extension/citext--unpackaged--1.0.sql
share/postgresql/extension/citext.control
share/postgresql/extension/hstore--1.0--1.1.sql
diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST
index 19c755cce1e..375104d3a8a 100644
--- a/databases/postgresql93-docs/PLIST
+++ b/databases/postgresql93-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/02/14 07:40:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/05/27 13:27:28 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1048,6 +1048,7 @@ share/doc/postgresql/html/release-9-0-17.html
share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-19.html
share/doc/postgresql/html/release-9-0-2.html
+share/doc/postgresql/html/release-9-0-20.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
share/doc/postgresql/html/release-9-0-5.html
@@ -1063,6 +1064,7 @@ share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
share/doc/postgresql/html/release-9-1-14.html
share/doc/postgresql/html/release-9-1-15.html
+share/doc/postgresql/html/release-9-1-16.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
@@ -1074,6 +1076,7 @@ share/doc/postgresql/html/release-9-1-9.html
share/doc/postgresql/html/release-9-1.html
share/doc/postgresql/html/release-9-2-1.html
share/doc/postgresql/html/release-9-2-10.html
+share/doc/postgresql/html/release-9-2-11.html
share/doc/postgresql/html/release-9-2-2.html
share/doc/postgresql/html/release-9-2-3.html
share/doc/postgresql/html/release-9-2-4.html
@@ -1089,6 +1092,7 @@ 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
share/doc/postgresql/html/release-9-3-6.html
+share/doc/postgresql/html/release-9-3-7.html
share/doc/postgresql/html/release-9-3.html
share/doc/postgresql/html/release.html
share/doc/postgresql/html/resources.html
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index e768f9c28ac..f477eeb3300 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2015/02/14 07:40:18 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2015/05/27 13:27:28 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -23,7 +23,7 @@
# used by databases/postgresql93-server/Makefile
# used by databases/postgresql93-upgrade/Makefile
-DISTNAME= postgresql-9.3.6
+DISTNAME= postgresql-9.3.7
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 b5bb03df0ed..9a279bf5a43 100644
--- a/databases/postgresql93/distinfo
+++ b/databases/postgresql93/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2015/02/14 07:40:18 adam Exp $
+$NetBSD: distinfo,v 1.11 2015/05/27 13:27:28 adam Exp $
-SHA1 (postgresql-9.3.6.tar.bz2) = fb6141f9f758ad484bc6991c7c1f960ca8b6b866
-RMD160 (postgresql-9.3.6.tar.bz2) = 4b538e9281b6913ecc0521cf49253772965d11d2
-Size (postgresql-9.3.6.tar.bz2) = 16889913 bytes
+SHA1 (postgresql-9.3.7.tar.bz2) = 52eab90f7c207bffcd200e98223cf0a8514b8fbe
+RMD160 (postgresql-9.3.7.tar.bz2) = cf92d7197ee14b002eb4f1847e1d5e7a75d6b579
+Size (postgresql-9.3.7.tar.bz2) = 16958172 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9
diff --git a/databases/postgresql94-datatypes/Makefile b/databases/postgresql94-datatypes/Makefile
index bca7f28a89b..dfcd69d8770 100644
--- a/databases/postgresql94-datatypes/Makefile
+++ b/databases/postgresql94-datatypes/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/04/23 18:23:46 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2015/05/27 13:27:28 adam Exp $
PKGNAME= ${DISTNAME:C/-/94-datatypes-/}
-PKGREVISION= 1
COMMENT= PostgreSQL data types support modules
DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
diff --git a/databases/postgresql94-datatypes/PLIST b/databases/postgresql94-datatypes/PLIST
index 7a95eb997d6..036a8658b00 100644
--- a/databases/postgresql94-datatypes/PLIST
+++ b/databases/postgresql94-datatypes/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/14 21:01:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/05/27 13:27:28 adam Exp $
lib/postgresql/_int.so
lib/postgresql/btree_gist.so
lib/postgresql/citext.so
@@ -11,7 +11,10 @@ ${PLIST.uuid}lib/postgresql/uuid-ossp.so
share/postgresql/extension/btree_gist--1.0.sql
share/postgresql/extension/btree_gist--unpackaged--1.0.sql
share/postgresql/extension/btree_gist.control
+share/postgresql/extension/citext--1.0--1.1.sql
share/postgresql/extension/citext--1.0.sql
+share/postgresql/extension/citext--1.1--1.0.sql
+share/postgresql/extension/citext--1.1.sql
share/postgresql/extension/citext--unpackaged--1.0.sql
share/postgresql/extension/citext.control
share/postgresql/extension/hstore--1.0--1.1.sql
diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST
index a3e17e90586..4b81cc5db62 100644
--- a/databases/postgresql94-docs/PLIST
+++ b/databases/postgresql94-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/02/12 09:34:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/05/27 13:27:28 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1068,6 +1068,7 @@ share/doc/postgresql/html/release-9-0-17.html
share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-19.html
share/doc/postgresql/html/release-9-0-2.html
+share/doc/postgresql/html/release-9-0-20.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
share/doc/postgresql/html/release-9-0-5.html
@@ -1083,6 +1084,7 @@ share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
share/doc/postgresql/html/release-9-1-14.html
share/doc/postgresql/html/release-9-1-15.html
+share/doc/postgresql/html/release-9-1-16.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
@@ -1094,6 +1096,7 @@ share/doc/postgresql/html/release-9-1-9.html
share/doc/postgresql/html/release-9-1.html
share/doc/postgresql/html/release-9-2-1.html
share/doc/postgresql/html/release-9-2-10.html
+share/doc/postgresql/html/release-9-2-11.html
share/doc/postgresql/html/release-9-2-2.html
share/doc/postgresql/html/release-9-2-3.html
share/doc/postgresql/html/release-9-2-4.html
@@ -1109,8 +1112,10 @@ 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
share/doc/postgresql/html/release-9-3-6.html
+share/doc/postgresql/html/release-9-3-7.html
share/doc/postgresql/html/release-9-3.html
share/doc/postgresql/html/release-9-4-1.html
+share/doc/postgresql/html/release-9-4-2.html
share/doc/postgresql/html/release-9-4.html
share/doc/postgresql/html/release.html
share/doc/postgresql/html/resources.html
diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common
index 66af67c026f..84df88ad950 100644
--- a/databases/postgresql94/Makefile.common
+++ b/databases/postgresql94/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2015/02/12 09:34:28 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2015/05/27 13:27:28 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -23,7 +23,7 @@
# used by databases/postgresql94-server/Makefile
# used by databases/postgresql94-upgrade/Makefile
-DISTNAME= postgresql-9.4.1
+DISTNAME= postgresql-9.4.2
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 24e750eba90..8802502db3a 100644
--- a/databases/postgresql94/distinfo
+++ b/databases/postgresql94/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2015/02/12 09:34:28 adam Exp $
+$NetBSD: distinfo,v 1.4 2015/05/27 13:27:28 adam Exp $
-SHA1 (postgresql-9.4.1.tar.bz2) = 0086c9625e727be5b1ef00c4c694e762e41eba50
-RMD160 (postgresql-9.4.1.tar.bz2) = 3534c5310df23ad9c806361cab822e35cd55eafe
-Size (postgresql-9.4.1.tar.bz2) = 17549976 bytes
+SHA1 (postgresql-9.4.2.tar.bz2) = c1ec1254a3ebcef71594000426efab7f07230fe5
+RMD160 (postgresql-9.4.2.tar.bz2) = d98f33111da17c091247af3392e8854b7f72305b
+Size (postgresql-9.4.2.tar.bz2) = 17611143 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632