dev-python/paramiko: bump to 2.4.2

Also, disable the server feature by default for security reasons. It can
be re-enabled with the 'server' USE flag, which is going to be
hard-masked.

Bug: https://bugs.gentoo.org/666619
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
This commit is contained in:
Virgil Dupras
2018-09-26 09:56:25 -04:00
parent fd738e2f9e
commit 28e7e2b6cc
4 changed files with 112 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ are supported. SFTP client mode is now supported too.
用している所です。有名なCipherとHash処理の全てがサポートされています。SFTPクライ
アントもサポートされています。
</longdescription>
<use>
<flag name="server">Enable server feature</flag>
</use>
<upstream>
<remote-id type="pypi">paramiko</remote-id>
<remote-id type="github">paramiko/paramiko</remote-id>