From 3832212b4c72fa781f5430ebda26997442c38e1e Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Tue, 1 Feb 2011 14:48:17 +0000 Subject: Update to versions 9.0.3, 8.4.7, 8.3.14 and 8.2.20. This update includes a security fix which prevents a buffer overrun in the contrib module intarray's input function for the query_int type. This bug is a security risk since the function's return address could be overwritten by malicious code. All supported versions of PostgreSQL are impacted. However, the affected contrib module is optional. Only users who have installed the intarray module in their database are affected. See the CVE Advisory at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4015 This release includes 63 bugfixes, including: - Avoid unexpected conversion overflow in planner for distant date values - Fix assignment to an array slice that is before the existing range of subscripts - Fix pg_restore to do the right thing when escaping large objects - Avoid failures when EXPLAIN tries to display a simple-form CASE expression - Improved build support for Windows version - Fix bug in contrib/seg's GiST picksplit algorithm which caused performance degredation The 9.0.3 update also contains several fixes for issues with features introduced or changed in version 9.0: - Ensure all the received WAL is fsync'd to disk before exiting walreceiver - Improve performance of walreceiver by avoiding excess fsync activity - Make ALTER TABLE revalidate uniqueness and exclusion constraints when needed - Fix EvalPlanQual for UPDATE of an inheritance tree when the tables are not all alike PR: ports/154436 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4015 Feature safe: yes Approved by: portmgr --- databases/postgresql82-server/Makefile | 2 +- databases/postgresql82-server/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql82-server') diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile index 817dcdf022d3..221934ae63c5 100644 --- a/databases/postgresql82-server/Makefile +++ b/databases/postgresql82-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 8.2.19 +PORTVERSION?= 8.2.20 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} diff --git a/databases/postgresql82-server/distinfo b/databases/postgresql82-server/distinfo index 51beba887a34..e2a274b1a5ea 100644 --- a/databases/postgresql82-server/distinfo +++ b/databases/postgresql82-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (postgresql/postgresql-8.2.19.tar.bz2) = 9ae639ec9320830c60c7e6b2151ed744c51564d0664d6b5c896b9ed7b4285f5e -SIZE (postgresql/postgresql-8.2.19.tar.bz2) = 12749881 +SHA256 (postgresql/postgresql-8.2.20.tar.bz2) = 77674a5804fb96ae28966c3950e38455720b23d9acfd87a092a6f2f3d7520a57 +SIZE (postgresql/postgresql-8.2.20.tar.bz2) = 12756288 -- cgit v1.2.3