Upgrade to PostgreSQL 8.3.3; bug fix release.

ok mbalmer@
This commit is contained in:
brad 2008-07-18 06:57:30 +00:00
parent 0f27cb0d3e
commit e82a2ea57d
9 changed files with 60 additions and 47 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.115 2008/03/24 17:26:12 simon Exp $
# $OpenBSD: Makefile,v 1.116 2008/07/18 06:57:30 brad Exp $
COMMENT-main= PostgreSQL RDBMS (client)
COMMENT-server= PostgreSQL RDBMS (server)
COMMENT-docs= PostgreSQL RDBMS documentation
COMMENT-contrib=PostgreSQL RDBMS contributions
VERSION= 8.3.1
VERSION= 8.3.3
DISTNAME= postgresql-${VERSION}
PKGNAME-main= postgresql-client-${VERSION}
PKGNAME-server= postgresql-server-${VERSION}

View File

@ -1,5 +1,5 @@
MD5 (postgresql-8.3.1.tar.gz) = ka5mynpgUavknYzqc3qazA==
RMD160 (postgresql-8.3.1.tar.gz) = qkQfwbAP0E9U4kvxDZBK3Q3a0UI=
SHA1 (postgresql-8.3.1.tar.gz) = T3lyfM9QZAjpzPQiFiluFukqv3U=
SHA256 (postgresql-8.3.1.tar.gz) = cEo4e0pMB3QnztjR8Si5j87AqKnE8lDvrKm8Rbs1s5c=
SIZE (postgresql-8.3.1.tar.gz) = 17476887
MD5 (postgresql-8.3.3.tar.gz) = BKhnaUM1RrpAKAxvuuoT+w==
RMD160 (postgresql-8.3.3.tar.gz) = Y5DxDZDsGzsYYKNENMOXtzsMDR4=
SHA1 (postgresql-8.3.3.tar.gz) = 7tQg3DBoNvFs/oN+Y7+B4gAGxlg=
SHA256 (postgresql-8.3.3.tar.gz) = IjqaiLAFGpKWeN3VwDtkZzdnuzenX1ZtBsQGgtKsxIY=
SIZE (postgresql-8.3.3.tar.gz) = 17500570

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.6 2008/03/24 17:26:12 simon Exp $
--- configure.orig Fri Nov 16 05:59:25 2007
+++ configure Tue Nov 27 15:35:52 2007
@@ -7053,7 +7053,7 @@ fi
$OpenBSD: patch-configure,v 1.7 2008/07/18 06:57:30 brad Exp $
--- configure.orig Sun Jun 8 20:38:40 2008
+++ configure Sun Jul 6 22:32:09 2008
@@ -7107,7 +7107,7 @@ fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
if test "$ac_cv_search_com_err" = no; then

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_interfaces_libpq_Makefile,v 1.4 2008/03/24 17:26:12 simon Exp $
--- src/interfaces/libpq/Makefile.orig Tue Jul 24 11:00:27 2007
+++ src/interfaces/libpq/Makefile Tue Nov 27 15:38:54 2007
$OpenBSD: patch-src_interfaces_libpq_Makefile,v 1.5 2008/07/18 06:57:30 brad Exp $
--- src/interfaces/libpq/Makefile.orig Wed Apr 16 10:21:22 2008
+++ src/interfaces/libpq/Makefile Sun Jul 6 22:32:09 2008
@@ -16,8 +16,8 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
@ -11,4 +11,4 @@ $OpenBSD: patch-src_interfaces_libpq_Makefile,v 1.4 2008/03/24 17:26:12 simon Ex
+SO_MINOR_VERSION= ${LIBpq_MINOR}
DLTYPE= library
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port

View File

@ -1,6 +1,3 @@
* Important note for users familiar with former versions of this package:
The postgresql-server package does no longer install a default database.
To use the postgresql server you have to create a database first.
You find detailed instructions on how to install a database in the file

View File

@ -1,9 +1,9 @@
@comment $OpenBSD: PLIST-contrib,v 1.3 2008/03/24 17:26:12 simon Exp $
@comment $OpenBSD: PLIST-contrib,v 1.4 2008/07/18 06:57:30 brad Exp $
@conflict postgresql-uuid-*
@pkgpath devel/uuid,-pgsql
bin/oid2name
bin/pgbench
bin/vacuumlo
@bin bin/oid2name
@bin bin/pgbench
@bin bin/vacuumlo
lib/postgresql/_int.so
lib/postgresql/adminpack.so
lib/postgresql/autoinc.so
@ -26,6 +26,7 @@ lib/postgresql/pg_trgm.so
lib/postgresql/pgcrypto.so
lib/postgresql/pgrowlocks.so
lib/postgresql/pgstattuple.so
lib/postgresql/pgxml.so
lib/postgresql/refint.so
lib/postgresql/seg.so
lib/postgresql/sslinfo.so
@ -59,6 +60,7 @@ share/postgresql/contrib/pg_trgm.sql
share/postgresql/contrib/pgcrypto.sql
share/postgresql/contrib/pgrowlocks.sql
share/postgresql/contrib/pgstattuple.sql
share/postgresql/contrib/pgxml.sql
share/postgresql/contrib/refint.sql
share/postgresql/contrib/seg.sql
share/postgresql/contrib/sslinfo.sql
@ -88,6 +90,7 @@ share/postgresql/contrib/uninstall_pg_trgm.sql
share/postgresql/contrib/uninstall_pgcrypto.sql
share/postgresql/contrib/uninstall_pgrowlocks.sql
share/postgresql/contrib/uninstall_pgstattuple.sql
share/postgresql/contrib/uninstall_pgxml.sql
share/postgresql/contrib/uninstall_seg.sql
share/postgresql/contrib/uninstall_sslinfo.sql
share/postgresql/contrib/uninstall_tablefunc.sql

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-docs,v 1.35 2008/03/24 17:26:12 simon Exp $
@comment $OpenBSD: PLIST-docs,v 1.36 2008/07/18 06:57:30 brad Exp $
share/doc/postgresql/COPYRIGHT
share/doc/postgresql/FAQ
share/doc/postgresql/FAQ_DEV
@ -553,6 +553,8 @@ share/doc/postgresql/html/release-7-4-17.html
share/doc/postgresql/html/release-7-4-18.html
share/doc/postgresql/html/release-7-4-19.html
share/doc/postgresql/html/release-7-4-2.html
share/doc/postgresql/html/release-7-4-20.html
share/doc/postgresql/html/release-7-4-21.html
share/doc/postgresql/html/release-7-4-3.html
share/doc/postgresql/html/release-7-4-4.html
share/doc/postgresql/html/release-7-4-5.html
@ -568,6 +570,8 @@ share/doc/postgresql/html/release-8-0-12.html
share/doc/postgresql/html/release-8-0-13.html
share/doc/postgresql/html/release-8-0-14.html
share/doc/postgresql/html/release-8-0-15.html
share/doc/postgresql/html/release-8-0-16.html
share/doc/postgresql/html/release-8-0-17.html
share/doc/postgresql/html/release-8-0-2.html
share/doc/postgresql/html/release-8-0-3.html
share/doc/postgresql/html/release-8-0-4.html
@ -580,6 +584,8 @@ share/doc/postgresql/html/release-8-0.html
share/doc/postgresql/html/release-8-1-1.html
share/doc/postgresql/html/release-8-1-10.html
share/doc/postgresql/html/release-8-1-11.html
share/doc/postgresql/html/release-8-1-12.html
share/doc/postgresql/html/release-8-1-13.html
share/doc/postgresql/html/release-8-1-2.html
share/doc/postgresql/html/release-8-1-3.html
share/doc/postgresql/html/release-8-1-4.html
@ -596,8 +602,12 @@ share/doc/postgresql/html/release-8-2-4.html
share/doc/postgresql/html/release-8-2-5.html
share/doc/postgresql/html/release-8-2-6.html
share/doc/postgresql/html/release-8-2-7.html
share/doc/postgresql/html/release-8-2-8.html
share/doc/postgresql/html/release-8-2-9.html
share/doc/postgresql/html/release-8-2.html
share/doc/postgresql/html/release-8-3-1.html
share/doc/postgresql/html/release-8-3-2.html
share/doc/postgresql/html/release-8-3-3.html
share/doc/postgresql/html/release-8-3.html
share/doc/postgresql/html/release.html
share/doc/postgresql/html/resources.html

View File

@ -1,23 +1,23 @@
@comment $OpenBSD: PLIST-main,v 1.9 2008/03/24 17:26:12 simon Exp $
@comment $OpenBSD: PLIST-main,v 1.10 2008/07/18 06:57:30 brad Exp $
@conflict pgsql-*
@conflict pgsql-clients-*
@conflict postgresql-*
@pkgpath databases/postgresql
bin/clusterdb
bin/createdb
bin/createlang
bin/createuser
bin/dropdb
bin/droplang
bin/dropuser
bin/ecpg
bin/pg_config
bin/pg_dump
bin/pg_dumpall
bin/pg_restore
bin/psql
bin/reindexdb
bin/vacuumdb
@bin bin/clusterdb
@bin bin/createdb
@bin bin/createlang
@bin bin/createuser
@bin bin/dropdb
@bin bin/droplang
@bin bin/dropuser
@bin bin/ecpg
@bin bin/pg_config
@bin bin/pg_dump
@bin bin/pg_dumpall
@bin bin/pg_restore
@bin bin/psql
@bin bin/reindexdb
@bin bin/vacuumdb
include/postgresql/
include/postgresql/ecpg_config.h
include/postgresql/ecpg_informix.h
@ -83,7 +83,7 @@ lib/postgresql/pgxs/src/makefiles/pgxs.mk
lib/postgresql/pgxs/src/nls-global.mk
lib/postgresql/pgxs/src/test/
lib/postgresql/pgxs/src/test/regress/
lib/postgresql/pgxs/src/test/regress/pg_regress
@bin lib/postgresql/pgxs/src/test/regress/pg_regress
@man man/man1/clusterdb.1
@man man/man1/createdb.1
@man man/man1/createlang.1
@ -308,6 +308,7 @@ share/postgresql/timezone/America/Argentina/La_Rioja
share/postgresql/timezone/America/Argentina/Mendoza
share/postgresql/timezone/America/Argentina/Rio_Gallegos
share/postgresql/timezone/America/Argentina/San_Juan
share/postgresql/timezone/America/Argentina/San_Luis
share/postgresql/timezone/America/Argentina/Tucuman
share/postgresql/timezone/America/Argentina/Ushuaia
share/postgresql/timezone/America/Aruba
@ -490,6 +491,7 @@ share/postgresql/timezone/Asia/Dubai
share/postgresql/timezone/Asia/Dushanbe
share/postgresql/timezone/Asia/Gaza
share/postgresql/timezone/Asia/Harbin
share/postgresql/timezone/Asia/Ho_Chi_Minh
share/postgresql/timezone/Asia/Hong_Kong
share/postgresql/timezone/Asia/Hovd
share/postgresql/timezone/Asia/Irkutsk
@ -502,6 +504,7 @@ share/postgresql/timezone/Asia/Kamchatka
share/postgresql/timezone/Asia/Karachi
share/postgresql/timezone/Asia/Kashgar
share/postgresql/timezone/Asia/Katmandu
share/postgresql/timezone/Asia/Kolkata
share/postgresql/timezone/Asia/Krasnoyarsk
share/postgresql/timezone/Asia/Kuala_Lumpur
share/postgresql/timezone/Asia/Kuching

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-server,v 1.14 2008/03/24 17:26:12 simon Exp $
@comment $OpenBSD: PLIST-server,v 1.15 2008/07/18 06:57:30 brad Exp $
@conflict pgsql-*
@conflict pgsql-clients-*
@conflict postgresql-clients-*
@ -6,13 +6,13 @@
@conflict postgresql-*
@newgroup _postgresql:503
@newuser _postgresql:503:_postgresql:daemon:PostgreSQL Manager:/var/postgresql:/bin/sh
bin/initdb
@bin bin/initdb
bin/ipcclean
bin/pg_controldata
bin/pg_ctl
bin/pg_resetxlog
bin/pg_standby
bin/postgres
@bin bin/pg_controldata
@bin bin/pg_ctl
@bin bin/pg_resetxlog
@bin bin/pg_standby
@bin bin/postgres
bin/postmaster
include/postgresql/server/
include/postgresql/server/access/