mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
wafw00f: 1.0.0 bump
This commit is contained in:
parent
1cb606ab59
commit
36e748e20a
3 changed files with 25 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST wafw00f-0.9.5.tar.gz 19983 BLAKE2B 51ace6bee1154d32feb8f02c196e608f026d6b41a3cbb79cef0ca2b554e38e6717b57b96459b6ccc212f2387391040b5cbf8352bfa03b0a80306a85b4beecc7c SHA512 441e957aa3d30eed7a202b1923aff7d048d31c07bd0cc7e967b91e1499f1429dfb8ea52f5709594b9a64d784d48b80666c5967225ec7cc49e4dc05db2036224c
|
||||
DIST wafw00f-1.0.0.tar.gz 40326 BLAKE2B 9eef76ca52567a780912cdfbc21d767250267df1064c470bcda2b553f9629ab7b7fb45c456c1e30abf25f6a61826252ac3266a646cf121170a74db48538162ce SHA512 9a5a0e1d0cbdc1eb47e67730b53632f41e3e8102c76307129fa2b2c11613bcf3c167db65ad93eb8a32e895bb9082b2be1c1924ac6fabf36f349f5cad62c43e20
|
||||
|
|
|
|||
23
net-analyzer/wafw00f/wafw00f-1.0.0.ebuild
Normal file
23
net-analyzer/wafw00f/wafw00f-1.0.0.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Identifies and fingerprints Web Application Firewall (WAF) products"
|
||||
HOMEPAGE="https://github.com/sandrogauci/wafw00f"
|
||||
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/EnableSecurity/wafw00f/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pluginbase-0.3[${PYTHON_USEDEP}]"
|
||||
|
|
@ -13,7 +13,7 @@ net-analyzer/ostinato
|
|||
net-analyzer/dnsenum
|
||||
net-analyzer/packit
|
||||
=net-analyzer/plecost-9999
|
||||
=net-analyzer/wafw00f-0.9*
|
||||
=net-analyzer/wafw00f-1.0*
|
||||
=net-analyzer/wafp-9999
|
||||
<net-analyzer/metasploit-9999 **
|
||||
net-analyzer/armitage
|
||||
|
|
|
|||
Loading…
Reference in a new issue