wfuzz: upstream re-released it

This commit is contained in:
blshkv 2019-12-31 12:33:38 +08:00
parent e9c0be8b10
commit b685c1cc0a
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 3 additions and 70 deletions

View file

@ -1,3 +1 @@
DIST wfuzz-2.3.4.tar.gz 392877 BLAKE2B 3310ddcabf7ed54cea90c4515755bf793754d19428cd796f6f94f6bb868ac1855e64aa90b1393c4f5be3c63c4bf1bc7804a8f75fcf3a63bc248b6494e276d645 SHA512 798c1e75e0c97b2ebbbf64fd16c6f29358624d99475b043f40d4c9a581d06f98953d9574c29a73efa413914f61c2d4ded490003b0c14d3f95b63a196851675f4
DIST wfuzz-2.4.2.tar.gz 405877 BLAKE2B 681a9f682b46fe01c4879f233184c1952aa0868b9ababe7a8307514b216255ad6d65efc72d8e6e7fa34aea90529aea01dbfe939e133cb864dd4a47bd037bc388 SHA512 30b7b87d3acb73d50a55b878326f6d211a6050c4236d71a5ed41f3b0797ca795b915c1e50cf2d663a0ac10da75105f89fdd3bc1338f56d3c768f9425761159bf
DIST wfuzz-2.4.tar.gz 405370 BLAKE2B 81bae2af83e56448b8370a115c9da34762e9960a05c44ba19f06fe9a8db4e92609a96fe0befdc8e542e1c1d539d82227c1cb04b4d60f2d3037282fc883a434fb SHA512 7c9fd7b6ec1ab42bd43d3b769623f9eeb858342cc5ef65c97d9c59ede53d33dbb99c93b6d9137bc1c677dd58649dda6d6e6600484583feb6e7afb53ff9484233
DIST wfuzz-2.4.2.tar.gz 405950 BLAKE2B 75df12128e2f9ded5165d6f3cfdd183dc080d91e4b2c402f5e5ff677c106ff415afaa300c7789618e4c2cbce7fae935532f2027655dbbba7fa08a3c4badf6643 SHA512 267e84f28ebbece99a7fca875b2f7328a1d59ea50e3d591072f0620a59b84188467d82761fd4dae8cc8b500fb8745e4f436f966a0d3446e27fdcea2adcfe1d23

View file

@ -1,31 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-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/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
dev-python/future[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
python_prepare_all() {
#https://github.com/xmendez/wfuzz/issues/116
sed -e "s|'configparser',|'configparser;python_version<\"3.5\"',|" -i setup.py || die "sed failed"
distutils-r1_python_prepare_all
}

View file

@ -1,34 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-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/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-python/pycurl-7.43.0.2[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/shodan[${PYTHON_USEDEP}]"
python_prepare_all() {
# FIXME: https://github.com/xmendez/wfuzz/issues/135
sed -e "/data_files/d" \
-i setup.py || die "sed failed"
distutils-r1_python_prepare_all
}

View file

@ -9,7 +9,7 @@ inherit distutils-r1 multilib
DESCRIPTION="Wfuzz is a tool designed for bruteforcing Web Applications"
HOMEPAGE="http://www.edge-security.com/wfuzz.php https://github.com/xmendez/wfuzz"
SRC_URI="https://github.com/xmendez/wfuzz/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/xmendez/wfuzz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -24,7 +24,7 @@ RDEPEND="${DEPEND}
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/shodan[${PYTHON_USEDEP}]"
S="${WORKDIR}/${PN}-v.${PV}"
#S="${WORKDIR}/${PN}-v.${PV}"
python_prepare_all() {
# FIXME: https://github.com/xmendez/wfuzz/issues/135