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/postgresql92-server/Makefile | 2 +- databases/postgresql92-server/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql92-server') diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 889c6a6ca8bb..f45b2f48d5d3 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.12 +DISTVERSION?= 9.2.13 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} diff --git a/databases/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo index cd5aa212001b..bcd68ad23dd5 100644 --- a/databases/postgresql92-server/distinfo +++ b/databases/postgresql92-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.2.12.tar.bz2) = 5f381b15fb63f7aa6b221ee56677b6029db0ae4f84bc78768ff9e753063b6d03 -SIZE (postgresql/postgresql-9.2.12.tar.bz2) = 16396804 +SHA256 (postgresql/postgresql-9.2.13.tar.bz2) = 5dcbd6209a8c0f508504fa433486583a42caaa240c823e1b3576db8a72db6a44 +SIZE (postgresql/postgresql-9.2.13.tar.bz2) = 16401289 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