From 57c3f72fc137af2e08f70911d5ed32924f3b515c Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 27 Oct 2016 14:04:55 +0000 Subject: Update PostgreSQL to latest versions. The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. --- databases/postgresql96-server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql96-server/Makefile') diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile index 64a01ed6f3e4..a8a85e6a86de 100644 --- a/databases/postgresql96-server/Makefile +++ b/databases/postgresql96-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.6.0 +DISTVERSION?= 9.6.1 MAINTAINER?= pgsql@FreeBSD.org @@ -19,7 +19,7 @@ PG_USER?= postgres PG_GROUP?= postgres PG_UID?= 770 -ICU_PATCHFILE= pg-96b4-icu-2016-08-10.diff.gz +ICU_PATCHFILE= pg-96b4-icu-2016-10-02.diff.gz OPTIONS_DEFAULT+=ICU .include "${.CURDIR}/../postgresql92-server/Makefile" -- cgit v1.2.3