summaryrefslogtreecommitdiff
path: root/databases/postgresql81/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-02-05 11:42:07 +0000
committeradam <adam@pkgsrc.org>2007-02-05 11:42:07 +0000
commitf96aacfbe4a4f9b06ba7de9661dd6222494d51e7 (patch)
treea2eaa8efc00e91149b7939112a0ace29901871a9 /databases/postgresql81/Makefile.common
parent5b6e09dd0678a70fff88a9a9932b68fac0dd166f (diff)
downloadpkgsrc-f96aacfbe4a4f9b06ba7de9661dd6222494d51e7.tar.gz
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
Diffstat (limited to 'databases/postgresql81/Makefile.common')
-rw-r--r--databases/postgresql81/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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}