diff options
author | cjs <cjs> | 2003-08-18 00:26:24 +0000 |
---|---|---|
committer | cjs <cjs> | 2003-08-18 00:26:24 +0000 |
commit | c183f2e7506e047acd147641d44eaa8b775e986c (patch) | |
tree | 547d15a9fcacf267e2c44ec54c0c7a23fd42842c /databases | |
parent | 6584dd1b7c40b6ab743805cac9eb8be71d61a021 (diff) | |
download | pkgsrc-c183f2e7506e047acd147641d44eaa8b775e986c.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 15dbf73e282..5524cdd01b4 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -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 @@ PATCHDIR?= ${.CURDIR}/../postgresql/patches # 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 --git a/databases/postgresql/distinfo b/databases/postgresql/distinfo index d3980d2fbff..d76946f7951 100644 --- a/databases/postgresql/distinfo +++ b/databases/postgresql/distinfo @@ -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 |