diff options
author | girgen <girgen@FreeBSD.org> | 2011-02-01 22:48:17 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2011-02-01 22:48:17 +0800 |
commit | 9636c9a33ade21b7952a9c127e0f40a691f348db (patch) | |
tree | 331ab43c21c358e7be6f9fe4f14e11b55791fd3d /databases/postgresql84-server | |
parent | b568b332fba00cc15bbe1371f8d00f19a68e0d56 (diff) | |
download | freebsd-ports-gnome-9636c9a33ade21b7952a9c127e0f40a691f348db.tar.gz freebsd-ports-gnome-9636c9a33ade21b7952a9c127e0f40a691f348db.tar.zst freebsd-ports-gnome-9636c9a33ade21b7952a9c127e0f40a691f348db.zip |
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
Diffstat (limited to 'databases/postgresql84-server')
-rw-r--r-- | databases/postgresql84-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql84-server/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index abe8d7022050..8a6581f83390 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -DISTVERSION?= 8.4.6 +DISTVERSION?= 8.4.7 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${DISTVERSION} diff --git a/databases/postgresql84-server/distinfo b/databases/postgresql84-server/distinfo index 706a97a780ed..9055ecd8fdbc 100644 --- a/databases/postgresql84-server/distinfo +++ b/databases/postgresql84-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-8.4.6.tar.bz2) = 8110c576e9055286d7b04b8930f7a378e483f0530b41dd3098f6e35528ed7d3c -SIZE (postgresql/postgresql-8.4.6.tar.bz2) = 14130201 +SHA256 (postgresql/postgresql-8.4.7.tar.bz2) = 08032849da121e67e318f7ff4e68d3ac88f29050e242641f717c4270839b597b +SIZE (postgresql/postgresql-8.4.7.tar.bz2) = 14133535 SHA256 (postgresql/pg-840-icu-2009-09-15.diff.gz) = c09d3b59340a3bb6ea754e985739d4fbb47f730d1e48a357c5585825034fc72e SIZE (postgresql/pg-840-icu-2009-09-15.diff.gz) = 4321 |