From 36755b913995dd8deebbb74b6b68f140ea8d9536 Mon Sep 17 00:00:00 2001 From: girgen Date: Fri, 8 Feb 2013 07:54:09 +0000 Subject: PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 released This update fixes a denial-of-service (DOS) vulnerability. All users should update their PostgreSQL installations as soon as possible. The security issue fixed in this release, CVE-2013-0255, allows a previously authenticated user to crash the server by calling an internal function with invalid arguments. URL: http://www.postgresql.org/about/news/1446/ Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255 --- databases/postgresql84-client/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'databases/postgresql84-client') diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile index d9819d44caf4..35ccbf965a59 100644 --- a/databases/postgresql84-client/Makefile +++ b/databases/postgresql84-client/Makefile @@ -9,7 +9,6 @@ PORTNAME= postgresql PKGNAMESUFFIX= -client -PORTREVISION= 0 COMMENT= PostgreSQL database (client) -- cgit