Gentoo Archives: gentoo-dev

From: hasufell <hasufell@g.o>
To: gentoo-dev@l.g.o, Richard Farina <zerochaos@g.o>
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-credential/
Date: Fri, 09 Oct 2015 15:39:11
Message-Id: 5617DF91.50504@gentoo.org
1 On 10/08/2015 11:04 PM, Richard Farina wrote:
2 > commit: 7c78113940300a9ca123133d2eb69647d5220300
3 > Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
4 > AuthorDate: Thu Oct 8 20:58:11 2015 +0000
5 > Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
6 > CommitDate: Thu Oct 8 21:04:44 2015 +0000
7 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c781139
8 >
9 > dev-ruby/metasploit-credential: bump and fix deps
10 >
11 > Metasploit::Credential::SSHKey depends on 'net/ssh', but metasploit-credential does not declare the net-ssh gem as a runtime dependency because metasploit-framework includes its own
12 > version of 'net/ssh' which would conflict with the gem.
13 >
14 > Package-Manager: portage-2.2.22
15 >
16 > dev-ruby/metasploit-credential/Manifest | 1 +
17 > .../metasploit-credential-1.0.1.ebuild | 27 ++++++++++++++++++++++
18 > 2 files changed, 28 insertions(+)
19 >
20 > diff --git a/dev-ruby/metasploit-credential/Manifest b/dev-ruby/metasploit-credential/Manifest
21 > index 948e652..208f07e 100644
22 > --- a/dev-ruby/metasploit-credential/Manifest
23 > +++ b/dev-ruby/metasploit-credential/Manifest
24 > @@ -1 +1,2 @@
25 > DIST metasploit-credential-1.0.0.gem 101888 SHA256 086cb65295f1294c213138bd2a9f2f727d945b90837a7e877b22bc6a47fe33f6 SHA512 4af09458a83d9425c5bfd744bc3f366c08d9175b4c303fa9ff53dd3f2163ba654748ea883d22f069e3b3be1218b57afe909f7ba31feb54c0b7ff781af8d5e631 WHIRLPOOL 506c707f3e1be0e90fad02397a34c70e44d1f423b5909d9f61152e2a4e929eadccf0736ec607c569fe75fff24c6003243d0a9a288979450b8c52d5f1feba1f6d
26 > +DIST metasploit-credential-1.0.1.gem 101888 SHA256 e37e02d962a00733f8a82d486ee8b38aa287503d61812fba9cca05e834d873ca SHA512 e2d77cf1af9b9f7c09c3b98fc61c032dd5890bc019d09e208706ea93560402c82abc5a3dbc178442fbc1597d9e43e8a98f76bdb71fe470e7091d5e79bb30660f WHIRLPOOL 15b568fa61f64d895df9a7c5c04ae22232f9d805fca71c565fc2db871b4c443c163a922d52faa1953b3fadb157d71a6ea1866d2f740eff0db3262d78066c812e
27 >
28 > diff --git a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild
29 > new file mode 100644
30 > index 0000000..1537643
31 > --- /dev/null
32 > +++ b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild
33 > @@ -0,0 +1,27 @@
34 > +# Copyright 1999-2015 Gentoo Foundation
35 > +# Distributed under the terms of the GNU General Public License v2
36 > +# $Header: Exp $
37 > +
38 >
39
40 Incorrect header.