From 5378291a91a7bd63b67cc9782bbb860abc69c75f Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 26 Sep 2018 10:02:09 -0400 Subject: [PATCH] profiles: hard-mask server USE flag on dev-python/paramiko For security reasons. Bug: https://bugs.gentoo.org/666619 Signed-off-by: Virgil Dupras --- 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 273a60536a3c..a11b641539ca 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 -- 2.26.2