mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
tplmap: bump to 20190820
This commit is contained in:
parent
538ef80218
commit
44556a0bbe
4 changed files with 34 additions and 21 deletions
|
|
@ -1 +1 @@
|
|||
DIST tplmap-20181029.tar.gz 59288 BLAKE2B 6c19afbb57b84b1a939b46d204f05ba299b6e22b4be283a2ee28efa64ab4f783990eb7d7d50c1bf5f8f27a17f43ce26bd59b800d30c85d541426da40164d087f SHA512 5fc1054a57165bbd6bff7372e2684b1df383cbbc713efb715873481164dd9f2057ea69b76cd6c60964c683cf5477072c5d64f2ec751793e82127612647e2980a
|
||||
DIST tplmap-20190820.tar.gz 59286 BLAKE2B 936f3ef796fee8809693b6f5ddd2a2af63152d756f2568f01fe4f2cff3145869084a6a03c802c1392e0e987e4f4c598bd52b75c3122ade68ec8959610490c13a SHA512 2dbce27dc36534bd1d67e9d47633c13445ba712c1c2cd77b9ffcd8d40c0076a525bb5c52c24973c0969d2be20bc41f1ee0e212aebd05971ee8eddef9ebf28671
|
||||
|
|
|
|||
8
net-analyzer/tplmap/metadata.xml
Normal file
8
net-analyzer/tplmap/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,45 +1,50 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
EGO_PN=github.com/epinna/${PN}
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit python-single-r1
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
DESCRIPTION="Server-Side Template Injection and code injection tool"
|
||||
HOMEPAGE="https://github.com/epinna/tplmap"
|
||||
|
||||
if [[ ${PV} = *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/epinna/tplmap.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
EGIT_COMMIT="39c7c5bb54cd27489f0e220e7d90339faf3fc5b8"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
EGIT_COMMIT="749807616ab1b173827913b325c5974e8f77f3d8"
|
||||
SRC_URI="https://github.com/epinna/tplmap/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Server-Side Template Injection and code injection tool"
|
||||
HOMEPAGE="https://github.com/epinna/tplmap"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
|
||||
dev-python/chardet[${PYTHON_USEDEP}]
|
||||
dev-python/idna[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
dev-python/wsgiref[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/certifi[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/chardet[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/idna[${PYTHON_MULTI_USEDEP}]
|
||||
>=dev-python/pyyaml-5.1.2[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/requests[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_MULTI_USEDEP}]
|
||||
')"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
python_fix_shebang "${PN}.py"
|
||||
eapply_user
|
||||
python_fix_shebang "${S}"
|
||||
default
|
||||
}
|
||||
|
||||
src_install(){
|
||||
|
|
@ -133,6 +133,6 @@ net-analyzer/zmap
|
|||
~net-analyzer/ham2mon-20170603
|
||||
=net-analyzer/yersinia-0.8*
|
||||
~net-analyzer/commix-2.7
|
||||
~net-analyzer/tplmap-20181029
|
||||
~net-analyzer/tplmap-20190820
|
||||
~net-analyzer/cottontail-20190426
|
||||
~net-analyzer/enteletaor-1.1.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue