pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql Upgrade to 7.3.4. The on-disk for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7480ade1c46
branches: trunk
changeset: 460066:d7480ade1c46
user: cjs <cjs%pkgsrc.org@localhost>
date: Mon Aug 18 00:26:24 2003 +0000
description:
Upgrade to 7.3.4. The on-disk format is the same, so a dump/restore is
not required. Changes include:
Repair breakage in timestamp-to-date conversion for dates before 2000
Prevent rare possibility of server startup failure (Tom)
Fix bugs in interval-to-time conversion (Tom)
Add constraint names in a few places in pg_dump (Rod)
Improve performance of functions with many parameters (Tom)
Fix to_ascii() buffer overruns (Tom)
Prevent restore of database comments from throwing an error (Tom)
Work around buggy strxfrm() present in some Solaris releases (Tom)
Properly escape jdbc setObject() strings to improve security (Barry)
In particular, the server startup failure mentioned above occurs when the
transaction log ends on a page boundary.
diffstat:
databases/postgresql/Makefile.common | 4 ++--
databases/postgresql/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 91248fb1a37f -r d7480ade1c46 databases/postgresql/Makefile.common
--- a/databases/postgresql/Makefile.common Sun Aug 17 20:32:22 2003 +0000
+++ b/databases/postgresql/Makefile.common Mon Aug 18 00:26:24 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2003/07/17 21:28:50 grant Exp $
+# $NetBSD: Makefile.common,v 1.39 2003/08/18 00:26:24 cjs Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -33,7 +33,7 @@
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
# Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?= 7.3.3
+DIST_VERS?= 7.3.4
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS}
diff -r 91248fb1a37f -r d7480ade1c46 databases/postgresql/distinfo
--- a/databases/postgresql/distinfo Sun Aug 17 20:32:22 2003 +0000
+++ b/databases/postgresql/distinfo Mon Aug 18 00:26:24 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2003/06/25 07:54:32 cjs Exp $
+$NetBSD: distinfo,v 1.18 2003/08/18 00:26:24 cjs Exp $
-SHA1 (postgresql-7.3.3.tar.gz) = 2df1b3907373fd7c4d03d0c62671fb5c14c06340
-Size (postgresql-7.3.3.tar.gz) = 11210071 bytes
+SHA1 (postgresql-7.3.4.tar.gz) = 4f936bdc457b4a484f3ee66159f60fccc224d8dc
+Size (postgresql-7.3.4.tar.gz) = 11265028 bytes
SHA1 (patch-aa) = 61fbeb664b0d89c83a36c79cca3fbdc78d6f5059
SHA1 (patch-ac) = 5a647cc31873ae81a5bd5a6cf4ec6f44a43448e7
SHA1 (patch-ad) = d9e010b38855bf9f1d7b85404ea6770066831093
Home |
Main Index |
Thread Index |
Old Index