summaryrefslogtreecommitdiff
path: root/databases/postgresql90
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-02-23 11:25:50 +0000
committeradam <adam@pkgsrc.org>2014-02-23 11:25:50 +0000
commit936ceb5467743b300423b979ee18e464851937db (patch)
treee89e57207689fd45cb75c13885b719ae12a37b80 /databases/postgresql90
parent2d1b0324162f81bc54079c3b0ca1e03230eb0c33 (diff)
downloadpkgsrc-936ceb5467743b300423b979ee18e464851937db.tar.gz
Changes:
This update fixes CVE-2014-0060, in which PostgreSQL did not properly enforce the WITH ADMIN OPTION permission for ROLE management. This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases. In addition to the above, the following issues are fixed in this release: Fix WAL logging of visibility map change Make sure that GIN indexes log all insertions Get pause_at_recovery_target to pause at correct time Ensure walreceiver sends hot-standby feedback messages on time Prevent timeout interrupts from taking control away from mainline code Eliminate several race conditions Fix some broken HINTs in error messages Prevent server lockup on SSL connection loss Fix two Unicode handling issues Prevent crash on certain subselect syntax Prevent crash on select from zero column table Fix two bugs with LATERAL Fix issue with UNION ALL, partitioning, and updates Ensure that ANALYZE understands domains over ranges Eliminate permissions check when using default tablespace Fix memory leakage in JSON functions Allow extensions with event triggers Distinguish numbers correctly in JSON output Fix permissions for pg_start_backup() and pg_stop_backup() Accept SHIFT_JIS as locale name Fix .* expansion for SQL function variables Prevent infinite loop on some COPY connection failures Several fixes for client issues on Windows Enable building PostgreSQL with Visual Studio 2013 Update time zone files for recent changes
Diffstat (limited to 'databases/postgresql90')
-rw-r--r--databases/postgresql90/Makefile3
-rw-r--r--databases/postgresql90/Makefile.common4
-rw-r--r--databases/postgresql90/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/databases/postgresql90/Makefile b/databases/postgresql90/Makefile
index 1dbd9f946e9..784b9b75e5d 100644
--- a/databases/postgresql90/Makefile
+++ b/databases/postgresql90/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2014/02/12 23:17:41 tron Exp $
+# $NetBSD: Makefile,v 1.8 2014/02/23 11:25:51 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql90-client>=${PKGVERSION_NOREV}:../../databases/postgresql90-client
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common
index 7df01e2c068..71606c8f6c3 100644
--- a/databases/postgresql90/Makefile.common
+++ b/databases/postgresql90/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2013/12/10 22:32:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2014/02/23 11:25:51 adam Exp $
#
# used by databases/postgresql90-adminpack/Makefile
# used by databases/postgresql90-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.0.15
+DISTNAME= postgresql-9.0.16
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 994aea4a10c..201b4f48567 100644
--- a/databases/postgresql90/distinfo
+++ b/databases/postgresql90/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2013/12/10 22:32:56 adam Exp $
+$NetBSD: distinfo,v 1.20 2014/02/23 11:25:51 adam Exp $
-SHA1 (postgresql-9.0.15.tar.bz2) = 1e12b52c1989f9e2770898ea44c26b83a8dcc09e
-RMD160 (postgresql-9.0.15.tar.bz2) = a951bffd112017f3169ba3c8b6961243501b45ec
-Size (postgresql-9.0.15.tar.bz2) = 15169745 bytes
+SHA1 (postgresql-9.0.16.tar.bz2) = f1a43f182f8727b7d91c612d4169e01ab2a2bcb0
+RMD160 (postgresql-9.0.16.tar.bz2) = b86d79c3f7acfd00c2cb9e3dc79c106b4dfd253b
+Size (postgresql-9.0.16.tar.bz2) = 14956681 bytes
SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5