public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/
Date: Thu, 23 Mar 2017 15:35:32 +0000 (UTC)	[thread overview]
Message-ID: <1490283312.fe1bdbd7422aa89d8dbd8e13b4b8d77c39e2adf0.kentnl@gentoo> (raw)

commit:     fe1bdbd7422aa89d8dbd8e13b4b8d77c39e2adf0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 15:34:50 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 15:35:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1bdbd7

dev-perl/Net-SSH-Perl: Bump to version 2.90.0_p1

Upstream:
- Drop a bunch load of deps in favour of some simpler ones
- Prefer sha256-base64 for fingerprints
- ECDSA Key support
- Remove obsolete ciphers
- And much much more

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Net-SSH-Perl/Manifest                     |  1 +
 .../Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1.ebuild     | 38 ++++++++++++++++++++++
 dev-perl/Net-SSH-Perl/metadata.xml                 | 30 ++++++++++++++++-
 3 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Net-SSH-Perl/Manifest b/dev-perl/Net-SSH-Perl/Manifest
index ef995999e89..afa490dfeef 100644
--- a/dev-perl/Net-SSH-Perl/Manifest
+++ b/dev-perl/Net-SSH-Perl/Manifest
@@ -1,2 +1,3 @@
 DIST Net-SSH-Perl-1.36.tar.gz 117219 SHA256 18c84300105ada6617f840b2e9a233a4584a2e86c3706ba536f7d2fa0e4969da SHA512 4157d10a8dc107af17ab711102dea79b4b0b598d6c15d6f350f3a2eaf9be917c4410885d38de0dab4bbf1277875f03d5b10ca7350ba1300fdffc385c430c588f WHIRLPOOL 1cea741e7b9583c6deca11882d11e6dedf909695c457f3e6f8f2032e89cc9a7442ea14289491693d2112ee32e06b62419f4c7fef1a21ea721276fd0ed4f16447
 DIST Net-SSH-Perl-1.42.tar.gz 120783 SHA256 e132f27a9c9fa96100f9ab77961035446fbb4aa3e56b249fcaa9080e4a3897d5 SHA512 67275e99890948376c7f6feb5be1979f45b5fda2afe440108b3819db192fd41b43e9ee94e7e643671384b37972842f40ce3519cbeef98b6ee796a68e4bfe20dd WHIRLPOOL 08325fccdce0ee0a741fdad5de2c069d74e23043b78e88557fcee13f055fe211f13658e0a371ce8756fd4cc8a50c3e5d7b5991372c78087288c003eba7af7a3f
+DIST Net-SSH-Perl-2.09.01.tar.gz 255286 SHA256 eec0e3a9f740ed292db404daed230fdf29aef80c951704ad1a857aad5c2d5640 SHA512 e7d7194e175490ba0849357ebbb504932d97b358722f2045e0acbaba9c14dc945629bd5653b36934317632e0d3894525e4f34ea48b494f2cc815959106138b44 WHIRLPOOL bebfc01f15a84e897c71387949fe073e392ceb0f0a504480ab64eac942cca67772a7a066b77698aba001a7d60ae21a803f7352974890ed654210a994444331ee

diff --git a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1.ebuild b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1.ebuild
new file mode 100644
index 00000000000..52cb2d6d91b
--- /dev/null
+++ b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SCHWIGON
+DIST_VERSION=2.09.01
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+S="${WORKDIR}/${PN}-2.09"
+
+DESCRIPTION="Perl client Interface to SSH"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+
+RDEPEND="
+	>=dev-perl/Crypt-Curve25519-0.50.0
+	dev-perl/Crypt-IDEA
+	virtual/perl-Digest-MD5
+	dev-perl/File-HomeDir
+	virtual/perl-File-Spec
+	virtual/perl-IO
+	>=dev-perl/Math-GMP-1.40.0
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/String-CRC32-1.200.0
+	!minimal? (
+		>=dev-perl/Module-Signature-0.500.0
+		dev-perl/Digest-BubbleBabble
+		dev-perl/Crypt-RSA
+		dev-perl/TermReadKey
+	)
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.610.0 )
+"

diff --git a/dev-perl/Net-SSH-Perl/metadata.xml b/dev-perl/Net-SSH-Perl/metadata.xml
index e0be29c91ce..7b550bf355a 100644
--- a/dev-perl/Net-SSH-Perl/metadata.xml
+++ b/dev-perl/Net-SSH-Perl/metadata.xml
@@ -12,6 +12,7 @@
     <remote-id type="cpan-module">Net::SSH::Perl::Auth</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Auth::ChallengeResponse</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Auth::KeyboardInt</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Auth::KeyboardInteractive</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Auth::Password</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Auth::PublicKey</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Auth::RSA</remote-id>
@@ -22,9 +23,19 @@
     <remote-id type="cpan-module">Net::SSH::Perl::Channel</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::ChannelMgr</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Cipher</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES128_CBC</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES128_CTR</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES192_CBC</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES192_CTR</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES256_CBC</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES256_CTR</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES_CBC</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::AES_CTR</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Cipher::Blowfish</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Cipher::CBC</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Cipher::CFB</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::CTR</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Cipher::ChachaPoly</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Cipher::DES</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Cipher::DES3</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Cipher::DES3::EDE3</remote-id>
@@ -38,15 +49,32 @@
     <remote-id type="cpan-module">Net::SSH::Perl::Handle::SSH1</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Handle::SSH2</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Kex</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::C25519</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DH</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Kex::DH1</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DH14SHA1</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DH14SHA256</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DH16SHA512</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DH18SHA512</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DHGEX</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DHGEXSHA1</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Kex::DHGEXSHA256</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Key</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Key::DSA</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Key::ECDSA</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Key::ECDSA256</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Key::ECDSA384</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Key::ECDSA521</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Key::Ed25519</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Key::RSA</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Key::RSA1</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Mac</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Mac::MD5</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Mac::SHA1</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Mac::SHA2_256</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Mac::SHA2_512</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Packet</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Proxy</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::SSH1</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::SSH2</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Subsystem::Client</remote-id>
@@ -57,7 +85,7 @@
     <remote-id type="cpan-module">Net::SSH::Perl::Util::RSA</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Util::SSH1MP</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Util::SSH1Misc</remote-id>
-    <remote-id type="cpan-module">Net::SSH::Perl::Util::SSH2MP</remote-id>
     <remote-id type="cpan-module">Net::SSH::Perl::Util::Term</remote-id>
+    <remote-id type="cpan-module">Net::SSH::Perl::Util::Win32</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-03-23 15:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23 15:35 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-27 13:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/ Arthur Zamarin
2023-09-27  5:44 Sam James
2023-09-24  1:53 Sam James
2023-08-27  1:26 Sam James
2023-08-14  7:55 Sam James
2023-07-26  3:33 Sam James
2021-07-17 16:35 Andreas K. Hüttel
2018-09-08  5:30 Mikle Kolyada
2018-07-22 14:51 Thomas Deutschmann
2018-03-28  2:26 Matt Turner
2017-12-08 22:18 Patrice Clement
2017-05-03  0:10 Kent Fredric
2017-05-03  0:10 Kent Fredric
2017-03-23 16:35 Kent Fredric
2017-03-23 16:35 Kent Fredric
2017-03-11 23:05 Matt Turner
2016-09-12 16:59 Kent Fredric
2016-07-25  9:16 Kent Fredric
2016-04-15 19:56 Andreas Hüttel
2016-04-07 23:08 Andreas Hüttel
2016-04-02  0:55 Andreas Hüttel
2016-03-09 20:48 Andreas Hüttel
2016-03-09 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/net-ssh-perl/ Andreas Hüttel
2016-03-05 11:56 Patrice Clement
2016-03-05 11:56 Patrice Clement
2016-03-05 11:56 Patrice Clement
2016-03-05 11:56 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490283312.fe1bdbd7422aa89d8dbd8e13b4b8d77c39e2adf0.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox