From 07d49260206cba8769229ced8618dcf5e25024c8 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Fri, 12 Jun 2015 13:00:49 +0000 Subject: 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/ --- databases/postgresql91-server/Makefile | 2 +- databases/postgresql91-server/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql91-server') diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index f6dbe8626f41..90a47b9a120d 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.17 +DISTVERSION?= 9.1.18 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} diff --git a/databases/postgresql91-server/distinfo b/databases/postgresql91-server/distinfo index aa945e21cdcd..9b0f186512c3 100644 --- a/databases/postgresql91-server/distinfo +++ b/databases/postgresql91-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.1.17.tar.bz2) = ddddd0a250c4b415d2edbf90671808276f29d81ee01971806f8ec5f2beae16aa -SIZE (postgresql/postgresql-9.1.17.tar.bz2) = 15817867 +SHA256 (postgresql/postgresql-9.1.18.tar.bz2) = 2726d526666904b454f87fe2ae54357c2ab9eb8aba299a4c904829b7598584a8 +SIZE (postgresql/postgresql-9.1.18.tar.bz2) = 15822081 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 -- cgit v1.2.3