summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-20 18:34:07 +0000
committerjoerg <joerg>2006-02-20 18:34:07 +0000
commit5bcf14dd1488444dab0be49d357015c2d9e7aa25 (patch)
treeadc21e36b69ba1e4e6eb63e9509a918895e6285b
parent3913ef90876bf5b844bbc83162f27134cf9e67bb (diff)
downloadpkgsrc-5bcf14dd1488444dab0be49d357015c2d9e7aa25.tar.gz
Update PostgreSQL to 7.3.14.
It might be needed to REINDEX indexes or textual coloumns for the issues about plperl and locales in the 7.3.13 changes are present. See the release documentation for further details. Changes from 7.3.10 to 7.3.11: - Fix error that allowed VACUUM to remove ctid chains too soon, and add more checking in code that follows ctid links - Fix CHAR() to properly pad spaces to the specified length when using a multiple-byte character set (Yoshiyuki Asaba) - Fix missing rows in queries like UPDATE a=... WHERE a... with GiST index on column a - Improve checking for partially-written WAL pages - Improve robustness of signal handling when SSL is enabled - Various memory leakage fixes - Various portability improvements - Fix PL/PgSQL to handle var := var correctly when the variable is of pass-by-reference type Changes from 7.3.11 to 7.3.12: - Fix race condition in transaction log management - /contrib/ltree fixes (Teodor) - Fix longstanding planning error for outer joins - Prevent core dump in pg_autovacuum when a table has been dropped Changes from 7.3.12 to 7.3.13: - Fix character string comparison for locales that consider different character combinations as equal, such as Hungarian (Tom) - Set locale environment variables during postmaster startup to ensure that plperl won't change the locale later - Fix longstanding bug in strpos() and regular expression handling in certain rarely used Asian multi-byte character sets (Tatsuo) - Fix bug in /contrib/pgcrypto gen_salt, which caused it not to use all available salt space for MD5 and XDES algorithms (Marko Kreen, Solar Designer) - Fix /contrib/dblink to throw an error, rather than crashing, when the number of columns specified is different from what's actually returned by the query (Joe) Changes from 7.3.13 to 7.3.14: - Fix potential crash in SET SESSION AUTHORIZATION (CVE-2006-0553) - Fix bug with row visibility logic in self-inserted rows (Tom) - Fix race condition that could lead to "file already exists" errors during pg_clog file creation (Tom) - Fix to allow restoring dumps that have cross-schema references to custom operators (Tom) - Portability fix for testing presence of finite and isinf during configure (Tom)
-rw-r--r--databases/postgresql73-client/Makefile3
-rw-r--r--databases/postgresql73-docs/Makefile3
-rw-r--r--databases/postgresql73-docs/PLIST12
-rw-r--r--databases/postgresql73-lib/Makefile3
-rw-r--r--databases/postgresql73-plperl/Makefile3
-rw-r--r--databases/postgresql73-pltcl/Makefile3
-rw-r--r--databases/postgresql73-server/Makefile3
-rw-r--r--databases/postgresql73/Makefile3
-rw-r--r--databases/postgresql73/Makefile.common4
-rw-r--r--databases/postgresql73/distinfo8
-rw-r--r--databases/tcl-postgresql73/Makefile3
-rw-r--r--databases/tk-postgresql73/Makefile3
12 files changed, 23 insertions, 28 deletions
diff --git a/databases/postgresql73-client/Makefile b/databases/postgresql73-client/Makefile
index 8ab65434721..5497bb6cd0c 100644
--- a/databases/postgresql73-client/Makefile
+++ b/databases/postgresql73-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:34 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/02/20 18:34:07 joerg Exp $
PKGNAME= postgresql73-client-${BASE_VERS}
-PKGREVISION= 1
SVR4_PKGNAME= pstgc
COMMENT= PostgreSQL database client programs
diff --git a/databases/postgresql73-docs/Makefile b/databases/postgresql73-docs/Makefile
index 1d4b802ea9f..24530bdcba9 100644
--- a/databases/postgresql73-docs/Makefile
+++ b/databases/postgresql73-docs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:34 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/02/20 18:34:07 joerg Exp $
PKGNAME= postgresql73-docs-${BASE_VERS}
-PKGREVISION= 1
SVR4_PKGNAME= pstgd
COMMENT= PostgreSQL database system documentation
diff --git a/databases/postgresql73-docs/PLIST b/databases/postgresql73-docs/PLIST
index 01990d6b47a..a6dc5d1d600 100644
--- a/databases/postgresql73-docs/PLIST
+++ b/databases/postgresql73-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/08/07 18:19:16 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/02/20 18:34:07 joerg Exp $
share/doc/html/postgresql/admin-preface.html
share/doc/html/postgresql/admin.html
share/doc/html/postgresql/app-clusterdb.html
@@ -192,10 +192,10 @@ share/doc/html/postgresql/libpq-threading.html
share/doc/html/postgresql/libpq-trace.html
share/doc/html/postgresql/libpq.html
share/doc/html/postgresql/ln17992.html
-share/doc/html/postgresql/ln26577.html
-share/doc/html/postgresql/ln39021.html
-share/doc/html/postgresql/ln53737.html
share/doc/html/postgresql/ln25.html
+share/doc/html/postgresql/ln26703.html
+share/doc/html/postgresql/ln39147.html
+share/doc/html/postgresql/ln53863.html
share/doc/html/postgresql/ln659.html
share/doc/html/postgresql/lo-funcs.html
share/doc/html/postgresql/lo-implementation.html
@@ -391,6 +391,10 @@ share/doc/html/postgresql/release-7-2-7.html
share/doc/html/postgresql/release-7-2-8.html
share/doc/html/postgresql/release-7-2.html
share/doc/html/postgresql/release-7-3-1.html
+share/doc/html/postgresql/release-7-3-10.html
+share/doc/html/postgresql/release-7-3-11.html
+share/doc/html/postgresql/release-7-3-12.html
+share/doc/html/postgresql/release-7-3-13.html
share/doc/html/postgresql/release-7-3-2.html
share/doc/html/postgresql/release-7-3-3.html
share/doc/html/postgresql/release-7-3-4.html
diff --git a/databases/postgresql73-lib/Makefile b/databases/postgresql73-lib/Makefile
index 7553c850d44..7037357a317 100644
--- a/databases/postgresql73-lib/Makefile
+++ b/databases/postgresql73-lib/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:34 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/02/20 18:34:07 joerg Exp $
PKGNAME= postgresql73-lib-${BASE_VERS}
-PKGREVISION= 2
SVR4_PKGNAME= pstgl
COMMENT= PostgreSQL database headers and libraries
diff --git a/databases/postgresql73-plperl/Makefile b/databases/postgresql73-plperl/Makefile
index 5d306dd25d7..5c8b9875ba2 100644
--- a/databases/postgresql73-plperl/Makefile
+++ b/databases/postgresql73-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:34 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/02/20 18:34:07 joerg Exp $
PKGNAME= postgresql73-plperl-${BASE_VERS}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
diff --git a/databases/postgresql73-pltcl/Makefile b/databases/postgresql73-pltcl/Makefile
index 65ee59488e2..17a734c9d27 100644
--- a/databases/postgresql73-pltcl/Makefile
+++ b/databases/postgresql73-pltcl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:34 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/02/20 18:34:07 joerg Exp $
PKGNAME= postgresql73-pltcl-${BASE_VERS}
-PKGREVISION= 1
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index 5203d85d2b1..41f30f6a108 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-server/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2006/02/16 23:28:53 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/02/20 18:34:07 joerg Exp $
PKGNAME= postgresql73-server-${BASE_VERS}
-PKGREVISION= 2
SVR4_PKGNAME= pstgs
COMMENT= PostgreSQL database server programs
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
index 681fbc75640..95512f4363a 100644
--- a/databases/postgresql73/Makefile
+++ b/databases/postgresql73/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:34 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/02/20 18:34:07 joerg Exp $
PKGNAME= postgresql73-${BASE_VERS}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql73-client>=${BASE_VERS}:../../databases/postgresql73-client
diff --git a/databases/postgresql73/Makefile.common b/databases/postgresql73/Makefile.common
index b086d8f0bc6..a3a293868c6 100644
--- a/databases/postgresql73/Makefile.common
+++ b/databases/postgresql73/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2006/01/08 13:41:29 abs Exp $
+# $NetBSD: Makefile.common,v 1.15 2006/02/20 18:34:07 joerg 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}/../postgresql73/patches
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
# Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?= 7.3.10
+DIST_VERS?= 7.3.14
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql73-lib?= postgresql73-lib>=${BASE_VERS}
diff --git a/databases/postgresql73/distinfo b/databases/postgresql73/distinfo
index 574b7f35bda..91e93197762 100644
--- a/databases/postgresql73/distinfo
+++ b/databases/postgresql73/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2005/12/02 19:41:18 joerg Exp $
+$NetBSD: distinfo,v 1.12 2006/02/20 18:34:07 joerg Exp $
-SHA1 (postgresql-7.3.10.tar.gz) = 173bfb9c4ae7d4bd84a90babdbf34d420fcb90c2
-RMD160 (postgresql-7.3.10.tar.gz) = 544602d752a8e2f0d2b90e1e2e4c50431b98c44b
-Size (postgresql-7.3.10.tar.gz) = 11296380 bytes
+SHA1 (postgresql-7.3.14.tar.gz) = 2fb6e776e96af9bde99db8ba61768ec120bdefaa
+RMD160 (postgresql-7.3.14.tar.gz) = e8777fdca3f79a71af616368e8b1d3f20b04a2b7
+Size (postgresql-7.3.14.tar.gz) = 11308049 bytes
SHA1 (patch-aa) = 61fbeb664b0d89c83a36c79cca3fbdc78d6f5059
SHA1 (patch-ab) = 5e7a555ed0a2fd1c6678600f98f809072663d10e
SHA1 (patch-ac) = 5a647cc31873ae81a5bd5a6cf4ec6f44a43448e7
diff --git a/databases/tcl-postgresql73/Makefile b/databases/tcl-postgresql73/Makefile
index f45000aa821..667b00f83a9 100644
--- a/databases/tcl-postgresql73/Makefile
+++ b/databases/tcl-postgresql73/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:38 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/02/20 18:34:07 joerg Exp $
PKGNAME= tcl-postgresql73-${BASE_VERS}
-PKGREVISION= 2
COMMENT= Tcl interface to PostgreSQL
diff --git a/databases/tk-postgresql73/Makefile b/databases/tk-postgresql73/Makefile
index b3e3ace8452..33b3f6fceb1 100644
--- a/databases/tk-postgresql73/Makefile
+++ b/databases/tk-postgresql73/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:38 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2006/02/20 18:34:07 joerg Exp $
PKGNAME= tk-postgresql73-${BASE_VERS}
-PKGREVISION= 2
COMMENT= Tk interface to PostgreSQL
.include "../../databases/postgresql73/Makefile.common"