summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2013-10-12 07:03:32 +0000
committeradam <adam>2013-10-12 07:03:32 +0000
commit546e526b97c3e98c60bc977c008612d42bf12c47 (patch)
tree85b5c913eda341b142ff382cf11307ef37f4585e /databases
parent8c9d99cf72e2f84ca49f65fae29430134cef5002 (diff)
downloadpkgsrc-546e526b97c3e98c60bc977c008612d42bf12c47.tar.gz
Changes 9.3.1:
Update hstore extension with JSON functionality Prevent memory leak when creating range indexes Fix libpq SSL deadlock bug
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql93-client/PLIST3
-rw-r--r--databases/postgresql93-docs/PLIST7
-rw-r--r--databases/postgresql93/Makefile.common4
-rw-r--r--databases/postgresql93/distinfo8
4 files changed, 14 insertions, 8 deletions
diff --git a/databases/postgresql93-client/PLIST b/databases/postgresql93-client/PLIST
index 96437ecd4aa..6743ca172d4 100644
--- a/databases/postgresql93-client/PLIST
+++ b/databases/postgresql93-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/10 15:32:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/10/12 07:03:32 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -716,6 +716,7 @@ share/locale/zh_CN/LC_MESSAGES/ecpg-9.3.mo
share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.3.mo
share/locale/zh_CN/LC_MESSAGES/initdb-9.3.mo
share/locale/zh_CN/LC_MESSAGES/libpq5-9.3.mo
+share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.3.mo
share/locale/zh_CN/LC_MESSAGES/pg_config-9.3.mo
share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.3.mo
share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.3.mo
diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST
index 619c3b2d239..3ed30ab1910 100644
--- a/databases/postgresql93-docs/PLIST
+++ b/databases/postgresql93-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/10 15:32:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/10/12 07:03:32 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1022,6 +1022,7 @@ share/doc/postgresql/html/release-8-4-14.html
share/doc/postgresql/html/release-8-4-15.html
share/doc/postgresql/html/release-8-4-16.html
share/doc/postgresql/html/release-8-4-17.html
+share/doc/postgresql/html/release-8-4-18.html
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
@@ -1036,6 +1037,7 @@ share/doc/postgresql/html/release-9-0-10.html
share/doc/postgresql/html/release-9-0-11.html
share/doc/postgresql/html/release-9-0-12.html
share/doc/postgresql/html/release-9-0-13.html
+share/doc/postgresql/html/release-9-0-14.html
share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
@@ -1046,6 +1048,7 @@ share/doc/postgresql/html/release-9-0-8.html
share/doc/postgresql/html/release-9-0-9.html
share/doc/postgresql/html/release-9-0.html
share/doc/postgresql/html/release-9-1-1.html
+share/doc/postgresql/html/release-9-1-10.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
@@ -1059,7 +1062,9 @@ share/doc/postgresql/html/release-9-2-1.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
+share/doc/postgresql/html/release-9-2-5.html
share/doc/postgresql/html/release-9-2.html
+share/doc/postgresql/html/release-9-3-1.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 1b51878dfe5..0a0cedb3849 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2013/09/10 15:32:32 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2013/10/12 07:03:32 adam Exp $
#
# used by databases/postgresql93-adminpack/Makefile
# used by databases/postgresql93-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.3.0
+DISTNAME= postgresql-9.3.1
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 2a9934fb98d..1d2742fb8d3 100644
--- a/databases/postgresql93/distinfo
+++ b/databases/postgresql93/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2013/10/12 04:51:05 richard Exp $
+$NetBSD: distinfo,v 1.4 2013/10/12 07:03:32 adam Exp $
-SHA1 (postgresql-9.3.0.tar.bz2) = 63a7b8788cd18247d7af5fd4a320abebb0535a44
-RMD160 (postgresql-9.3.0.tar.bz2) = 7600730f7a1e2f547db231c2699131b5a2148cfa
-Size (postgresql-9.3.0.tar.bz2) = 16871327 bytes
+SHA1 (postgresql-9.3.1.tar.bz2) = 4be605ef67b92fe742bd6ebef910aa7dacc0ee5a
+RMD160 (postgresql-9.3.1.tar.bz2) = 815631c32907f9c5c82d6ee3c59801adbd23fa19
+Size (postgresql-9.3.1.tar.bz2) = 16877807 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9