summaryrefslogtreecommitdiff
path: root/databases/postgresql93/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2017-02-11 10:18:51 +0000
committeradam <adam>2017-02-11 10:18:51 +0000
commit5cf48ddd96dda84299e6addc2f9a5d8f0284fe2d (patch)
treeb2c287050ea7346bb17916cfe1b0be2a45d8e514 /databases/postgresql93/Makefile.common
parentaa95840866ef9426cddfe09c4f7cceb995d1a36b (diff)
downloadpkgsrc-5cf48ddd96dda84299e6addc2f9a5d8f0284fe2d.tar.gz
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months.
Diffstat (limited to 'databases/postgresql93/Makefile.common')
-rw-r--r--databases/postgresql93/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index 3c6d8f89d89..0810886e097 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2016/10/29 19:41:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2017/02/11 10:18:52 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
# used by databases/postgresql93-pltcl/Makefile
# used by databases/postgresql93-server/Makefile
-DISTNAME= postgresql-9.3.15
+DISTNAME= postgresql-9.3.16
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2