mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
wfuzz: v2.1.3 bump
This commit is contained in:
parent
42055db52c
commit
c333d0e98a
3 changed files with 46 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
DIST wfuzz-2.0.tgz 3222705 SHA256 5d5c73ea563b07937be79b851fbdd1288f4e2fa205b520c4cfe00826a6fb41ad SHA512 bbcfbc7dc501f8b94ff2ff10d130026d0e3f121899d96d23bb2cc435aadb33a187d772cf56505e5e54ac38db8be5935afc3d0c43086950f851936036dae4ef1d WHIRLPOOL f6634d43cd11cef067189600497120000905d7f0235ac2c3a0d6a59f2a8708e7d9c676a53433fe0347cd1bb276934a2524ac0bb1500e0176ae2f46cb6ab8adac
|
||||
DIST wfuzz-2.1.3.tar.gz 327301 SHA256 4e8804128998ba4b2454b4a61c2c330f2451aead5d6f2ecd36a12b038246dbee SHA512 06d841388bd4cd257156e85805105ba53c3ff5c232b6b6010f7dbaa85268d22cea1a084a0a30ed1e753edf79c21451f061e52e94fc1452b06be54f5588095a7c WHIRLPOOL dee2867e73041406a457998c611eb4ec7e8a1845e027f4de4d8658e5a5d4c82d60af305e95922cd0ef86157fe1f98240100c8a168fcaf15eb9447a1dec602dbe
|
||||
EBUILD wfuzz-2.0-r1.ebuild 979 SHA256 c84ab03130ff60aeb7442ba34ed72944d95bea5443d5d3ece9ddf097b62e07d6 SHA512 db0c65e216502051b80641f5373e7f92f769092285b21307e969792de329424868cf4b9ec1f6b45dae7ad0be23d82f5ec896d07b5bebe88f1709bb4757128edb WHIRLPOOL ffbb195499f4bd155ba8e13319eb6fccb18c497836bcd39ee1e9e63c091a0f0ffaf32870704c906b884bc4753181ca432b69c1bdaadfc579cb21d244a7b45877
|
||||
EBUILD wfuzz-2.1.3.ebuild 966 SHA256 f3436c0377398d6bc96560e245f3aad5dfbbb77333f716f264e5c57efa21f73b SHA512 1d05aa583e4d765e40364d04b60d11739e3676a4bad490549971f1ae9ef1df5d6583427aa0b1fb3b3d901868878fe005f5a5a2585ffbcb470567fac0c9c1d831 WHIRLPOOL 608a97a6812814106caa271aa03102375fa8a6720ddfc12c80163635f3fce81a7c83809f0bb04f1a18b4e3b4ca6ec95c8b7bdc4ba3b0d41f215b09b5207bf59e
|
||||
|
|
|
|||
43
net-analyzer/wfuzz/wfuzz-2.1.3.ebuild
Normal file
43
net-analyzer/wfuzz/wfuzz-2.1.3.ebuild
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT="python2_7"
|
||||
inherit python-single-r1 multilib
|
||||
|
||||
DESCRIPTION="Wfuzz is a tool designed for bruteforcing Web Applications"
|
||||
HOMEPAGE="http://www.edge-security.com/wfuzz.php"
|
||||
SRC_URI="https://github.com/xmendez/wfuzz/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/pycurl"
|
||||
|
||||
src_install() {
|
||||
|
||||
dodoc README
|
||||
rm README LICENSES
|
||||
|
||||
dodir /usr/$(get_libdir)/
|
||||
# should be as simple as copying everything into the target...
|
||||
cp -pPR "${S}" "${ED}"/usr/$(get_libdir)/${PN} || die
|
||||
python_fix_shebang "${ED}"/usr/$(get_libdir)/${PN}
|
||||
fowners -R root:0 *
|
||||
|
||||
dodir /usr/bin/
|
||||
|
||||
cat <<-EOF > "${ED}"/usr/bin/${PN}
|
||||
#!/bin/sh
|
||||
cd /usr/$(get_libdir)/${PN}
|
||||
exec ./${PN}.py "\$@"
|
||||
EOF
|
||||
|
||||
fperms +x /usr/bin/${PN}
|
||||
fperms +x /usr/$(get_libdir)/${PN}/${PN}.py
|
||||
}
|
||||
|
|
@ -93,7 +93,7 @@ net-analyzer/nessus-plugins
|
|||
~net-analyzer/upnpwn-0.8.0
|
||||
~net-analyzer/vomit-0.2c
|
||||
~net-analyzer/wapiti-2.3.0
|
||||
~net-analyzer/wfuzz-2.0
|
||||
~net-analyzer/wfuzz-2.1.3
|
||||
=net-analyzer/whatweb-0.4.7_p2014*
|
||||
~net-analyzer/wireshark-1.8.3
|
||||
~net-analyzer/wolpertinger-0.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue