diff options
author | girgen <girgen@FreeBSD.org> | 2018-05-11 21:10:52 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2018-05-11 21:10:52 +0800 |
commit | d26b3f58504a123a3a38c0f39ea5036031957693 (patch) | |
tree | ae1292bf25620027adb194f580c1551720b910f3 /databases/postgresql10-server/Makefile | |
parent | 8be5e43d02fc98df6a71e095d0e5d3d2f8d8ac2c (diff) | |
download | freebsd-ports-gnome-d26b3f58504a123a3a38c0f39ea5036031957693.tar.gz freebsd-ports-gnome-d26b3f58504a123a3a38c0f39ea5036031957693.tar.zst freebsd-ports-gnome-d26b3f58504a123a3a38c0f39ea5036031957693.zip |
Up
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23.
This release fixes one security issue as well as several bugs reported over the
last three months. Users should plan to update at the next convenient downtime.
Please see the "Updating" section for post-installation steps for the security
fix and the "incorrect volatility and parallel-safety markings" fix.
Releasenotes: https://www.postgresql.org/about/news/1851/
Security: CVE-2018-1115 Too-permissive access control list on function pg_logfile_rotate()
FreeBSD's port of PostgreSQL uses syslog by default, so the above security
problem is only a problem if you changed the logging configuration. Please
visit the releasenotes linked above and take the actions needed.
Diffstat (limited to 'databases/postgresql10-server/Makefile')
-rw-r--r-- | databases/postgresql10-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index 7d5adc31e28f..0efb39e759b9 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 10.3 -PORTREVISION?= 1 +DISTVERSION?= 10.4 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} |