diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2009-03-18 15:13:39 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2009-03-18 15:13:39 +0000 |
commit | e6109cdbcf9ebe450a8567e9bc392d8ed8b60748 (patch) | |
tree | af51ad662fc77318576e3072a7e77f249f0c7e9a /databases/postgresql81-server | |
parent | - Document netatalk -- arbitrary command execution in papd daemon (diff) |
Update PostgreSQL to latest versions.
The PostgreSQL Project today released minor versions updating all active
branches of the PostgreSQL object-relational database system, including
versions 8.3.7, 8.2.13, 8.1.17, 8.0.21 and 7.4.25. This release fixes a denial
of service issue with encoding conversion, and all users should update their
installations at the next reasonable opportunity.
There are 12 other minor fixes contained in these update releases, including
fixes for xpath() functions in version 8.3. See the release notes for full
details.
URL: http://www.postgresql.org/docs/8.3/static/release-8-3-7.html
URL: http://www.postgresql.org/docs/8.2/static/release-8-2-13.html
URL: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-17
URL: http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-21
URL: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-24
Notes
Notes:
svn path=/head/; revision=230359
Diffstat (limited to 'databases/postgresql81-server')
-rw-r--r-- | databases/postgresql81-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql81-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile index 49fa3209b119..6dcc403860c0 100644 --- a/databases/postgresql81-server/Makefile +++ b/databases/postgresql81-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 8.1.16 +PORTVERSION?= 8.1.17 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} diff --git a/databases/postgresql81-server/distinfo b/databases/postgresql81-server/distinfo index 0b1e927c4a0b..927ce73e4e07 100644 --- a/databases/postgresql81-server/distinfo +++ b/databases/postgresql81-server/distinfo @@ -1,6 +1,6 @@ -MD5 (postgresql/postgresql-8.1.16.tar.bz2) = 0ea222b92d68cc690ca9ee8275660c4b -SHA256 (postgresql/postgresql-8.1.16.tar.bz2) = 6bfd599b623a77602bae44751a3129b7c66089b087df77094244577151779321 -SIZE (postgresql/postgresql-8.1.16.tar.bz2) = 11772484 +MD5 (postgresql/postgresql-8.1.17.tar.bz2) = 082c37bbed468847e75762dc12bb6acf +SHA256 (postgresql/postgresql-8.1.17.tar.bz2) = 82954addb4a5753ed24081d84b3b8bdffd16ac4353776dfa43bbfdcc49fc5621 +SIZE (postgresql/postgresql-8.1.17.tar.bz2) = 11780776 MD5 (postgresql/hier-Pg8.1.2-0.5.5.diff.gz) = 15916bf13b99702599ce70b6475f7d86 SHA256 (postgresql/hier-Pg8.1.2-0.5.5.diff.gz) = 14ecc3809ce69f47c3460efee3fc7fce78f68802936650fc4e1132adffd41d1e SIZE (postgresql/hier-Pg8.1.2-0.5.5.diff.gz) = 31203 |