summaryrefslogtreecommitdiff
path: root/databases/postgresql96/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2017-05-12 19:37:54 +0000
committeradam <adam>2017-05-12 19:37:54 +0000
commitc2dd90469b1d1ff79ecbaf635955cfb1cbe98c05 (patch)
treefc301f147b79e11ec02a4bfc9bc3e5fc270ba40b /databases/postgresql96/Makefile.common
parentc8dbb1cb74d070a86ca1e654383113b76917c240 (diff)
downloadpkgsrc-c2dd90469b1d1ff79ecbaf635955cfb1cbe98c05.tar.gz
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime.
Diffstat (limited to 'databases/postgresql96/Makefile.common')
-rw-r--r--databases/postgresql96/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql96/Makefile.common b/databases/postgresql96/Makefile.common
index 7df2de80ab7..b896f4d990e 100644
--- a/databases/postgresql96/Makefile.common
+++ b/databases/postgresql96/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2017/02/11 10:18:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2017/05/12 19:37:55 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/postgresql96-pltcl/Makefile
# used by databases/postgresql96-server/Makefile
-DISTNAME= postgresql-9.6.2
+DISTNAME= postgresql-9.6.3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2