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/postgresql83-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/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql83-server/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index cff33fcbcf03..5f09e8aa7a82 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -DISTVERSION?= 8.3.13 +DISTVERSION?= 8.3.14 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${DISTVERSION} diff --git a/databases/postgresql83-server/distinfo b/databases/postgresql83-server/distinfo index 8848a73f2add..6dd407529c0d 100644 --- a/databases/postgresql83-server/distinfo +++ b/databases/postgresql83-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-8.3.13.tar.bz2) = 192ece18834af0fe001e11794df1bc266b056050d3c74804c6c0442c7f99d4fc -SIZE (postgresql/postgresql-8.3.13.tar.bz2) = 14337117 +SHA256 (postgresql/postgresql-8.3.14.tar.bz2) = 5673e0191f623a2f6607808e63c5290d5f33de6da7d9c2b15cb9e8817fa93c99 +SIZE (postgresql/postgresql-8.3.14.tar.bz2) = 14345092 SHA256 (postgresql/pg-8311-icu-xx-2010-05-14.diff.gz) = 44146bdb29a5a7d51c70911096ed6d265bdf09f74f0084ee7ad1883bea2f852a SIZE (postgresql/pg-8311-icu-xx-2010-05-14.diff.gz) = 5064 |