aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql95-server
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2018-03-01 15:10:17 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2018-03-01 15:10:17 +0000
commit70184a53b3d536dd32ba568c5326e1bcd5eabe27 (patch)
tree46a216959ab4ae1eba84aaaf4565abbd2499c8b8 /databases/postgresql95-server
parent272c5dad804d78daa5431fd584f37f3de5dd8efa (diff)
downloadports-70184a53b3d536dd32ba568c5326e1bcd5eabe27.tar.gz
ports-70184a53b3d536dd32ba568c5326e1bcd5eabe27.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
Notes
Notes: svn path=/head/; revision=463327
Diffstat (limited to 'databases/postgresql95-server')
-rw-r--r--databases/postgresql95-server/Makefile2
-rw-r--r--databases/postgresql95-server/distinfo6
-rw-r--r--databases/postgresql95-server/pkg-plist-client1
3 files changed, 5 insertions, 4 deletions
diff --git a/databases/postgresql95-server/Makefile b/databases/postgresql95-server/Makefile
index 06ce296829e7..19396ee663e0 100644
--- a/databases/postgresql95-server/Makefile
+++ b/databases/postgresql95-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 9.5.11
+DISTVERSION?= 9.5.12
PORTREVISION= 0
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT}
diff --git a/databases/postgresql95-server/distinfo b/databases/postgresql95-server/distinfo
index 18f0e80dc7a4..c146ae6b6e7a 100644
--- a/databases/postgresql95-server/distinfo
+++ b/databases/postgresql95-server/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1517868536
-SHA256 (postgresql/postgresql-9.5.11.tar.bz2) = 8182cd74e27a75ae39166b2603b5014f4272855b4101b40819761b853a77c8dd
-SIZE (postgresql/postgresql-9.5.11.tar.bz2) = 18572811
+TIMESTAMP = 1519745501
+SHA256 (postgresql/postgresql-9.5.12.tar.bz2) = 02e86f5c66467731bbec18fde96e0daf38c13c9141d8e7d41be663ab6fa6f698
+SIZE (postgresql/postgresql-9.5.12.tar.bz2) = 18589538
SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365
SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952
diff --git a/databases/postgresql95-server/pkg-plist-client b/databases/postgresql95-server/pkg-plist-client
index 7850ab86b07f..4015b0f92241 100644
--- a/databases/postgresql95-server/pkg-plist-client
+++ b/databases/postgresql95-server/pkg-plist-client
@@ -266,6 +266,7 @@ include/postgresql/server/executor/spi.h
include/postgresql/server/executor/spi_priv.h
include/postgresql/server/executor/tstoreReceiver.h
include/postgresql/server/executor/tuptable.h
+include/postgresql/server/fe_utils/connect.h
include/postgresql/server/fmgr.h
include/postgresql/server/foreign/fdwapi.h
include/postgresql/server/foreign/foreign.h