Update to 8.4.1.
Changelog: http://www.postgresql.org/docs/8.4/static/release-8-4-1.html Security fixes: http://www.postgresql.org/support/security "fine by me" mbalmer@, ok sthen@
This commit is contained in:
parent
b2fb0e5cc3
commit
41f7f6f53e
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.121 2009/07/21 19:43:45 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.122 2009/09/14 20:22:27 pea Exp $
|
||||
|
||||
COMMENT-main= PostgreSQL RDBMS (client)
|
||||
COMMENT-server= PostgreSQL RDBMS (server)
|
||||
COMMENT-docs= PostgreSQL RDBMS documentation
|
||||
COMMENT-contrib=PostgreSQL RDBMS contributions
|
||||
|
||||
VERSION= 8.4.0
|
||||
VERSION= 8.4.1
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (postgresql-8.4.0.tar.gz) = A9WFvPRMcN+UqbVC5rdrlQ==
|
||||
RMD160 (postgresql-8.4.0.tar.gz) = w3rA++HWbvZM5wqv44D4q6fXY0U=
|
||||
SHA1 (postgresql-8.4.0.tar.gz) = zhfdoqUUUtJ/d/ezAEkAV7XRWRY=
|
||||
SHA256 (postgresql-8.4.0.tar.gz) = g1j0ReYn1z1ZdVD+7DPd+T5dDMuwPi5LD4tubsgm97k=
|
||||
SIZE (postgresql-8.4.0.tar.gz) = 17113839
|
||||
MD5 (postgresql-8.4.1.tar.gz) = 77EplWCaq6LuXUOwO+Fhxg==
|
||||
RMD160 (postgresql-8.4.1.tar.gz) = lupLXNmk7pSoyt9tgOfh+pJYcw0=
|
||||
SHA1 (postgresql-8.4.1.tar.gz) = Yfx4C/h9u2GyjJGZgAz+ilNAS5w=
|
||||
SHA256 (postgresql-8.4.1.tar.gz) = SdQ9rXx2CDZJj3CHjy/qRJt9K6ZH17+9UD1T8bs79Ic=
|
||||
SIZE (postgresql-8.4.1.tar.gz) = 16765281
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.41 2009/07/21 19:43:45 pea Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.42 2009/09/14 20:22:27 pea Exp $
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/HISTORY
|
||||
share/doc/postgresql/INSTALL
|
||||
@ -574,6 +574,7 @@ 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-24.html
|
||||
share/doc/postgresql/html/release-7-4-25.html
|
||||
share/doc/postgresql/html/release-7-4-26.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
|
||||
@ -596,6 +597,7 @@ 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-20.html
|
||||
share/doc/postgresql/html/release-8-0-21.html
|
||||
share/doc/postgresql/html/release-8-0-22.html
|
||||
share/doc/postgresql/html/release-8-0-3.html
|
||||
share/doc/postgresql/html/release-8-0-4.html
|
||||
share/doc/postgresql/html/release-8-0-5.html
|
||||
@ -613,6 +615,7 @@ 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-16.html
|
||||
share/doc/postgresql/html/release-8-1-17.html
|
||||
share/doc/postgresql/html/release-8-1-18.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
|
||||
@ -627,6 +630,7 @@ 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-12.html
|
||||
share/doc/postgresql/html/release-8-2-13.html
|
||||
share/doc/postgresql/html/release-8-2-14.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
|
||||
@ -643,7 +647,9 @@ 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-6.html
|
||||
share/doc/postgresql/html/release-8-3-7.html
|
||||
share/doc/postgresql/html/release-8-3-8.html
|
||||
share/doc/postgresql/html/release-8-3.html
|
||||
share/doc/postgresql/html/release-8-4-1.html
|
||||
share/doc/postgresql/html/release-8-4.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.16 2009/07/21 19:43:45 pea Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.17 2009/09/14 20:22:27 pea Exp $
|
||||
@conflict pgsql-*
|
||||
@conflict pgsql-clients-*
|
||||
@conflict postgresql-clients-*
|
||||
@ -181,6 +181,8 @@ include/postgresql/server/executor/spi_priv.h
|
||||
include/postgresql/server/executor/tstoreReceiver.h
|
||||
include/postgresql/server/executor/tuptable.h
|
||||
include/postgresql/server/fmgr.h
|
||||
include/postgresql/server/foreign/
|
||||
include/postgresql/server/foreign/foreign.h
|
||||
include/postgresql/server/funcapi.h
|
||||
include/postgresql/server/getaddrinfo.h
|
||||
include/postgresql/server/getopt_long.h
|
||||
|
Loading…
Reference in New Issue
Block a user