summaryrefslogtreecommitdiff
path: root/databases/postgresql80-server/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2007-02-05 15:41:25 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2007-02-05 15:41:25 +0000
commitdc9b394b5a19fa691fd04dc3373d00c40f04b70e (patch)
tree2f98e4cf919decf5fb245bd7d1df24ba7c63ff15 /databases/postgresql80-server/Makefile
parentUpdate PostgreSQL with, amongst other things, a security fix: (diff)
Update PostgreSQL with, amongst other things, two security fixes:
A vulnerability allows suppressing the normal checks that a SQL function returns the data type it's declared to do. These errors can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0555] A vulnerability involving changing the data type of a table column can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0556] The release includes a set of other fixes as well. Please see the release information at http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-11 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556
Notes
Notes: svn path=/head/; revision=184279
Diffstat (limited to 'databases/postgresql80-server/Makefile')
-rw-r--r--databases/postgresql80-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index 9dc8f511704e..92705fda247b 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
-PORTVERSION?= 8.0.10
+PORTVERSION?= 8.0.11
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}