pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Update PostgreSQL to 7.3.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0d2fe5214d2
branches:  trunk
changeset: 508511:c0d2fe5214d2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 20 18:34:07 2006 +0000

description:
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)

diffstat:

 databases/postgresql73-client/Makefile |   3 +--
 databases/postgresql73-docs/Makefile   |   3 +--
 databases/postgresql73-docs/PLIST      |  12 ++++++++----
 databases/postgresql73-lib/Makefile    |   3 +--
 databases/postgresql73-plperl/Makefile |   3 +--
 databases/postgresql73-pltcl/Makefile  |   3 +--
 databases/postgresql73-server/Makefile |   3 +--
 databases/postgresql73/Makefile        |   3 +--
 databases/postgresql73/Makefile.common |   4 ++--
 databases/postgresql73/distinfo        |   8 ++++----
 databases/tcl-postgresql73/Makefile    |   3 +--
 databases/tk-postgresql73/Makefile     |   3 +--
 12 files changed, 23 insertions(+), 28 deletions(-)

diffs (176 lines):

diff -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73-client/Makefile
--- a/databases/postgresql73-client/Makefile    Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73-client/Makefile    Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73-docs/Makefile
--- a/databases/postgresql73-docs/Makefile      Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73-docs/Makefile      Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73-docs/PLIST
--- a/databases/postgresql73-docs/PLIST Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73-docs/PLIST Mon Feb 20 18:34:07 2006 +0000
@@ -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-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-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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73-lib/Makefile
--- a/databases/postgresql73-lib/Makefile       Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73-lib/Makefile       Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73-plperl/Makefile
--- a/databases/postgresql73-plperl/Makefile    Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73-plperl/Makefile    Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73-pltcl/Makefile
--- a/databases/postgresql73-pltcl/Makefile     Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73-pltcl/Makefile     Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73-server/Makefile
--- a/databases/postgresql73-server/Makefile    Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73-server/Makefile    Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73/Makefile
--- a/databases/postgresql73/Makefile   Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73/Makefile   Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73/Makefile.common
--- a/databases/postgresql73/Makefile.common    Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73/Makefile.common    Mon Feb 20 18:34:07 2006 +0000
@@ -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 @@
 # 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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/postgresql73/distinfo
--- a/databases/postgresql73/distinfo   Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/postgresql73/distinfo   Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/tcl-postgresql73/Makefile
--- a/databases/tcl-postgresql73/Makefile       Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/tcl-postgresql73/Makefile       Mon Feb 20 18:34:07 2006 +0000
@@ -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 -r 1cedfe6e8263 -r c0d2fe5214d2 databases/tk-postgresql73/Makefile
--- a/databases/tk-postgresql73/Makefile        Mon Feb 20 18:19:14 2006 +0000
+++ b/databases/tk-postgresql73/Makefile        Mon Feb 20 18:34:07 2006 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index