Upgrade to PostgreSQL 8.3.5: bug fix release.
OK mbalmer@, ajacoutot@
This commit is contained in:
parent
fc9b92255c
commit
76e693807e
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.117 2008/10/09 06:05:39 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.118 2008/11/04 12:56:50 pea Exp $
|
||||
|
||||
COMMENT-main= PostgreSQL RDBMS (client)
|
||||
COMMENT-server= PostgreSQL RDBMS (server)
|
||||
COMMENT-docs= PostgreSQL RDBMS documentation
|
||||
COMMENT-contrib=PostgreSQL RDBMS contributions
|
||||
|
||||
VERSION= 8.3.4
|
||||
VERSION= 8.3.5
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
@ -107,7 +107,6 @@ MAKE_ENV= LIBpq_MAJOR=${LIBpq_VERSION:R} \
|
||||
LIBpgtypes_MAJOR=${LIBpgtypes_VERSION:R} \
|
||||
LIBpgtypes_MINOR=${LIBpgtypes_VERSION:E}
|
||||
|
||||
|
||||
# Regression tests must be done manually and not as root. Successful
|
||||
# runs have been achieved on the i386 using the following:
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (postgresql-8.3.4.tar.gz) = shcvtU/qo0Lp1jjuxgQQ4Q==
|
||||
RMD160 (postgresql-8.3.4.tar.gz) = B4zAHhLtXvWHQ/ts+xoV8yBtNX8=
|
||||
SHA1 (postgresql-8.3.4.tar.gz) = Hm64aiGQe1y0h9YDTCBaK5oyYos=
|
||||
SHA256 (postgresql-8.3.4.tar.gz) = EtFLZpcyfv7CudHgzE/DtHgfsBiBklakLUeC0KMbVNw=
|
||||
SIZE (postgresql-8.3.4.tar.gz) = 17525794
|
||||
MD5 (postgresql-8.3.5.tar.gz) = odcMRpf+ihFKooq4z7fV5Q==
|
||||
RMD160 (postgresql-8.3.5.tar.gz) = NAIqY6QhrWu8uaZMZ+fvqWnidhI=
|
||||
SHA1 (postgresql-8.3.5.tar.gz) = 4hOc79j6ripK9LadSqmBp+JrETw=
|
||||
SHA256 (postgresql-8.3.5.tar.gz) = jsBZkBrx92vkZ+bmNJVbHZfKSLgSVAgvyIcONbftPpI=
|
||||
SIZE (postgresql-8.3.5.tar.gz) = 17547245
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.37 2008/10/09 06:05:39 brad Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.38 2008/11/04 12:56:50 pea Exp $
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/FAQ
|
||||
share/doc/postgresql/FAQ_DEV
|
||||
@ -556,6 +556,7 @@ 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-22.html
|
||||
share/doc/postgresql/html/release-7-4-23.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
|
||||
@ -574,6 +575,7 @@ 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-18.html
|
||||
share/doc/postgresql/html/release-8-0-19.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
|
||||
@ -589,6 +591,7 @@ 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-14.html
|
||||
share/doc/postgresql/html/release-8-1-15.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
|
||||
@ -600,6 +603,7 @@ share/doc/postgresql/html/release-8-1-9.html
|
||||
share/doc/postgresql/html/release-8-1.html
|
||||
share/doc/postgresql/html/release-8-2-1.html
|
||||
share/doc/postgresql/html/release-8-2-10.html
|
||||
share/doc/postgresql/html/release-8-2-11.html
|
||||
share/doc/postgresql/html/release-8-2-2.html
|
||||
share/doc/postgresql/html/release-8-2-3.html
|
||||
share/doc/postgresql/html/release-8-2-4.html
|
||||
@ -613,6 +617,7 @@ 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-4.html
|
||||
share/doc/postgresql/html/release-8-3-5.html
|
||||
share/doc/postgresql/html/release-8-3.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.11 2008/10/09 06:05:39 brad Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.12 2008/11/04 12:56:50 pea Exp $
|
||||
@conflict pgsql-*
|
||||
@conflict pgsql-clients-*
|
||||
@conflict postgresql-*
|
||||
@ -307,6 +307,7 @@ share/postgresql/timezone/America/Argentina/Jujuy
|
||||
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/Salta
|
||||
share/postgresql/timezone/America/Argentina/San_Juan
|
||||
share/postgresql/timezone/America/Argentina/San_Luis
|
||||
share/postgresql/timezone/America/Argentina/Tucuman
|
||||
|
Loading…
Reference in New Issue
Block a user