summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2007-05-12 14:39:50 +0000
committersalo <salo@pkgsrc.org>2007-05-12 14:39:50 +0000
commit3ec9ba7dd5db3407cfbd056be27412035bfcba95 (patch)
treef1f6322db17a17d43077130222adde4a9e4ea248 /databases
parent0f45fe6a08e381d9b6fd266c4e217c28a72e003b (diff)
downloadpkgsrc-3ec9ba7dd5db3407cfbd056be27412035bfcba95.tar.gz
Pullup ticket 2080 - requested by ghen
security update for postgresql Revisions pulled up: - pkgsrc/databases/postgresql80/Makefile.common 1.28, 1.29 - pkgsrc/databases/postgresql80/distinfo 1.18 - pkgsrc/databases/postgresql80-client/PLIST 1.16 - pkgsrc/databases/postgresql80-server/Makefile 1.24 - pkgsrc/databases/postgresql80-server/PLIST 1.9 - pkgsrc/databases/postgresql81/Makefile.common 1.11, 1.12, 1.13 - pkgsrc/databases/postgresql81/distinfo 1.9 - pkgsrc/databases/postgresql81-client/PLIST 1.7 - pkgsrc/databases/postgresql81-server/PLIST 1.3 - pkgsrc/databases/postgresql82/Makefile.common 1.5, 1.6 - pkgsrc/databases/postgresql82/distinfo 1.7 - pkgsrc/databases/postgresql82-client/PLIST 1.5 - pkgsrc/databases/postgresql82-server/PLIST 1.3 Module Name: pkgsrc Committed By: adam Date: Mon Apr 30 13:37:01 UTC 2007 Modified Files: pkgsrc/databases/postgresql82: Makefile.common distinfo pkgsrc/databases/postgresql82-client: PLIST pkgsrc/databases/postgresql82-server: PLIST Log Message: Changes 8.2.4: * Support explicit placement of the temporary-table schema within search_path, and disable searching it for functions and operators * Fix shared_preload_libraries for Windows by forcing reload in each backend * Fix to_char() so it properly upper/lower cases localized day or month names * "/contrib/tsearch2" crash fixes * Require "COMMIT PREPARED" to be executed in the same database as the transaction was prepared in * Allow "pg_dump" to do binary backups larger than two gigabytes on Windows * New traditional (Taiwan) Chinese FAQ * Prevent the statistics collector from writing to disk too frequently * Fix potential-data-corruption bug in how "VACUUM FULL" handles "UPDATE" chains * Fix bug in domains that use array types * Fix "pg_dump" so it can dump a serial column's sequence using "-t" when not also dumping the owning table * Planner fixes, including improving outer join and bitmap scan selection logic * Fix possible wrong answers or crash when a PL/pgSQL function tries to RETURN from within an EXCEPTION block * Fix PANIC during enlargement of a hash index * Fix POSIX-style timezone specs to follow new USA DST rules --- Module Name: pkgsrc Committed By: adam Date: Mon Apr 30 13:37:23 UTC 2007 Modified Files: pkgsrc/databases/postgresql81: Makefile.common distinfo pkgsrc/databases/postgresql81-client: PLIST pkgsrc/databases/postgresql81-server: PLIST Log Message: Changes 8.1.9: * Support explicit placement of the temporary-table schema within search_path, and disable searching it for functions and operators * "/contrib/tsearch2" crash fixes * Require "COMMIT PREPARED" to be executed in the same database as the transaction was prepared in * Fix potential-data-corruption bug in how "VACUUM FULL" handles "UPDATE" chains * Planner fixes, including improving outer join and bitmap scan selection logic * Fix PANIC during enlargement of a hash index (bug introduced in 8.1.6) * Fix POSIX-style timezone specs to follow new USA DST rules --- Module Name: pkgsrc Committed By: adam Date: Mon Apr 30 13:37:36 UTC 2007 Modified Files: pkgsrc/databases/postgresql80: Makefile.common distinfo Log Message: 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 --- Module Name: pkgsrc Committed By: adam Date: Fri May 4 19:44:52 UTC 2007 Modified Files: pkgsrc/databases/postgresql81: Makefile.common Log Message: CONFLICTS fix --- Module Name: pkgsrc Committed By: adam Date: Fri May 4 19:45:52 UTC 2007 Modified Files: pkgsrc/databases/postgresql82: Makefile.common Log Message: CONFLICTS fix --- Module Name: pkgsrc Committed By: adam Date: Fri May 4 20:04:06 UTC 2007 Modified Files: pkgsrc/databases/postgresql80: Makefile.common pkgsrc/databases/postgresql80-client: PLIST Log Message: CONFLICTS and PLIST fix --- Module Name: pkgsrc Committed By: adam Date: Fri May 4 20:04:52 UTC 2007 Modified Files: pkgsrc/databases/postgresql81: Makefile.common Log Message: CONFLICTS fix --- Module Name: pkgsrc Committed By: joerg Date: Tue May 8 15:58:39 UTC 2007 Modified Files: pkgsrc/databases/postgresql80-server: Makefile PLIST Log Message: Fix PLIST after last update.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql80-client/PLIST5
-rw-r--r--databases/postgresql80-server/Makefile3
-rw-r--r--databases/postgresql80-server/PLIST8
-rw-r--r--databases/postgresql80/Makefile.common10
-rw-r--r--databases/postgresql80/distinfo8
-rw-r--r--databases/postgresql81-client/PLIST6
-rw-r--r--databases/postgresql81-server/PLIST8
-rw-r--r--databases/postgresql81/Makefile.common10
-rw-r--r--databases/postgresql81/distinfo8
-rw-r--r--databases/postgresql82-client/PLIST14
-rw-r--r--databases/postgresql82-server/PLIST8
-rw-r--r--databases/postgresql82/Makefile.common12
-rw-r--r--databases/postgresql82/distinfo8
13 files changed, 74 insertions, 34 deletions
diff --git a/databases/postgresql80-client/PLIST b/databases/postgresql80-client/PLIST
index 113b7225155..87933e9442f 100644
--- a/databases/postgresql80-client/PLIST
+++ b/databases/postgresql80-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2007/02/08 20:00:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.15.2.1 2007/05/12 14:39:50 salo Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -950,6 +950,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-19.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -967,6 +968,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -979,6 +981,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index b4b5566b0ca..96a5c874e7d 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2007/01/08 20:30:42 adam Exp $
+# $NetBSD: Makefile,v 1.23.2.1 2007/05/12 14:39:50 salo Exp $
PKGNAME= postgresql80-server-${BASE_VERS}
+PKGREVISION= 1
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
diff --git a/databases/postgresql80-server/PLIST b/databases/postgresql80-server/PLIST
index 4546a613dec..414a9e2744a 100644
--- a/databases/postgresql80-server/PLIST
+++ b/databases/postgresql80-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/01/08 20:30:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.8.2.1 2007/05/12 14:39:50 salo Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -62,6 +62,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Abidjan
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Accra
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Addis_Ababa
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Algiers
+${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmara
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmera
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bamako
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bangui
@@ -183,6 +184,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Marengo
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Petersburg
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vevay
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vincennes
+${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Winamac
${PG_SUBPREFIX}share/postgresql/timezone/America/Indianapolis
${PG_SUBPREFIX}share/postgresql/timezone/America/Inuvik
${PG_SUBPREFIX}share/postgresql/timezone/America/Iqaluit
@@ -231,6 +233,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Rainy_River
${PG_SUBPREFIX}share/postgresql/timezone/America/Rankin_Inlet
${PG_SUBPREFIX}share/postgresql/timezone/America/Recife
${PG_SUBPREFIX}share/postgresql/timezone/America/Regina
+${PG_SUBPREFIX}share/postgresql/timezone/America/Resolute
${PG_SUBPREFIX}share/postgresql/timezone/America/Rio_Branco
${PG_SUBPREFIX}share/postgresql/timezone/America/Rosario
${PG_SUBPREFIX}share/postgresql/timezone/America/Santiago
@@ -359,6 +362,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Bermuda
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Canary
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Cape_Verde
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faeroe
+${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faroe
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Jan_Mayen
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Madeira
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Reykjavik
@@ -372,6 +376,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Broken_Hill
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Canberra
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Currie
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Darwin
+${PG_SUBPREFIX}share/postgresql/timezone/Australia/Eucla
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Hobart
${PG_SUBPREFIX}share/postgresql/timezone/Australia/LHI
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Lindeman
@@ -610,6 +615,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Universal
${PG_SUBPREFIX}share/postgresql/timezone/W-SU
${PG_SUBPREFIX}share/postgresql/timezone/WET
${PG_SUBPREFIX}share/postgresql/timezone/Zulu
+${PG_SUBPREFIX}share/postgresql/timezone/posixrules
@dirrm ${PG_SUBPREFIX}share/postgresql/timezone/US
@dirrm ${PG_SUBPREFIX}share/postgresql/timezone/Pacific
@dirrm ${PG_SUBPREFIX}share/postgresql/timezone/Mideast
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common
index 3215077a1b6..cb4741a678b 100644
--- a/databases/postgresql80/Makefile.common
+++ b/databases/postgresql80/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2007/02/08 20:00:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.27.2.1 2007/05/12 14:39:50 salo 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 @@ HOMEPAGE?= http://www.postgresql.org/
#
MASTER_SORT_REGEX= ${MASTER_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./}
-CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-* postgresql81-*
+CONFLICTS+= postgresql-[0-9]*
+CONFLICTS+= postgresql73-*
+CONFLICTS+= postgresql74-*
+CONFLICTS+= postgresql81-*
+CONFLICTS+= postgresql82-*
DISTINFO_FILE?= ${.CURDIR}/../postgresql80/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../postgresql80/files
@@ -35,7 +39,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql80/patches
#
# 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 --git a/databases/postgresql80/distinfo b/databases/postgresql80/distinfo
index dd6a306fd7c..647156fbc29 100644
--- a/databases/postgresql80/distinfo
+++ b/databases/postgresql80/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2007/02/08 20:00:57 adam Exp $
+$NetBSD: distinfo,v 1.17.2.1 2007/05/12 14:39:50 salo 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
diff --git a/databases/postgresql81-client/PLIST b/databases/postgresql81-client/PLIST
index dd3ed1996f7..b901e2c800d 100644
--- a/databases/postgresql81-client/PLIST
+++ b/databases/postgresql81-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2007/02/08 20:00:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.6.2.1 2007/05/12 14:39:51 salo Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -987,6 +987,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-19.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -1004,6 +1005,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -1017,6 +1019,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
@@ -1033,6 +1036,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
diff --git a/databases/postgresql81-server/PLIST b/databases/postgresql81-server/PLIST
index 4f8c6305e2e..d4867365b8b 100644
--- a/databases/postgresql81-server/PLIST
+++ b/databases/postgresql81-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/01/08 18:55:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.2.2.1 2007/05/12 14:39:51 salo Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -63,6 +63,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Abidjan
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Accra
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Addis_Ababa
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Algiers
+${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmara
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmera
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bamako
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bangui
@@ -184,6 +185,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Marengo
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Petersburg
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vevay
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vincennes
+${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Winamac
${PG_SUBPREFIX}share/postgresql/timezone/America/Indianapolis
${PG_SUBPREFIX}share/postgresql/timezone/America/Moncton
${PG_SUBPREFIX}share/postgresql/timezone/America/Inuvik
@@ -232,6 +234,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Rainy_River
${PG_SUBPREFIX}share/postgresql/timezone/America/Rankin_Inlet
${PG_SUBPREFIX}share/postgresql/timezone/America/Recife
${PG_SUBPREFIX}share/postgresql/timezone/America/Regina
+${PG_SUBPREFIX}share/postgresql/timezone/America/Resolute
${PG_SUBPREFIX}share/postgresql/timezone/America/Rio_Branco
${PG_SUBPREFIX}share/postgresql/timezone/America/Rosario
${PG_SUBPREFIX}share/postgresql/timezone/America/Santiago
@@ -360,6 +363,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Bermuda
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Canary
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Cape_Verde
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faeroe
+${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faroe
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Jan_Mayen
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Madeira
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Reykjavik
@@ -373,6 +377,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Broken_Hill
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Canberra
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Currie
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Darwin
+${PG_SUBPREFIX}share/postgresql/timezone/Australia/Eucla
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Hobart
${PG_SUBPREFIX}share/postgresql/timezone/Australia/LHI
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Lindeman
@@ -611,6 +616,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Universal
${PG_SUBPREFIX}share/postgresql/timezone/W-SU
${PG_SUBPREFIX}share/postgresql/timezone/WET
${PG_SUBPREFIX}share/postgresql/timezone/Zulu
+${PG_SUBPREFIX}share/postgresql/timezone/posixrules
@dirrm ${PG_SUBPREFIX}share/postgresql/timezone/US
@dirrm ${PG_SUBPREFIX}share/postgresql/timezone/Pacific
@dirrm ${PG_SUBPREFIX}share/postgresql/timezone/Mideast
diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common
index d3191d335cb..e1b4139e847 100644
--- a/databases/postgresql81/Makefile.common
+++ b/databases/postgresql81/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2007/02/08 20:00:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.10.2.1 2007/05/12 14:39:51 salo Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -19,7 +19,11 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER?= jlam@NetBSD.org
HOMEPAGE?= http://www.postgresql.org/
-CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-* postgresql80-*
+CONFLICTS+= postgresql-[0-9]*
+CONFLICTS+= postgresql73-*
+CONFLICTS+= postgresql74-*
+CONFLICTS+= postgresql80-*
+CONFLICTS+= postgresql82-*
DISTINFO_FILE?= ${.CURDIR}/../postgresql81/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../postgresql81/files
@@ -32,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches
#
# Note: Do not forget jdbc-postgresql81 when updating version
#
-DIST_VERS?= 8.1.8
+DIST_VERS?= 8.1.9
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS}
diff --git a/databases/postgresql81/distinfo b/databases/postgresql81/distinfo
index e85acad5f99..770afd04c03 100644
--- a/databases/postgresql81/distinfo
+++ b/databases/postgresql81/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2007/02/08 20:00:46 adam Exp $
+$NetBSD: distinfo,v 1.8.2.1 2007/05/12 14:39:51 salo Exp $
-SHA1 (postgresql-8.1.8.tar.bz2) = 1981d2a1ff1146bb74c713210b12e623312de600
-RMD160 (postgresql-8.1.8.tar.bz2) = 693ca1d84f52331f2bfbd11122f8ce4c6a807dfa
-Size (postgresql-8.1.8.tar.bz2) = 11702893 bytes
+SHA1 (postgresql-8.1.9.tar.bz2) = ba0b09ce916ee19a3cc6eb9f614bc05c7babc5ac
+RMD160 (postgresql-8.1.9.tar.bz2) = ab86aac72e6ecdc5806da14afd877d86ace0a626
+Size (postgresql-8.1.9.tar.bz2) = 11723124 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = 5bf5f46e86025772cbdb9c9d22c942b40288f82f
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9
diff --git a/databases/postgresql82-client/PLIST b/databases/postgresql82-client/PLIST
index d04acfc1ac8..0cc4ede8e0f 100644
--- a/databases/postgresql82-client/PLIST
+++ b/databases/postgresql82-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/02/08 20:00:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.4.2.1 2007/05/12 14:39:52 salo Exp $
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/af/LC_MESSAGES/libpq.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/initdb.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libpq.mo
@@ -63,6 +63,7 @@ ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/pg_controldata.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/pg_dump.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/pg_resetxlog.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/psql.mo
+${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/pg_config.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/initdb.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libpq.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/pg_config.mo
@@ -694,7 +695,8 @@ ${PG_SUBPREFIX}share/doc/postgresql/FAQ_MINGW
${PG_SUBPREFIX}share/doc/postgresql/FAQ_SCO
${PG_SUBPREFIX}share/doc/postgresql/FAQ_Solaris
${PG_SUBPREFIX}share/doc/postgresql/FAQ_brazilian
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese
+${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese_simp
+${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese_trad
${PG_SUBPREFIX}share/doc/postgresql/FAQ_czech
${PG_SUBPREFIX}share/doc/postgresql/FAQ_farsi
${PG_SUBPREFIX}share/doc/postgresql/FAQ_french
@@ -1169,6 +1171,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-19.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -1186,6 +1189,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -1199,6 +1203,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
@@ -1216,11 +1221,13 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-9.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
@@ -1486,7 +1493,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/wal-intro.html
${PG_SUBPREFIX}share/doc/postgresql/html/wal-reliability.html
${PG_SUBPREFIX}share/doc/postgresql/html/wal.html
${PG_SUBPREFIX}share/doc/postgresql/html/warm-standby.html
-${PG_SUBPREFIX}share/doc/postgresql/html/x71115.html
+${PG_SUBPREFIX}share/doc/postgresql/html/x71171.html
${PG_SUBPREFIX}share/doc/postgresql/html/xaggr.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-c.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-internal.html
@@ -1536,4 +1543,3 @@ ${PG_SUBPREFIX}share/postgresql/psqlrc.sample
@dirrm ${PG_SUBPREFIX}include/postgresql
@dirrm ${PG_SUBPREFIX}include/libpq
${PG_DIRRM_SUBPREFIX}
-${PG_SUBPREFIX}share/locale/nb/LC_MESSAGES/pg_config.mo
diff --git a/databases/postgresql82-server/PLIST b/databases/postgresql82-server/PLIST
index 7df46d3f5a5..4f7610f5878 100644
--- a/databases/postgresql82-server/PLIST
+++ b/databases/postgresql82-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/03/20 18:17:13 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2.2.1 2007/05/12 14:39:52 salo Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -60,6 +60,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Abidjan
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Accra
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Addis_Ababa
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Algiers
+${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmara
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Asmera
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bamako
${PG_SUBPREFIX}share/postgresql/timezone/Africa/Bangui
@@ -181,6 +182,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Marengo
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Petersburg
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vevay
${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Vincennes
+${PG_SUBPREFIX}share/postgresql/timezone/America/Indiana/Winamac
${PG_SUBPREFIX}share/postgresql/timezone/America/Indianapolis
${PG_SUBPREFIX}share/postgresql/timezone/America/Inuvik
${PG_SUBPREFIX}share/postgresql/timezone/America/Iqaluit
@@ -229,6 +231,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Rainy_River
${PG_SUBPREFIX}share/postgresql/timezone/America/Rankin_Inlet
${PG_SUBPREFIX}share/postgresql/timezone/America/Recife
${PG_SUBPREFIX}share/postgresql/timezone/America/Regina
+${PG_SUBPREFIX}share/postgresql/timezone/America/Resolute
${PG_SUBPREFIX}share/postgresql/timezone/America/Rio_Branco
${PG_SUBPREFIX}share/postgresql/timezone/America/Rosario
${PG_SUBPREFIX}share/postgresql/timezone/America/Santiago
@@ -357,6 +360,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Bermuda
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Canary
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Cape_Verde
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faeroe
+${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Faroe
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Jan_Mayen
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Madeira
${PG_SUBPREFIX}share/postgresql/timezone/Atlantic/Reykjavik
@@ -370,6 +374,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Australia/Broken_Hill
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Canberra
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Currie
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Darwin
+${PG_SUBPREFIX}share/postgresql/timezone/Australia/Eucla
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Hobart
${PG_SUBPREFIX}share/postgresql/timezone/Australia/LHI
${PG_SUBPREFIX}share/postgresql/timezone/Australia/Lindeman
@@ -608,6 +613,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Universal
${PG_SUBPREFIX}share/postgresql/timezone/W-SU
${PG_SUBPREFIX}share/postgresql/timezone/WET
${PG_SUBPREFIX}share/postgresql/timezone/Zulu
+${PG_SUBPREFIX}share/postgresql/timezone/posixrules
${PG_SUBPREFIX}share/postgresql/timezonesets/Africa.txt
${PG_SUBPREFIX}share/postgresql/timezonesets/America.txt
${PG_SUBPREFIX}share/postgresql/timezonesets/Antarctica.txt
diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common
index 3c48719d71c..9795017067d 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2007/02/08 20:00:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.4.2.1 2007/05/12 14:39:52 salo Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -20,10 +20,10 @@ MAINTAINER?= adam@NetBSD.org
HOMEPAGE?= http://www.postgresql.org/
CONFLICTS+= postgresql-[0-9]*
-CONFLICTS+= postgresql73-[0-9]*
-CONFLICTS+= postgresql74-[0-9]*
-CONFLICTS+= postgresql80-[0-9]*
-CONFLICTS+= postgresql81-[0-9]*
+CONFLICTS+= postgresql73-*
+CONFLICTS+= postgresql74-*
+CONFLICTS+= postgresql80-*
+CONFLICTS+= postgresql81-*
DISTINFO_FILE?= ${.CURDIR}/../postgresql82/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../postgresql82/files
@@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql82/patches
#
# Note: Do not forget jdbc-postgresql82 when updating version
#
-DIST_VERS?= 8.2.3
+DIST_VERS?= 8.2.4
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}
diff --git a/databases/postgresql82/distinfo b/databases/postgresql82/distinfo
index 4a3e7307e9b..5cbae49269d 100644
--- a/databases/postgresql82/distinfo
+++ b/databases/postgresql82/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2007/02/08 20:00:27 adam Exp $
+$NetBSD: distinfo,v 1.6.2.1 2007/05/12 14:39:52 salo Exp $
-SHA1 (postgresql-8.2.3.tar.bz2) = 6b536fb9b120101b742adb6b5f8a7983b476d386
-RMD160 (postgresql-8.2.3.tar.bz2) = f5bb7182b8a5901ef03292c30c72762366c78ff6
-Size (postgresql-8.2.3.tar.bz2) = 12471567 bytes
+SHA1 (postgresql-8.2.4.tar.bz2) = 0d54a78b3ef83c2fb29b7109b06f17434e5cf831
+RMD160 (postgresql-8.2.4.tar.bz2) = 216612a33b19dd590c85bfd94e70f29ae1487c3a
+Size (postgresql-8.2.4.tar.bz2) = 12527803 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = c602b4c381c730368c19fb5ab765c69c7b5573bb
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9