From 441aedb9d33f3641aae4c943d7cb0b88b8d9e6ee 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/postgresql92/Makefile.common | 4 ++-- databases/postgresql92/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/postgresql92') diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common index 8cc15fcf250..bdf2ffef49f 100644 --- a/databases/postgresql92/Makefile.common +++ b/databases/postgresql92/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2015/06/08 12:52:08 adam Exp $ +# $NetBSD: Makefile.common,v 1.17 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/postgresql92-server/Makefile # used by databases/postgresql92-upgrade/Makefile -DISTNAME= postgresql-9.2.12 +DISTNAME= postgresql-9.2.13 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql92/distinfo b/databases/postgresql92/distinfo index 710599767fc..d2fa6fab7c4 100644 --- a/databases/postgresql92/distinfo +++ b/databases/postgresql92/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2015/06/08 12:52:08 adam Exp $ +$NetBSD: distinfo,v 1.14 2015/06/18 14:46:14 adam Exp $ -SHA1 (postgresql-9.2.12.tar.bz2) = 4b9278d15dcb6fd54ad33385275279c0cd8664c6 -RMD160 (postgresql-9.2.12.tar.bz2) = 41464ce018069951d3c3ddf4139917deb47f77ae -Size (postgresql-9.2.12.tar.bz2) = 16396804 bytes +SHA1 (postgresql-9.2.13.tar.bz2) = 8078c44b092dc25b8d338110e80872682fa42a2b +RMD160 (postgresql-9.2.13.tar.bz2) = 450e2bf5078f9e89141ccfad1299bab0c937bc2d +Size (postgresql-9.2.13.tar.bz2) = 16401289 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747 -- cgit v1.2.3