diff options
author | girgen <girgen@FreeBSD.org> | 2018-03-01 23:10:17 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2018-03-01 23:10:17 +0800 |
commit | 29e2ac9dc81d6885b7391028fde8eaa3d0c55911 (patch) | |
tree | 46a216959ab4ae1eba84aaaf4565abbd2499c8b8 /databases/postgresql94-server/Makefile | |
parent | cd33e6570b417c25aeac9a4416e18e615096123a (diff) | |
download | freebsd-ports-gnome-29e2ac9dc81d6885b7391028fde8eaa3d0c55911.tar.gz freebsd-ports-gnome-29e2ac9dc81d6885b7391028fde8eaa3d0c55911.tar.zst freebsd-ports-gnome-29e2ac9dc81d6885b7391028fde8eaa3d0c55911.zip |
2018-03-01 Security Update Release
The PostgreSQL Global Development Group has released an update to all supported
versions of the PostgreSQL database system, including 10.3, 9.6.8, 9.5.12,
9.4.17, and 9.3.22.
The purpose of this release is to address CVE-2018-1058, which describes how a
user can create like-named objects in different schemas that can change the
behavior of other users' queries and cause unexpected or malicious behavior,
also known as a "trojan-horse" attack. Most of this release centers around added
documentation that describes the issue and how to take steps to mitigate the
impact on PostgreSQL databases.
We strongly encourage all of our users to please visit
https://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path
for a detailed explanation of CVE-2018-1058 and how to protect your PostgreSQL
installations.
After evaluating the documentation for CVE-2018-1058, a database administrator
may need to take follow up steps on their PostgreSQL installations to ensure
they are protected from exploitation.
Security: CVE-2018-1058
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 fcf80ada35fe..b74c95b8c191 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.16 +DISTVERSION?= 9.4.17 PORTREVISION= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} |