diff options
author | girgen <girgen@FreeBSD.org> | 2017-11-10 00:11:21 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2017-11-10 00:11:21 +0800 |
commit | 7395011ec7e9d5b0d2e2353db5804d20ce9f01c9 (patch) | |
tree | 12072c8e9a286a2e809428b869a857fc3ff517da /databases/postgresql94-server/Makefile | |
parent | fb8e31094d6e47d2c7a3302d39b8d21fb457a73d (diff) | |
download | freebsd-ports-gnome-7395011ec7e9d5b0d2e2353db5804d20ce9f01c9.tar.gz freebsd-ports-gnome-7395011ec7e9d5b0d2e2353db5804d20ce9f01c9.tar.zst freebsd-ports-gnome-7395011ec7e9d5b0d2e2353db5804d20ce9f01c9.zip |
Update to latest versions of PostgreSQL
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20,
and 9.2.24. This release fixes three security issues. This release also fixes
issues found in BRIN indexing, logical replication and other bugs reported over
the past three months.
Please note that the CVE-2017-12172 does not affect the FreeBSD port unless you
decided to not use the contrib/startscript instead of the startscript
distributed with the FreeBSD port/package.
Security: CVE-2017-12172, CVE-2017-15099, CVE-2017-15098
URL: https://www.postgresql.org/about/news/1801/
Diffstat (limited to 'databases/postgresql94-server/Makefile')
-rw-r--r-- | databases/postgresql94-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 0556d6332bd3..492c55accd36 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.14 +DISTVERSION?= 9.4.15 PORTREVISION= 0 MAINTAINER?= pgsql@FreeBSD.org |