pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql80 Changes 8.0.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/009e6798ba29
branches:  trunk
changeset: 528350:009e6798ba29
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 30 13:37:36 2007 +0000

description:
Changes 8.0.13:
* Support explicit placement of the temporary-table schema within
  search_path, and disable searching it for functions and operators
* "/contrib/tsearch2" crash fixes
* Fix potential-data-corruption bug in how "VACUUM FULL" handles
  "UPDATE" chains
* Fix PANIC during enlargement of a hash index (bug introduced in
  8.0.10)
* Fix POSIX-style timezone specs to follow new USA DST rules

diffstat:

 databases/postgresql80/Makefile.common |  10 +++++++---
 databases/postgresql80/distinfo        |   8 ++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r fcf2dc364022 -r 009e6798ba29 databases/postgresql80/Makefile.common
--- a/databases/postgresql80/Makefile.common    Mon Apr 30 13:37:22 2007 +0000
+++ b/databases/postgresql80/Makefile.common    Mon Apr 30 13:37:36 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2007/02/08 20:00:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2007/04/30 13:37:36 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -22,7 +22,11 @@
 #
 MASTER_SORT_REGEX=     ${MASTER_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./}
 
-CONFLICTS+=    postgresql-[0-9]* postgresql73-* postgresql74-* postgresql81-*
+CONFLICTS+=    postgresql-[0-9]*
+CONFLICTS+=    postgresql73-[0-9]*
+CONFLICTS+=    postgresql74-[0-9]*
+CONFLICTS+=    postgresql81-[0-9]*
+CONFLICTS+=    postgresql82-[0-9]*
 
 DISTINFO_FILE?=                ${.CURDIR}/../postgresql80/distinfo
 COMMON_FILESDIR?=      ${.CURDIR}/../postgresql80/files
@@ -35,7 +39,7 @@
 #
 # Note: Do not forget jdbc-postgresql80 when updating version
 #
-DIST_VERS?=            8.0.12
+DIST_VERS?=            8.0.13
 BASE_VERS?=            ${DIST_VERS}
 
 BUILDLINK_API_DEPENDS.postgresql80-client+=    postgresql80-client>=${BASE_VERS}
diff -r fcf2dc364022 -r 009e6798ba29 databases/postgresql80/distinfo
--- a/databases/postgresql80/distinfo   Mon Apr 30 13:37:22 2007 +0000
+++ b/databases/postgresql80/distinfo   Mon Apr 30 13:37:36 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2007/02/08 20:00:57 adam Exp $
+$NetBSD: distinfo,v 1.18 2007/04/30 13:37:36 adam Exp $
 
-SHA1 (postgresql-8.0.12.tar.bz2) = 288ea19241989c8fc3c5c6feb85eae707a0e723e
-RMD160 (postgresql-8.0.12.tar.bz2) = f5e7175715b37b078be8c63e715494abbf16f5d7
-Size (postgresql-8.0.12.tar.bz2) = 11164504 bytes
+SHA1 (postgresql-8.0.13.tar.bz2) = 9c3b7ce5090f9cbf3fe288cec81ee1b68b14dce0
+RMD160 (postgresql-8.0.13.tar.bz2) = 75c660a79cb851175a1d4980ccae9abb11d41c0f
+Size (postgresql-8.0.13.tar.bz2) = 11181003 bytes
 SHA1 (patch-aa) = d681a5b2bb4dfce4e3db1490b97fed1b99ff445f
 SHA1 (patch-ab) = 1a80710d13723f2c8130d8235bb40c43af9d9ccd
 SHA1 (patch-ac) = 092d96fe2baafe8eef731b45a85d33fc40584044



Home | Main Index | Thread Index | Old Index