summaryrefslogtreecommitdiff
path: root/databases/postgresql92/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2015-06-18 14:46:13 +0000
committeradam <adam>2015-06-18 14:46:13 +0000
commit555c4daaafda5e48ee85b9e3d45b9e58ef62f372 (patch)
tree983514c857076f2eb7a6069b746ef725be7395be /databases/postgresql92/Makefile.common
parentddeda777fa9d436fc457c6978924da582991eb1a (diff)
downloadpkgsrc-555c4daaafda5e48ee85b9e3d45b9e58ef62f372.tar.gz
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.
Diffstat (limited to 'databases/postgresql92/Makefile.common')
-rw-r--r--databases/postgresql92/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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