From 1bb58604e78cd16b6e83e2c8ed87e1f3bb5e01bb Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 2 Mar 2018 17:11:10 +0000 Subject: postgresqlNN: updated to 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22 PostgreSQL 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. --- databases/postgresql95-docs/PLIST | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases/postgresql95-docs') diff --git a/databases/postgresql95-docs/PLIST b/databases/postgresql95-docs/PLIST index 424fc08aa87..f5b329b164f 100644 --- a/databases/postgresql95-docs/PLIST +++ b/databases/postgresql95-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2018/02/08 20:53:58 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2018/03/02 17:11:11 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1168,6 +1168,7 @@ share/doc/postgresql/html/release-9-3-19.html share/doc/postgresql/html/release-9-3-2.html share/doc/postgresql/html/release-9-3-20.html share/doc/postgresql/html/release-9-3-21.html +share/doc/postgresql/html/release-9-3-22.html share/doc/postgresql/html/release-9-3-3.html share/doc/postgresql/html/release-9-3-4.html share/doc/postgresql/html/release-9-3-5.html @@ -1184,6 +1185,7 @@ share/doc/postgresql/html/release-9-4-13.html share/doc/postgresql/html/release-9-4-14.html share/doc/postgresql/html/release-9-4-15.html share/doc/postgresql/html/release-9-4-16.html +share/doc/postgresql/html/release-9-4-17.html share/doc/postgresql/html/release-9-4-2.html share/doc/postgresql/html/release-9-4-3.html share/doc/postgresql/html/release-9-4-4.html @@ -1196,6 +1198,7 @@ share/doc/postgresql/html/release-9-4.html share/doc/postgresql/html/release-9-5-1.html share/doc/postgresql/html/release-9-5-10.html share/doc/postgresql/html/release-9-5-11.html +share/doc/postgresql/html/release-9-5-12.html share/doc/postgresql/html/release-9-5-2.html share/doc/postgresql/html/release-9-5-3.html share/doc/postgresql/html/release-9-5-4.html -- cgit v1.2.3