aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql92-server/Makefile
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2007-02-05 23:41:41 +0800
committergirgen <girgen@FreeBSD.org>2007-02-05 23:41:41 +0800
commit82b0a477437ae5fbb32dd059cbe151b649834eec (patch)
tree01baf2be76be43b561ed92147366ca6e440b4ade /databases/postgresql92-server/Makefile
parentc505e6cb2e8a89408c7d20749dbbf3736e0f2fdf (diff)
downloadfreebsd-ports-gnome-82b0a477437ae5fbb32dd059cbe151b649834eec.tar.gz
freebsd-ports-gnome-82b0a477437ae5fbb32dd059cbe151b649834eec.tar.zst
freebsd-ports-gnome-82b0a477437ae5fbb32dd059cbe151b649834eec.zip
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.2/static/release-8-2-2.html 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
Diffstat (limited to 'databases/postgresql92-server/Makefile')
-rw-r--r--databases/postgresql92-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 783a1c4fc97e..c43cbbd841c2 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
-PORTVERSION?= 8.2.1
+PORTVERSION?= 8.2.2
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}