The PostgreSQL 8.2.2 security update introduced a bug that has been fixed
by the PostgreSQL team in 8.2.3.
This commit is contained in:
parent
680d826a8d
commit
70b3cc9acd
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.100 2007/02/06 06:57:27 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.101 2007/02/07 15:29:25 mbalmer Exp $
|
||||
|
||||
COMMENT-main= "PostgreSQL RDBMS (client)"
|
||||
COMMENT-server= "PostgreSQL RDBMS (server)"
|
||||
COMMENT-docs= "PostgreSQL RDBMS documentation"
|
||||
|
||||
VERSION= 8.2.2
|
||||
VERSION= 8.2.3
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (postgresql-8.2.2.tar.gz) = 72cc3528e45917ec4712252ff273ee70
|
||||
RMD160 (postgresql-8.2.2.tar.gz) = 383551b90cc2c4e8d231113fe42ed91814ee79a4
|
||||
SHA1 (postgresql-8.2.2.tar.gz) = 9f1dd94dc818cd3928a9324d6388f8a964cef01f
|
||||
SIZE (postgresql-8.2.2.tar.gz) = 15513741
|
||||
MD5 (postgresql-8.2.3.tar.gz) = 2415a0c37adc5fff8db1af1406e724f9
|
||||
RMD160 (postgresql-8.2.3.tar.gz) = 0c0487fa45daf5c5dec3ce3faab1eb9ca346593c
|
||||
SHA1 (postgresql-8.2.3.tar.gz) = f14cbdeeed2b54acc3b61de3d04fec4080b4394f
|
||||
SIZE (postgresql-8.2.3.tar.gz) = 15515875
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.28 2007/02/06 06:57:27 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.29 2007/02/07 15:29:25 mbalmer Exp $
|
||||
@comment lib/libpq.so.5
|
||||
@man man/man7/drop_owned.7
|
||||
@man man/man7/reassign_owned.7
|
||||
@ -490,6 +490,7 @@ share/doc/postgresql/html/release-7-4.html
|
||||
share/doc/postgresql/html/release-8-0-1.html
|
||||
share/doc/postgresql/html/release-8-0-10.html
|
||||
share/doc/postgresql/html/release-8-0-11.html
|
||||
share/doc/postgresql/html/release-8-0-12.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
|
||||
@ -506,9 +507,11 @@ share/doc/postgresql/html/release-8-1-4.html
|
||||
share/doc/postgresql/html/release-8-1-5.html
|
||||
share/doc/postgresql/html/release-8-1-6.html
|
||||
share/doc/postgresql/html/release-8-1-7.html
|
||||
share/doc/postgresql/html/release-8-1-8.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-2.html
|
||||
share/doc/postgresql/html/release-8-2-3.html
|
||||
share/doc/postgresql/html/release-8-2.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
@ -775,7 +778,7 @@ share/doc/postgresql/html/wal-intro.html
|
||||
share/doc/postgresql/html/wal-reliability.html
|
||||
share/doc/postgresql/html/wal.html
|
||||
share/doc/postgresql/html/warm-standby.html
|
||||
share/doc/postgresql/html/x71114.html
|
||||
share/doc/postgresql/html/x71115.html
|
||||
share/doc/postgresql/html/xaggr.html
|
||||
share/doc/postgresql/html/xfunc-c.html
|
||||
share/doc/postgresql/html/xfunc-internal.html
|
||||
|
Loading…
Reference in New Issue
Block a user