From a63da89e52e8cc3ad6942b73ba0a105487396d1f Mon Sep 17 00:00:00 2001 From: girgen Date: Mon, 5 Feb 2007 15:41:15 +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.4/static/release.html#RELEASE-7-4-16 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 --- databases/postgresql74-server/Makefile | 4 ++-- databases/postgresql74-server/distinfo | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'databases') diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile index 63073454bbaf..4beaa0267529 100644 --- a/databases/postgresql74-server/Makefile +++ b/databases/postgresql74-server/Makefile @@ -6,8 +6,8 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.4.15 -PORTREVISION?= 1 +PORTVERSION?= 7.4.16 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} diff --git a/databases/postgresql74-server/distinfo b/databases/postgresql74-server/distinfo index a6976acc2146..ea3777aa5303 100644 --- a/databases/postgresql74-server/distinfo +++ b/databases/postgresql74-server/distinfo @@ -1,15 +1,15 @@ -MD5 (postgresql/postgresql-base-7.4.15.tar.bz2) = 971dd112cfbd9a54f48081345c934209 -SHA256 (postgresql/postgresql-base-7.4.15.tar.bz2) = 42674ff290c05ae0baea0b0e177c30d28a609cdc72ce5c142c9f091278deafc2 -SIZE (postgresql/postgresql-base-7.4.15.tar.bz2) = 6584329 -MD5 (postgresql/postgresql-opt-7.4.15.tar.bz2) = a19d989663d2a73a72a1031ace7ce58c -SHA256 (postgresql/postgresql-opt-7.4.15.tar.bz2) = 1bea2be928bc72f4e2b8e2342f599cd68134784e43c2a2f4606888524d4d25c6 -SIZE (postgresql/postgresql-opt-7.4.15.tar.bz2) = 333512 -MD5 (postgresql/postgresql-test-7.4.15.tar.bz2) = bc03e17284cfea02c8bdc890da6951ae -SHA256 (postgresql/postgresql-test-7.4.15.tar.bz2) = f71fa85e663cae9766f560be4afc1918ec8d903f343a934f17a8927d99663fd8 -SIZE (postgresql/postgresql-test-7.4.15.tar.bz2) = 902018 -MD5 (postgresql/postgresql-docs-7.4.15.tar.bz2) = db2d7caf152f80568f098b2774f00887 -SHA256 (postgresql/postgresql-docs-7.4.15.tar.bz2) = bf8ac32bf067800f39257241f6319ca1277460b82a2c00e1b08e2b6d245621ce -SIZE (postgresql/postgresql-docs-7.4.15.tar.bz2) = 2428680 +MD5 (postgresql/postgresql-base-7.4.16.tar.bz2) = a876404e4186537cba0ba9d2afe5e554 +SHA256 (postgresql/postgresql-base-7.4.16.tar.bz2) = d8e7df2f06f248e66023452fa9cf565640b93ae43433dade7515f54e643f5c21 +SIZE (postgresql/postgresql-base-7.4.16.tar.bz2) = 6586435 +MD5 (postgresql/postgresql-opt-7.4.16.tar.bz2) = 51aa935cac1a13483ff76d8770b51fe3 +SHA256 (postgresql/postgresql-opt-7.4.16.tar.bz2) = 13a3063570c27ecc8ae163c86439b3c0b95d21bd55cac2506b105a486d410469 +SIZE (postgresql/postgresql-opt-7.4.16.tar.bz2) = 333683 +MD5 (postgresql/postgresql-test-7.4.16.tar.bz2) = d4dbef48016d11345868fa9f04e4501f +SHA256 (postgresql/postgresql-test-7.4.16.tar.bz2) = 851d5de0f66e3a13a57acffc50f15288a2d367160902e08d0bd1a0deb72b0f39 +SIZE (postgresql/postgresql-test-7.4.16.tar.bz2) = 901854 +MD5 (postgresql/postgresql-docs-7.4.16.tar.bz2) = f0465262c56f9d150fb2d4d717c14851 +SHA256 (postgresql/postgresql-docs-7.4.16.tar.bz2) = 7478f43e5071756434526259895f16ffeffa4c8a11dbd9af2df34250a7f463be +SIZE (postgresql/postgresql-docs-7.4.16.tar.bz2) = 2429657 MD5 (postgresql/hier-Pg7.4-0.5.3.tar.gz) = 16d037213b879963724da7809a0a1589 SHA256 (postgresql/hier-Pg7.4-0.5.3.tar.gz) = 1e56f76560c86227b08faabf78e3a53de4188c6a8f9d1f38b1481427e8fdf74c SIZE (postgresql/hier-Pg7.4-0.5.3.tar.gz) = 34662 -- cgit