commit: 5378291a91a7bd63b67cc9782bbb860abc69c75f Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Wed Sep 26 14:02:09 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> 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 <vdupras <AT> 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 <[email protected]> (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 <[email protected]> (16 Sep 2018) # media-libs/celt is going away, superseded by opus, bug #664154 media-sound/jack2 celt
