From 555c4daaafda5e48ee85b9e3d45b9e58ef62f372 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 18 Jun 2015 14:46:13 +0000 Subject: Changes: This release primarily fixes issues not successfully fixed in prior releases. It should be applied as soon as possible all users of major versions 9.3 and 9.4. Other users should apply at the next available downtime. Crash Recovery Fixes: 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. --- databases/postgresql91/Makefile.common | 4 ++-- databases/postgresql91/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/postgresql91') diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 209a6069de5..48fed119931 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2015/06/08 12:52:07 adam Exp $ +# $NetBSD: Makefile.common,v 1.26 2015/06/18 14:46:14 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql91-server/Makefile # used by databases/postgresql91-upgrade/Makefile -DISTNAME= postgresql-9.1.17 +DISTNAME= postgresql-9.1.18 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index 7ad6c9ad67e..0c1bee788c0 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2015/06/08 12:52:07 adam Exp $ +$NetBSD: distinfo,v 1.24 2015/06/18 14:46:14 adam Exp $ -SHA1 (postgresql-9.1.17.tar.bz2) = e5d81fc7bfca5441e1cc8cbbadea2895f2c42135 -RMD160 (postgresql-9.1.17.tar.bz2) = 15caeb52d32d292cb6bab6948109ab5a7ae32bb3 -Size (postgresql-9.1.17.tar.bz2) = 15817867 bytes +SHA1 (postgresql-9.1.18.tar.bz2) = f17aa02514bb1a079179e9ca555ac0c19e21c14c +RMD160 (postgresql-9.1.18.tar.bz2) = 4c1b75903149a47e18995a5fe9f87c14bf0e22dc +Size (postgresql-9.1.18.tar.bz2) = 15822081 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 -- cgit v1.2.3