From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 341BC13835A for ; Thu, 7 Jan 2021 21:25:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EE8CE0826; Thu, 7 Jan 2021 21:25:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 095EFE081E for ; Thu, 7 Jan 2021 21:25:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A720E335D65 for ; Thu, 7 Jan 2021 21:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1868D4C for ; Thu, 7 Jan 2021 21:25:15 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1610054289.3631ca33f21b46e72b9408af289cb1a2a925eb12.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/base/use.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 3631ca33f21b46e72b9408af289cb1a2a925eb12 X-VCS-Branch: master Date: Thu, 7 Jan 2021 21:25:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9b9cfa2-b7ab-410e-8666-90a9b94c8b25 X-Archives-Hash: effad1d4ef869d050ff52c1d91023e45 commit: 3631ca33f21b46e72b9408af289cb1a2a925eb12 Author: Brian Evans gentoo org> AuthorDate: Thu Jan 7 21:18:09 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Jan 7 21:18:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3631ca33 profiles: Mask PHP 7.2 and packages that depend on it exclusively Signed-off-by: Brian Evans gentoo.org> profiles/base/package.use.mask | 15 +++++++++++++++ profiles/base/use.mask | 5 +++++ profiles/package.mask | 9 +++++++++ 3 files changed, 29 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5d1fbac4039..31123461d8e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,21 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans (2021-01-07) +# Block test deps on packages until they can be updated +# Old phpunit does not work with new PHP and last is vulnerable +dev-php/PEAR-Crypt_GPG test +dev-php/PEAR-Text_Wiki_Mediawiki test +dev-php/PEAR-VersionControl_SVN test +dev-php/PHP_CodeSniffer test +dev-php/php-redmine-api test +dev-php/phptal test +dev-php/recaptcha test +dev-php/symfony-config test +dev-php/symfony-event-dispatcher test +dev-php/symfony-filesystem test +dev-php/symfony-finder test + # Sam James (2021-01-04) # Doc generation is broken, needs gtkdoc-mktmpl (gone from gtk-doc) # bug #723438 diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 827877fa309..11e7560900e 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans (2021-01-07) +# PHP 7.2 is security vulnerable and end-of-life +# Please upgrade to a newer slot +php_targets_php7-2 +php7-2 # Michał Górny (2021-01-01) # The support for python3.6 target in Gentoo is discontinued. diff --git a/profiles/package.mask b/profiles/package.mask index 08c8c4cb052..189fcd33bd2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,15 @@ #--- END OF EXAMPLES --- +# Brian Evans (2021-01-07) +# PHP 7.2 is security vulnerable and end-of-life +# Please upgrade to a newer slot +dev-lang/php:7.2 +virtual/httpd-php:7.2 +=dev-php/phpunit-5.7.15-r3 +=dev-php/PHP_CodeCoverage-4.0.7-r2 +=dev-php/PHP_TokenStream-1.4.11-r1 + # Joonas Niilola (2020-01-07) # Eterm's development stopped 2014 and upstream brought to life # its successor, terminology. Eterm is unmaintained in Gentoo with