wafw00f: 2.1.0 bump

This commit is contained in:
blshkv 2020-01-30 17:03:27 +08:00
parent cc6a7d38ae
commit 08355066c0
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 26 additions and 4 deletions

View file

@ -1,3 +1,3 @@
DIST wafw00f-0.9.5.tar.gz 19983 BLAKE2B 51ace6bee1154d32feb8f02c196e608f026d6b41a3cbb79cef0ca2b554e38e6717b57b96459b6ccc212f2387391040b5cbf8352bfa03b0a80306a85b4beecc7c SHA512 441e957aa3d30eed7a202b1923aff7d048d31c07bd0cc7e967b91e1499f1429dfb8ea52f5709594b9a64d784d48b80666c5967225ec7cc49e4dc05db2036224c
DIST wafw00f-1.0.0.tar.gz 40326 BLAKE2B 9eef76ca52567a780912cdfbc21d767250267df1064c470bcda2b553f9629ab7b7fb45c456c1e30abf25f6a61826252ac3266a646cf121170a74db48538162ce SHA512 9a5a0e1d0cbdc1eb47e67730b53632f41e3e8102c76307129fa2b2c11613bcf3c167db65ad93eb8a32e895bb9082b2be1c1924ac6fabf36f349f5cad62c43e20
DIST wafw00f-2.0.0.tar.gz 37433 BLAKE2B 15ca4c7719390fa21e2dae0cedfed0aeb99e4f1b0b702fe853bca56556102771e94dba040329dcf0f78fbbfc22a1063871be36ecc0ecf79efa407af1b3f6dd04 SHA512 bb6ab12b5f7540b460a3556eb16efc045b57da7515ac588c3d2df5ae0940b30ce2cab158a9f639e28d12ba780ea25a83b1943e3ac7994722e4aded6231e0da4e
DIST wafw00f-2.1.0.tar.gz 39387 BLAKE2B 83442afa5873911c2145d1aaf1860613f4fe2d2ac38b7a1d44151d4d8a3346b1c7d2cb1cecc8ac1ea8cda1738a7a1d931ca8bd761dcd20275dbc871f882457cc SHA512 7faf271cf3cb8db0d45dfff7081f53f9041b7d646cc94ed4925c98e9b7d4ec24b3aeef9240b7c7ad56b9568a2033f74b58db1142c8f83252633e355b1a44a9b2

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View file

@ -0,0 +1,22 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Identifies and fingerprints Web Application Firewall (WAF) products"
HOMEPAGE="https://github.com/sandrogauci/wafw00f"
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}]"