From 0f3ee74a9b3fffa78c24617ca1c2acc91a0e0651 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 19 Oct 2002 03:03:49 +0000 Subject: Update databases/postgresql to version 7.2.3. This has a variety of fixes from 7.2.2, including fixes to prevent possible data loss. A dump/restore is *not* required for those running 7.2.X. Changes from version 7.2.2 include: Prevent possible compressed transaction log loss (Tom) Prevent non-superuser from increasing most recent vacuum info (Tom) Handle pre-1970 date values in newer versions of glibc (Tom) Fix possible hang during server shutdown Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima) Fix pg_dump to properly dump FULL JOIN USING (Tom) --- databases/postgresql/Makefile.common | 4 ++-- databases/postgresql/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/postgresql') diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index cc04d410c78..e8a00e6807b 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2002/09/26 09:56:07 abs Exp $ +# $NetBSD: Makefile.common,v 1.31 2002/10/19 03:03:49 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -34,7 +34,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/postgresql/patches # DIST_VERS version number on the postgresql distfile # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # -DIST_VERS?= 7.2.2 +DIST_VERS?= 7.2.3 BASE_VERS?= ${DIST_VERS} BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS} diff --git a/databases/postgresql/distinfo b/databases/postgresql/distinfo index be7f233e380..6e729a0d0d8 100644 --- a/databases/postgresql/distinfo +++ b/databases/postgresql/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2002/09/01 01:14:29 jonb Exp $ +$NetBSD: distinfo,v 1.13 2002/10/19 03:03:50 jlam Exp $ -SHA1 (postgresql-7.2.2.tar.gz) = 69ef43ef5d22d4ae675ff12e05d98e2be557e3f5 -Size (postgresql-7.2.2.tar.gz) = 9239158 bytes +SHA1 (postgresql-7.2.3.tar.gz) = f98acadb3b06ea0f09f82857ca880ec198e3c791 +Size (postgresql-7.2.3.tar.gz) = 9244039 bytes SHA1 (patch-aa) = 598f14b74b0dc54680ed85f4c26b6396898f5a7e SHA1 (patch-ab) = 0d1dee0d7c8b3bbff8507e18b9561c0b198f409f SHA1 (patch-ac) = eaed6eaeb65e3bb394252c5cb97a306bffb3e503 -- cgit v1.2.3