From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B69E138334 for ; Tue, 23 Jul 2019 03:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E30E0636; Tue, 23 Jul 2019 03:32:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 893F6E0636 for ; Tue, 23 Jul 2019 03:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D351C347C37 for ; Tue, 23 Jul 2019 03:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62863471 for ; Tue, 23 Jul 2019 03:32:26 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1563852722.dbf6c0ffeaea1819b30e9b2e9dce34a4beb558cf.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/metasploit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/metasploit/metasploit-4.17.21-r4.ebuild net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild X-VCS-Directories: net-analyzer/metasploit/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: dbf6c0ffeaea1819b30e9b2e9dce34a4beb558cf X-VCS-Branch: master Date: Tue, 23 Jul 2019 03:32:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ee5e73f-b92e-4ce8-85d8-1abe2dd42936 X-Archives-Hash: a25a4391f7d32841faa76d4b37217a91 commit: dbf6c0ffeaea1819b30e9b2e9dce34a4beb558cf Author: Rick Farina gentoo org> AuthorDate: Tue Jul 23 03:32:02 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Jul 23 03:32:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf6c0ff net-analyzer/metasploit: fix magic dep somehow this fails without faraday despite not directly needing it. maybe it's the fault of activesupport but I'm not really sure. it's needed, now it's there. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Rick Farina gentoo.org> .../{metasploit-4.17.21-r4.ebuild => metasploit-4.17.21-r5.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-analyzer/metasploit/metasploit-4.17.21-r4.ebuild b/net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild similarity index 98% rename from net-analyzer/metasploit/metasploit-4.17.21-r4.ebuild rename to net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild index d749f104d93..9f8d3a0601f 100644 --- a/net-analyzer/metasploit/metasploit-4.17.21-r4.ebuild +++ b/net-analyzer/metasploit/metasploit-4.17.21-r5.ebuild @@ -45,6 +45,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl dev-ruby/bundler dev-ruby/dnsruby dev-ruby/faker + dev-ruby/faraday dev-ruby/filesize:* dev-ruby/jsobfu:* dev-ruby/json:* @@ -239,6 +240,10 @@ all_ruby_prepare() { #https://bugs.gentoo.org/show_bug.cgi?id=584522 no tzinfo-data by choice in gentoo sed -i '/tzinfo-data/d' metasploit-framework.gemspec + #fails without faraday in Gemfile.lock + #despite activesupport(?) needing it, it doesn't end up there :-( + sed -i "/'activesupport'/a \ \ spec.add_runtime_dependency 'faraday'" metasploit-framework.gemspec + #let's bogart msfupdate rm msfupdate echo "#!/bin/sh" > msfupdate