commit: c34a770c53d85ea5cd446c2d20af39f33107775b Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Aug 22 15:19:04 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Aug 22 15:19:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34a770c
profiles: Mask php 5.5 and associated packages profiles/base/package.use.mask | 6 ++++++ profiles/base/use.mask | 6 +++++- profiles/package.mask | 9 +++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3679d97..cc05585 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,12 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Brian Evans <[email protected]> (22 Aug 2016) +# Depends on masked, end-of-life php versions +=dev-libs/ossp-uuid-1.6.2-r4 php +=dev-libs/xapian-bindings-1.2.22 php +=www-servers/uwsgi-2.0.9 php + # Gilles Dartiguelongue <[email protected]> (21 Aug 2016) # Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date media-plugins/grilo-plugins chromaprint diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 5d34ee4..f9e6373 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,7 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Brian Evans <[email protected]> (22 Aug 2016) +# php 5.5 is end of life, masked for removal +php_targets_php5-5 + # Brian Evans <[email protected]> (2 Dec 2015) # php 5.4 is end of life, masked for removal php_targets_php5-4 diff --git a/profiles/package.mask b/profiles/package.mask index 49fad5e..cc63b3e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,15 @@ #--- END OF EXAMPLES --- +# Brian Evans <[email protected]> (22 Aug 2016) +# PHP 5.5 has reached end of life and will no longer receive security updates. +# Also include associated packages which do not work on newer versions +# Removal in 90 days +dev-lang/php:5.5 +dev-php/pecl-http:0 +=dev-php/pecl-mailparse-2.1.6-r1 + + # Pacho Ramos <[email protected]> (21 Aug 2016) # Ugly buildsystem, hard to bump, orphan (#462670). Removal in a month. x11-misc/ardesia
