summaryrefslogtreecommitdiff
path: root/databases/postgresql91-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-04-09 12:51:44 +0000
committeradam <adam@pkgsrc.org>2016-04-09 12:51:44 +0000
commitc1273ab2e1a33f57a3b87babc6d69c5423adf79c (patch)
treefc209f22259c95a48d9a94254be83ec30b742a91 /databases/postgresql91-client
parentba4546c8b36b2bdb98606302efbe8ab5950bd003 (diff)
downloadpkgsrc-c1273ab2e1a33f57a3b87babc6d69c5423adf79c.tar.gz
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible.
This release closes security hole CVE-2016-2193, where a query plan might get reused for more than one ROLE in the same session. This could cause the wrong set of Row Level Security (RLS) policies to be used for the query. The update also fixes CVE-2016-3065, a server crash bug triggered by using pageinspect with BRIN index pages. Since an attacker might be able to expose a few bytes of server memory, this crash is being treated as a security issue.
Diffstat (limited to 'databases/postgresql91-client')
-rw-r--r--databases/postgresql91-client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile
index dcd97fac2d4..a09ada4b056 100644
--- a/databases/postgresql91-client/Makefile
+++ b/databases/postgresql91-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2016/03/05 11:27:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2016/04/09 12:51:45 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql91/Makefile.common"