mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
wpscan: v2.9.1 bump, https://github.com/wpscanteam/wpscan/issues/935
This commit is contained in:
parent
5035b3d66e
commit
7016ced9a7
3 changed files with 9 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
DIST wpscan-2.9.tar.gz 1321760 SHA256 be78855a715dc70408a8399ad5189da059d48a3e99c6844505521fc18290be77 SHA512 8cc46fa7f3fd3e0127b3a6c1274071c73b28c757ddba5b1b2eebd2cc3bce1bab4e0cdde74146bc2300f1cb7c5f81522a0339e1f75e2e65f0ca81e6ba4ca177a9 WHIRLPOOL 19f6fcc5d5d0b871219a717e8044bd6c61924893945e7f6f44551cd115b5e785d8a655095ec18a733ab055596101ef9f76c67db4bead9c5c6210314d3d7ae254
|
||||
DIST wpscan-2.9.1.tar.gz 1450444 SHA256 79cdfbc33bb4a9286049cb55197b01aa7d8289b544a8750d8f0ed82eedc12d7f SHA512 46fee5851b8fb7e0b8f9e010dfbb426855b85cbc9cb117df03630f16886d08c47d08009fa576378177ba608f4281f284f9644bdc09dfa0ac09ff9c66c08fdbaf WHIRLPOOL 7ec8107be258846dc967ab4f058f2ae4222ac42d0c263dce466778d3c2fc8482145a262b15e1cd94ea859333185d7e23f4469598fed8612fa1591220d28e6766
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
USE_RUBY="ruby19 ruby21 ruby22"
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
|
||||
inherit eutils ruby-ng
|
||||
|
||||
|
|
@ -18,12 +18,13 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/rubygems
|
||||
>=dev-ruby/typhoeus-0.6.8
|
||||
dev-ruby/nokogiri
|
||||
dev-ruby/typhoeus:0
|
||||
>=dev-ruby/nokogiri-1.6.7.1
|
||||
>dev-ruby/yajl-ruby-1.2.0
|
||||
dev-ruby/addressable
|
||||
>=dev-ruby/terminal-table-1.4.5
|
||||
>=dev-ruby/ruby-progressbar-1.6.0
|
||||
dev-ruby/addressable"
|
||||
"
|
||||
|
||||
ruby_add_bdepend "
|
||||
test? (
|
||||
|
|
@ -42,6 +43,7 @@ src_prepare() {
|
|||
|
||||
unpack ./data.zip
|
||||
rm ./data.zip
|
||||
rm -r ./dev
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
~net-analyzer/w3af-1.6.54
|
||||
~net-analyzer/wpscan-2.9
|
||||
~net-analyzer/wpscan-2.9.1
|
||||
|
||||
=net-analyzer/set-6*
|
||||
net-analyzer/dnsenum
|
||||
|
|
|
|||
Loading…
Reference in a new issue