diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2015-06-12 13:00:49 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2015-06-12 13:00:49 +0000 |
commit | 07d49260206cba8769229ced8618dcf5e25024c8 (patch) | |
tree | 4f2608fdf21190bc7a9c03e658acc86d265c9cfa /databases/postgresql94-server | |
parent | devel/py-setuptools: Update to 17.0 (diff) |
Update PostgreSQL to latest versions.
Earlier update releases attempted to fix an issue in PostgreSQL 9.3 and 9.4
with "multixact wraparound", but failed to account for issues doing multixact
cleanup during crash recovery. This could cause servers to be unable to restart
after a crash. As such, all users of 9.3 and 9.4 should apply this update as
soon as possible.
URL: http://www.postgresql.org/about/news/1592/
Notes
Notes:
svn path=/head/; revision=389267
Diffstat (limited to 'databases/postgresql94-server')
-rw-r--r-- | databases/postgresql94-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql94-server/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index eaa34a8b37cf..5b35c963e82b 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.4.3 +DISTVERSION?= 9.4.4 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql94-server/distinfo b/databases/postgresql94-server/distinfo index 832e96b56c2c..8eb07f6aa184 100644 --- a/databases/postgresql94-server/distinfo +++ b/databases/postgresql94-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.4.3.tar.bz2) = 734acfd2ac352dd0cd353d226f3199c2e1a2730200998aea5b38cf685136d755 -SIZE (postgresql/postgresql-9.4.3.tar.bz2) = 17618524 +SHA256 (postgresql/postgresql-9.4.4.tar.bz2) = 538ed99688d6fdbec6fd166d1779cf4588bf2f16c52304e5ef29f904c43b0013 +SIZE (postgresql/postgresql-9.4.4.tar.bz2) = 17616272 SHA256 (postgresql/pg-941-icu-2015-04-18.diff.gz) = 30c1366539fd0833db37a98b32bd22e8da4538e58f8dbc2ad2f63dc54835609b SIZE (postgresql/pg-941-icu-2015-04-18.diff.gz) = 4279 |