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/postgresql90-server/Makefile | 2 +- databases/postgresql90-server/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql90-server') diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index 6264650d611e..264e1b39d147 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.0.21 +DISTVERSION?= 9.0.22 PORTREVISION?= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} diff --git a/databases/postgresql90-server/distinfo b/databases/postgresql90-server/distinfo index 9939941b7391..c514c32c9c61 100644 --- a/databases/postgresql90-server/distinfo +++ b/databases/postgresql90-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.0.21.tar.bz2) = 6ed313dd4b12650fc5fc667cfef9f3f53c0f7664a6c2ecfba8d45e2b01709cb8 -SIZE (postgresql/postgresql-9.0.21.tar.bz2) = 15044880 +SHA256 (postgresql/postgresql-9.0.22.tar.bz2) = 94d4b20d854cd7fa4c9c322c0b602751edbc5ca0d4f29fe92f996e28bb32f8a5 +SIZE (postgresql/postgresql-9.0.22.tar.bz2) = 15046629 SHA256 (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 44436558d3414b964e6acda18148188be88446b3773d133a4b3b0d63d17bd807 SIZE (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 4412 -- cgit v1.2.3