diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2016-03-31 09:58:16 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2016-03-31 09:59:15 -0400 |
commit | b2d0a204703f79a7f320e4cf9be6a09904fe91d6 (patch) | |
tree | c054b551425d47d6c6d254ff1c28310f49461ec9 /dev-db/postgresql/postgresql-9999.ebuild | |
parent | app-crypt/gnupg: apply same compile for to 2.1 as for 2.0, bug #577254 (diff) | |
download | gentoo-b2d0a204703f79a7f320e4cf9be6a09904fe91d6.tar.gz gentoo-b2d0a204703f79a7f320e4cf9be6a09904fe91d6.tar.bz2 gentoo-b2d0a204703f79a7f320e4cf9be6a09904fe91d6.zip |
dev-db/postgresql: Security Update
Fixes security bug 578680.
See http://www.postgresql.org/about/news/1656/ for complete release
announcement.
Closes security hole CVE-2016-2193, where a query plan might get reused for more than one ROLE in the same session.
Fixes CVE-2016-3065, a server crash bug triggered by using pageinspect with BRIN index pages.
Additionally, support for Python 3.5 was added for PostgreSQL 9.5.
Bug: 578680, 574646
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db/postgresql/postgresql-9999.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 0f52d99f9e53..f3ff28eff02a 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit base eutils flag-o-matic git-2 linux-info multilib pam prefix \ python-single-r1 systemd user versionator |