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 DA705138334 for ; Wed, 26 Sep 2018 14:04:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A6DE086E; Wed, 26 Sep 2018 14:04:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 64CE8E086E for ; Wed, 26 Sep 2018 14:04:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A1A3A335CA3 for ; Wed, 26 Sep 2018 14:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B2323F8 for ; Wed, 26 Sep 2018 14:04:39 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1537970529.5378291a91a7bd63b67cc9782bbb860abc69c75f.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 5378291a91a7bd63b67cc9782bbb860abc69c75f X-VCS-Branch: master Date: Wed, 26 Sep 2018 14:04:39 +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-Archives-Salt: 08898df7-84f4-41f9-ba00-9a7d0456db8a X-Archives-Hash: 3e8698467fed1cdb9ed476978559f7ef commit: 5378291a91a7bd63b67cc9782bbb860abc69c75f Author: Virgil Dupras gentoo org> AuthorDate: Wed Sep 26 14:02:09 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Wed Sep 26 14:02:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5378291a profiles: hard-mask server USE flag on dev-python/paramiko For security reasons. Bug: https://bugs.gentoo.org/666619 Signed-off-by: Virgil Dupras gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 273a60536a3..a11b641539c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Virgil Dupras (26 Sep 2018) +# Server feature in paramiko is patched out for security reasons. It can +# be re-enabled with the 'server' USE flag, but this flag is hard +# masked. bug #666619 +dev-python/paramiko server + # Andreas Sturmlechner (16 Sep 2018) # media-libs/celt is going away, superseded by opus, bug #664154 media-sound/jack2 celt