mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
metasploit: more deps
This commit is contained in:
parent
5b46b319a3
commit
233926396c
8 changed files with 66 additions and 0 deletions
1
dev-ruby/cookiejar/Manifest
Normal file
1
dev-ruby/cookiejar/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST cookiejar-0.3.3.gem 20992 BLAKE2B fb49baa3a1d6bb2e4b89f29bb8a97a1afe6b1de8ce67001bd77fddb98a022d192fb3571f375489157cab380755d85b8010ab246629a807e2d26293df8ce58c13 SHA512 52ef655ef7f5219812216328ae24bbae0f5f6edea493bb96dffb1f9d665efa22cd3d1567e84c5cc3bec53ab3ceb8243afb4d710631cd274801e5b2de63a6edbe
|
||||
15
dev-ruby/cookiejar/cookiejar-0.3.3.ebuild
Normal file
15
dev-ruby/cookiejar/cookiejar-0.3.3.ebuild
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby25 ruby26 ruby27"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Allows for parsing and returning cookies in Ruby HTTP client code"
|
||||
HOMEPAGE="https://rubygems.org/gems/cookiejar"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
1
dev-ruby/em-http-request/Manifest
Normal file
1
dev-ruby/em-http-request/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST em-http-request-1.1.7.gem 221696 BLAKE2B fe585b3d148d94cb010c86561b0485a0da9ba256829bb6b707a090558b7fa216ff4d3ad6c2d909a2d71eb06eab909c5297de98ef1de5bd18e475508af70efd27 SHA512 3a20f29131188d7d0815d295bb5d958a65640033b5682adf0e35a91410e8bd9bf148c8ca39d97a81c0a90be58ff68cdc93d60e8ddd957bfc49e2bc7166c29f27
|
||||
23
dev-ruby/em-http-request/em-http-request-1.1.7.ebuild
Normal file
23
dev-ruby/em-http-request/em-http-request-1.1.7.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby25 ruby26"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE=""
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/addressable-2.3.4
|
||||
dev-ruby/cookiejar
|
||||
>=dev-ruby/em-socksify-0.3
|
||||
>=dev-ruby/eventmachine-1.0.3
|
||||
>=dev-ruby/http_parser_rb-0.6.0
|
||||
"
|
||||
1
dev-ruby/em-socksify/Manifest
Normal file
1
dev-ruby/em-socksify/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST em-socksify-0.3.2.gem 9216 BLAKE2B 6adc628a7004f3b76c195abbb607b53f4ee495bc04455bdfe2510d7159d5af96ee2ad97b5944edae37d9d74c803abac28f9227c177af8a6629e3c771a7e466dc SHA512 0fb0b27073acceed860282c0f67e6614d9253321ec537d5237b41a47708a8e0b1023ea34bacd6e23327192917bae1da055ccbaa4bdb414b0421f9c392f1a31ed
|
||||
18
dev-ruby/em-socksify/em-socksify-0.3.2.ebuild
Normal file
18
dev-ruby/em-socksify/em-socksify-0.3.2.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
#eventmachine does not support ruby27 yet
|
||||
USE_RUBY="ruby25 ruby26"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Transparent proxy support for any EventMachine protocol"
|
||||
HOMEPAGE="https://github.com/igrigorik/em-socksify"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/eventmachine"
|
||||
|
|
@ -44,6 +44,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl
|
|||
dev-ruby/bit-struct
|
||||
dev-ruby/bundler:*
|
||||
dev-ruby/dnsruby
|
||||
dev-ruby/em-http-request
|
||||
dev-ruby/faker:0
|
||||
dev-ruby/faraday
|
||||
dev-ruby/filesize:*
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@ dev-ruby/mini_exiftool
|
|||
dev-ruby/spider
|
||||
|
||||
#required by metasploit-9999
|
||||
# Pentoo ebuilds:
|
||||
dev-ruby/cookiejar
|
||||
dev-ruby/em-http-request
|
||||
dev-ruby/em-socksify
|
||||
|
||||
=dev-ruby/bundler-audit-0.7.0*
|
||||
~dev-ruby/network_interface-0.0.2
|
||||
~dev-ruby/jsobfu-0.4.2
|
||||
|
|
@ -151,6 +156,7 @@ dev-ruby/faker:0
|
|||
=dev-ruby/ed25519-1.2*
|
||||
=dev-ruby/warden-1.2*
|
||||
|
||||
|
||||
#wpscan
|
||||
dev-ruby/addressable
|
||||
~dev-ruby/terminal-table-1.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue