From 4984fde3e5dab8bbc831e106bf61c1f05f388937 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 5 Feb 2007 11:42:07 +0000 Subject: Changes 8.1.7: * Remove security vulnerabilities that allowed connected users to read backend memory * Fix rare bug wherein btree index page splits could fail due to choosing an infeasible split point * Improve "VACUUM" performance for databases with many tables * Fix autovacuum to avoid leaving non-permanent transaction IDs in non-connectable databases This bug affects the 8.1 branch only. * Fix for rare Assert() crash triggered by UNION * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long * Fix bogus "permission denied" failures occurring on Windows due to attempts to fsync already-deleted files * Fix possible crashes when an already-in-use PL/pgSQL function is updated --- databases/postgresql81/Makefile.common | 4 ++-- databases/postgresql81/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/postgresql81') diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common index e36ef0ead9d..12e5684a8fc 100644 --- a/databases/postgresql81/Makefile.common +++ b/databases/postgresql81/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2007/01/08 18:55:38 adam Exp $ +# $NetBSD: Makefile.common,v 1.9 2007/02/05 11:42:07 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -32,7 +32,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches # # Note: Do not forget jdbc-postgresql81 when updating version # -DIST_VERS?= 8.1.6 +DIST_VERS?= 8.1.7 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS} diff --git a/databases/postgresql81/distinfo b/databases/postgresql81/distinfo index 5b36520c43a..160b4124b7c 100644 --- a/databases/postgresql81/distinfo +++ b/databases/postgresql81/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2007/01/12 22:49:24 joerg Exp $ +$NetBSD: distinfo,v 1.7 2007/02/05 11:42:07 adam Exp $ -SHA1 (postgresql-8.1.6.tar.bz2) = d2a849e5e5d93a102dacaa1e420b1148d564837b -RMD160 (postgresql-8.1.6.tar.bz2) = d61ca7541ff4806bf9216ce156377588589b12dd -Size (postgresql-8.1.6.tar.bz2) = 11646873 bytes +SHA1 (postgresql-8.1.7.tar.bz2) = e483ec9df93227db59a4a52187513e5b66dc6f46 +RMD160 (postgresql-8.1.7.tar.bz2) = 9a9ee7f118109c1a291530e5ac075f3900fa297a +Size (postgresql-8.1.7.tar.bz2) = 11698986 bytes SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d SHA1 (patch-ab) = 5bf5f46e86025772cbdb9c9d22c942b40288f82f SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9 -- cgit v1.2.3