summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2015-02-14 07:57:40 +0000
committeradam <adam>2015-02-14 07:57:40 +0000
commitfb38a1d4dd7cbf60db2cc6b33d306c59e78d0ef6 (patch)
tree3b0a5794658c5060c8c85fefbf9196377d45223f /databases
parent60d8b189e873d2dbbf9f9a76e62516591c18f16f (diff)
downloadpkgsrc-fb38a1d4dd7cbf60db2cc6b33d306c59e78d0ef6.tar.gz
Changes 9.2.10:
Security Fixes * CVE-2015-0241 Buffer overruns in "to_char" functions. * CVE-2015-0242 Buffer overrun in replacement printf family of functions. * CVE-2015-0243 Memory errors in functions in the pgcrypto extension. * CVE-2015-0244 An error in extended protocol message reading. * CVE-2014-8161 Constraint violation errors can cause display of values in columns which the user would not normally have rights to see. JSON and JSONB Unicode Escapes Other Fixes and Improvements * Cope with the non-ASCII Norwegian Windows locale name. * Avoid data corruption when databases are moved to new tablespaces and back again. * Ensure that UNLOGGED tables are correctly copied during ALTER DATABASE operations. * Avoid deadlocks when locking recently modified rows. * Fix two SELECT FOR UPDATE query issues. * Prevent false negative for shortest-first regular expression matches. * Fix false positives and negatives in tsquery contains operator. * Fix namespace handling in xpath(). * Prevent row-producing functions from creating empty column names. * Make autovacuum use per-table cost_limit and cost_delay settings. * When autovacuum=off, limit autovacuum work to wraparound prevention only. * Multiple fixes for logical decoding in 9.4. * Fix transient errors on hot standby queries due to page replacement. * Prevent duplicate WAL file archiving at end of recovery or standby promotion. * Prevent deadlock in parallel restore of schema-only dump.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql92-datatypes/Makefile3
-rw-r--r--databases/postgresql92-docs/PLIST5
-rw-r--r--databases/postgresql92-server/PLIST5
-rw-r--r--databases/postgresql92/Makefile.common4
-rw-r--r--databases/postgresql92/distinfo8
5 files changed, 15 insertions, 10 deletions
diff --git a/databases/postgresql92-datatypes/Makefile b/databases/postgresql92-datatypes/Makefile
index 258855c7177..e8b2c931b3f 100644
--- a/databases/postgresql92-datatypes/Makefile
+++ b/databases/postgresql92-datatypes/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/10/01 19:25:35 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2015/02/14 07:57:40 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-datatypes-/}
-PKGREVISION= 1
COMMENT= PostgreSQL data types support modules
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST
index 3fd0711ab20..2aa0b235bc5 100644
--- a/databases/postgresql92-docs/PLIST
+++ b/databases/postgresql92-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2014/07/25 22:14:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2015/02/14 07:57:40 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1025,6 +1025,7 @@ share/doc/postgresql/html/release-9-0-15.html
share/doc/postgresql/html/release-9-0-16.html
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-3.html
share/doc/postgresql/html/release-9-0-4.html
@@ -1040,6 +1041,7 @@ share/doc/postgresql/html/release-9-1-11.html
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-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
@@ -1050,6 +1052,7 @@ share/doc/postgresql/html/release-9-1-8.html
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-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-server/PLIST b/databases/postgresql92-server/PLIST
index 3497c0bd3b7..06539dd63ea 100644
--- a/databases/postgresql92-server/PLIST
+++ b/databases/postgresql92-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2014/07/25 22:14:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2015/02/14 07:57:40 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -315,6 +315,7 @@ share/postgresql/timezone/Asia/Beirut
share/postgresql/timezone/Asia/Bishkek
share/postgresql/timezone/Asia/Brunei
share/postgresql/timezone/Asia/Calcutta
+share/postgresql/timezone/Asia/Chita
share/postgresql/timezone/Asia/Choibalsan
share/postgresql/timezone/Asia/Chongqing
share/postgresql/timezone/Asia/Chungking
@@ -372,6 +373,7 @@ share/postgresql/timezone/Asia/Samarkand
share/postgresql/timezone/Asia/Seoul
share/postgresql/timezone/Asia/Shanghai
share/postgresql/timezone/Asia/Singapore
+share/postgresql/timezone/Asia/Srednekolymsk
share/postgresql/timezone/Asia/Taipei
share/postgresql/timezone/Asia/Tashkent
share/postgresql/timezone/Asia/Tbilisi
@@ -583,6 +585,7 @@ share/postgresql/timezone/PRC
share/postgresql/timezone/PST8PDT
share/postgresql/timezone/Pacific/Apia
share/postgresql/timezone/Pacific/Auckland
+share/postgresql/timezone/Pacific/Bougainville
share/postgresql/timezone/Pacific/Chatham
share/postgresql/timezone/Pacific/Chuuk
share/postgresql/timezone/Pacific/Easter
diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common
index 028877ad2da..48100d5e678 100644
--- a/databases/postgresql92/Makefile.common
+++ b/databases/postgresql92/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2014/10/05 16:41:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2015/02/14 07:57:40 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.9
+DISTNAME= postgresql-9.2.10
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 6802f351b47..fb73f4dbc44 100644
--- a/databases/postgresql92/distinfo
+++ b/databases/postgresql92/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2015/01/23 15:06:01 joerg Exp $
+$NetBSD: distinfo,v 1.11 2015/02/14 07:57:40 adam Exp $
-SHA1 (postgresql-9.2.9.tar.bz2) = 8b27e654b4c5cc3193a9ca87b48d58e20799526a
-RMD160 (postgresql-9.2.9.tar.bz2) = 4214ea94dd3df1ba67a66f83b88f0cc8267066ce
-Size (postgresql-9.2.9.tar.bz2) = 16269349 bytes
+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 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747