aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql94-server/Makefile
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2016-10-27 22:04:55 +0800
committergirgen <girgen@FreeBSD.org>2016-10-27 22:04:55 +0800
commit3875f31e4787f09aeb510af1e31985c384322ba6 (patch)
tree5b347bd82f15f9cd341b9b99255952e73ecfa7e6 /databases/postgresql94-server/Makefile
parent5e4f6a320357ae60d6db3b2de827aa342ad27412 (diff)
downloadfreebsd-ports-gnome-3875f31e4787f09aeb510af1e31985c384322ba6.tar.gz
freebsd-ports-gnome-3875f31e4787f09aeb510af1e31985c384322ba6.tar.zst
freebsd-ports-gnome-3875f31e4787f09aeb510af1e31985c384322ba6.zip
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.
Diffstat (limited to 'databases/postgresql94-server/Makefile')
-rw-r--r--databases/postgresql94-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile
index c52babe2a45e..7031794a7bc0 100644
--- a/databases/postgresql94-server/Makefile
+++ b/databases/postgresql94-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 9.4.9
+DISTVERSION?= 9.4.10
MAINTAINER?= pgsql@FreeBSD.org
@@ -12,6 +12,6 @@ INSTALL_DIRS?= src/common src/timezone src/backend \
src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
src/bin/pg_basebackup
-ICU_PATCHFILE= pg-949-icu-2016-08-10.diff.gz
+ICU_PATCHFILE= pg-949-icu-2016-10-02.diff.gz
.include "${.CURDIR}/../postgresql92-server/Makefile"