diff options
author | adam <adam@pkgsrc.org> | 2007-02-05 11:58:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-02-05 11:58:42 +0000 |
commit | 77d481832b6e952151434426dbc82790c2ea05ff (patch) | |
tree | 449ade42d2ffe40ae1be48f854431d34baa28282 | |
parent | 9a63d628d24a8ee8eac3866474a9d116504454f9 (diff) | |
download | pkgsrc-77d481832b6e952151434426dbc82790c2ea05ff.tar.gz |
Changes 8.0.11:
* Remove security vulnerabilities that allowed connected users to
read backend memory
* Fix rare bug wherein btree index page splits could fail due to
choosing an infeasible split point
* Fix for rare Assert() crash triggered by UNION
* Tighten security of multi-byte character processing for UTF8
sequences over three bytes long
-rw-r--r-- | databases/postgresql80-client/PLIST | 5 | ||||
-rw-r--r-- | databases/postgresql80/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql80/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/databases/postgresql80-client/PLIST b/databases/postgresql80-client/PLIST index 158eac4affa..ce1b97589ef 100644 --- a/databases/postgresql80-client/PLIST +++ b/databases/postgresql80-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2007/01/08 20:30:42 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2007/02/05 11:58:42 adam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -949,6 +949,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html @@ -965,6 +966,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html @@ -975,6 +977,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-8.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common index 6aaf54fad9f..2aaabd4e1e2 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2007/01/08 20:30:42 adam Exp $ +# $NetBSD: Makefile.common,v 1.26 2007/02/05 11:58:42 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -35,7 +35,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql80/patches # # Note: Do not forget jdbc-postgresql80 when updating version # -DIST_VERS?= 8.0.10 +DIST_VERS?= 8.0.11 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql80-client+= postgresql80-client>=${BASE_VERS} diff --git a/databases/postgresql80/distinfo b/databases/postgresql80/distinfo index 2646ff8bb37..4e16dce60b3 100644 --- a/databases/postgresql80/distinfo +++ b/databases/postgresql80/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2007/01/08 20:30:42 adam Exp $ +$NetBSD: distinfo,v 1.16 2007/02/05 11:58:42 adam Exp $ -SHA1 (postgresql-8.0.10.tar.bz2) = 5b89d376cc83bf00b1acfe056a59f02e1c7e430a -RMD160 (postgresql-8.0.10.tar.bz2) = b07bf765f7bffda63272da28efce646846e4779c -Size (postgresql-8.0.10.tar.bz2) = 11164508 bytes +SHA1 (postgresql-8.0.11.tar.bz2) = 7cf90a668cd25b08d47a8e241a9b0252a20a0c74 +RMD160 (postgresql-8.0.11.tar.bz2) = 9c81af0921c52add774ccdaa851d65cf06181c6c +Size (postgresql-8.0.11.tar.bz2) = 11160644 bytes SHA1 (patch-aa) = d681a5b2bb4dfce4e3db1490b97fed1b99ff445f SHA1 (patch-ab) = 1a80710d13723f2c8130d8235bb40c43af9d9ccd SHA1 (patch-ac) = 092d96fe2baafe8eef731b45a85d33fc40584044 |