Update PostgreSQL to version 8.1.2 and move the README.OpenBSD file to the
server package, so that the informationis always available and not only when the docs package is installed. This was requested by many people. SECURITY: Version 8.1.2 fixes security and other problems that were present in 8.1.0. See http://archives.postgresql.org/pgsql-announce/2006-01/msg00001.php for details.
This commit is contained in:
parent
6a39198c01
commit
9b330f2067
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.83 2006/01/07 11:11:17 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.84 2006/02/05 09:23:22 mbalmer Exp $
|
||||
|
||||
COMMENT= "PostgreSQL RDBMS (client)"
|
||||
COMMENT-server= "PostgreSQL RDBMS (server)"
|
||||
COMMENT-docs= "PostgreSQL RDBMS documentation"
|
||||
|
||||
VERSION= 8.1.0
|
||||
VERSION= 8.1.2
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
FULLPKGNAME= postgresql-client-${VERSION}p0
|
||||
PKGNAME-server= postgresql-server-${VERSION}p0
|
||||
PKGNAME-docs= postgresql-docs-${VERSION}p1
|
||||
FULLPKGNAME= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
PKGNAME-docs= postgresql-docs-${VERSION}
|
||||
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS= ecpg 5.1 \
|
||||
@ -116,6 +116,7 @@ post-install:
|
||||
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/postgresql
|
||||
@sed -e s#!!PREFIX!!#${TRUEPREFIX}#g ${FILESDIR}/README.OpenBSD > \
|
||||
${WRKBUILD}/README.OpenBSD
|
||||
${INSTALL_DATA} ${WRKBUILD}/README.OpenBSD ${PREFIX}/share/doc/postgresql
|
||||
${INSTALL_DATA} ${WRKBUILD}/README.OpenBSD \
|
||||
${PREFIX}/share/doc/postgresql
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (postgresql-8.1.0.tar.gz) = 644b50b88cd2b93e465bb8ff30da09ed
|
||||
RMD160 (postgresql-8.1.0.tar.gz) = f2e384d735d2d08db23655c441f24d251e3dc04f
|
||||
SHA1 (postgresql-8.1.0.tar.gz) = 57156b9048c33c6e0edd89495292ddde1bf30782
|
||||
SIZE (postgresql-8.1.0.tar.gz) = 14466382
|
||||
MD5 (postgresql-8.1.2.tar.gz) = 17ab8d3209f81d57222cbb0e2382de8b
|
||||
RMD160 (postgresql-8.1.2.tar.gz) = 98b9c376f89c4f498b57c99233aba4ac4111ab3c
|
||||
SHA1 (postgresql-8.1.2.tar.gz) = 338e43fec64263dfdf03b236a214d89ce7eb8ff0
|
||||
SIZE (postgresql-8.1.2.tar.gz) = 14503685
|
||||
|
@ -1,3 +1,2 @@
|
||||
For more information on using PostgreSQL in an OpenBSD environment,
|
||||
please install the postgresql-docs package and see
|
||||
${PREFIX}/share/doc/postgresql/README.OpenBSD.
|
||||
please see ${PREFIX}/share/doc/postgresql/README.OpenBSD.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.21 2005/11/08 22:07:33 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.22 2006/02/05 09:23:22 mbalmer Exp $
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/FAQ
|
||||
@ -6,7 +6,6 @@ share/doc/postgresql/FAQ_DEV
|
||||
share/doc/postgresql/HISTORY
|
||||
share/doc/postgresql/INSTALL
|
||||
share/doc/postgresql/README
|
||||
share/doc/postgresql/README.OpenBSD
|
||||
share/doc/postgresql/README.mb.big5
|
||||
share/doc/postgresql/README.mb.jp
|
||||
share/doc/postgresql/TODO
|
||||
@ -388,6 +387,8 @@ share/doc/postgresql/html/release-7-2.html
|
||||
share/doc/postgresql/html/release-7-3-1.html
|
||||
share/doc/postgresql/html/release-7-3-10.html
|
||||
share/doc/postgresql/html/release-7-3-11.html
|
||||
share/doc/postgresql/html/release-7-3-12.html
|
||||
share/doc/postgresql/html/release-7-3-13.html
|
||||
share/doc/postgresql/html/release-7-3-2.html
|
||||
share/doc/postgresql/html/release-7-3-3.html
|
||||
share/doc/postgresql/html/release-7-3-4.html
|
||||
@ -398,6 +399,8 @@ share/doc/postgresql/html/release-7-3-8.html
|
||||
share/doc/postgresql/html/release-7-3-9.html
|
||||
share/doc/postgresql/html/release-7-3.html
|
||||
share/doc/postgresql/html/release-7-4-1.html
|
||||
share/doc/postgresql/html/release-7-4-10.html
|
||||
share/doc/postgresql/html/release-7-4-11.html
|
||||
share/doc/postgresql/html/release-7-4-2.html
|
||||
share/doc/postgresql/html/release-7-4-3.html
|
||||
share/doc/postgresql/html/release-7-4-4.html
|
||||
@ -411,7 +414,11 @@ share/doc/postgresql/html/release-8-0-1.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
|
||||
share/doc/postgresql/html/release-8-0-5.html
|
||||
share/doc/postgresql/html/release-8-0-6.html
|
||||
share/doc/postgresql/html/release-8-0.html
|
||||
share/doc/postgresql/html/release-8-1-1.html
|
||||
share/doc/postgresql/html/release-8-1.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
share/doc/postgresql/html/role-attributes.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.8 2005/11/08 22:07:33 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.9 2006/02/05 09:23:22 mbalmer Exp $
|
||||
@conflict pgsql-*
|
||||
@conflict pgsql-clients-*
|
||||
@conflict postgresql-clients-*
|
||||
@ -391,6 +391,8 @@ include/postgresql/server/utils/varbit.h
|
||||
@man man/man1/pg_resetxlog.1
|
||||
@man man/man1/postgres.1
|
||||
@man man/man1/postmaster.1
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/README.OpenBSD
|
||||
share/postgresql/pg_hba.conf.sample
|
||||
share/postgresql/pg_ident.conf.sample
|
||||
share/postgresql/pg_service.conf.sample
|
||||
|
Loading…
x
Reference in New Issue
Block a user