From 8a26124ceb2e86aa0ec6ecd5545bce51a2370683 Mon Sep 17 00:00:00 2001 From: girgen Date: Mon, 5 Feb 2007 15:41:08 +0000 Subject: Update PostgreSQL with, amongst other things, a security fix: 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] The release includes a set of other fixes as well. Please see the release information at http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-18 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 --- databases/postgresql73-server/Makefile | 2 +- databases/postgresql73-server/distinfo | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'databases') diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile index ee0b495efa94..83c81502cbf8 100644 --- a/databases/postgresql73-server/Makefile +++ b/databases/postgresql73-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.3.17 +PORTVERSION?= 7.3.18 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} diff --git a/databases/postgresql73-server/distinfo b/databases/postgresql73-server/distinfo index 750eb305698f..a26c2399477c 100644 --- a/databases/postgresql73-server/distinfo +++ b/databases/postgresql73-server/distinfo @@ -1,12 +1,12 @@ -MD5 (postgresql/postgresql-base-7.3.17.tar.bz2) = 44df750b477b8e9c329f514f0264f915 -SHA256 (postgresql/postgresql-base-7.3.17.tar.bz2) = 9d844fc9ffda1d6b2d6f324c7198ce5ffa4ea1bd79516ffa85b45bd2e8e616b3 -SIZE (postgresql/postgresql-base-7.3.17.tar.bz2) = 5694969 -MD5 (postgresql/postgresql-opt-7.3.17.tar.bz2) = 9ed5d06f185877c0b609b7dbe96f73bd -SHA256 (postgresql/postgresql-opt-7.3.17.tar.bz2) = 26837b6a96a0bc2f3c04213571862c85c8cd3a7e2aac2b49a192bb651630361c -SIZE (postgresql/postgresql-opt-7.3.17.tar.bz2) = 342167 -MD5 (postgresql/postgresql-test-7.3.17.tar.bz2) = 3429377e40d1aa5e374927b874c7beda -SHA256 (postgresql/postgresql-test-7.3.17.tar.bz2) = a464ff6dad6c6c91b11301f7fba7a6be24fbd5fe15ab94b2decdbd99159be4e1 -SIZE (postgresql/postgresql-test-7.3.17.tar.bz2) = 890738 -MD5 (postgresql/postgresql-docs-7.3.17.tar.bz2) = 4fec83cf93aab65882ca2a020e4284fc -SHA256 (postgresql/postgresql-docs-7.3.17.tar.bz2) = 69909e13a8c384f24c93681a55cf4cfa824ba654b8e68523106bce08a030366f -SIZE (postgresql/postgresql-docs-7.3.17.tar.bz2) = 2362063 +MD5 (postgresql/postgresql-base-7.3.18.tar.bz2) = e9205d6835933401db4c5991504f264b +SHA256 (postgresql/postgresql-base-7.3.18.tar.bz2) = 648c7bddcab5477c5d7800795f8392a3ecdd361828c4374d9804bfa61a07b048 +SIZE (postgresql/postgresql-base-7.3.18.tar.bz2) = 5695073 +MD5 (postgresql/postgresql-opt-7.3.18.tar.bz2) = 02c53c28a92b7bfc229c71c4b18dee49 +SHA256 (postgresql/postgresql-opt-7.3.18.tar.bz2) = 6d422a3d4d56192952c035d01aff59b90c7ab7b3cdb7f300572e40dd20db5e4b +SIZE (postgresql/postgresql-opt-7.3.18.tar.bz2) = 342315 +MD5 (postgresql/postgresql-test-7.3.18.tar.bz2) = 256553aa18822775c63924c787ded200 +SHA256 (postgresql/postgresql-test-7.3.18.tar.bz2) = 61bf71f0b09fa0a0dc667f636fe7a338f33d7b337159b16820a0a6240318a48e +SIZE (postgresql/postgresql-test-7.3.18.tar.bz2) = 891032 +MD5 (postgresql/postgresql-docs-7.3.18.tar.bz2) = 621d4499418469248db2318b85a89c19 +SHA256 (postgresql/postgresql-docs-7.3.18.tar.bz2) = 24f509b444dc1a9009ffdb6a8e484f038762b971cea60fb9bdc8943fd6a0fa55 +SIZE (postgresql/postgresql-docs-7.3.18.tar.bz2) = 2363625 -- cgit