mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 11:40:51 +02:00
recon-ng: v4.8.0 bump
This commit is contained in:
parent
da1f6cf337
commit
deeec2c326
4 changed files with 17 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST recon-ng-4.4.0.tar.bz2 294280 SHA256 f6840d0485eccc588b2bf44fda20ed2f938289c0addda830118337f4ce43a26c SHA512 df3977fbc29ed44e3139281e792073eaf8f735dbc07a1d37e92e1e9b24c1b06aa00c8256091dd82f3bcb087666d868854586a46d16e8c969154fbf1463086c0f WHIRLPOOL ca201aeedab246d0d6df99cc2969501ca9de617c4024b5304449269bda6838c1238374fd366ac1180fdd2b4e58e453fdb272ce500ddab7465485f863404694ef
|
||||
DIST recon-ng-4.7.3.tar.bz2 386943 SHA256 b1c4f7bd0e2a38cad40ab3d4e8d788f52a66f44e4ed446f3db6a7e3fdfe3822b SHA512 64276b04dda4dc634536b5e09ecb0e745e39979d95f955d82bd3615e5898dec57519d6d57bd444fe3634c9f597fe5f6275408449aa3b38d32784263108d19cde WHIRLPOOL 04cef0727fe21d48479ce11eb775740375fa87a59248733fea70b0d378df24a162897d1df12ee6a7dfd9fba53a133ffe63da6bc477b65b779ef974b3cd4616f7
|
||||
DIST recon-ng-4.8.0.tar.bz2 385876 SHA256 a83dd9c2261df0774ca5a96d2af85a375ec771a541cf9f753de52c48fe8609cd SHA512 4f12f30492724241c5e548e9062c4c6bd9c922cf7f1562101c7aba5915944e64356b92a14ebdbf30e9d469a38df7e959a9d31e6889c580b0bb013b4db4d061a7 WHIRLPOOL caa3b7789744a6e07584cd5e9b1cb5eca04fe817b66b552c6b9583ec9fbc36c42561994342e102ff06780c77cb31f4de38154114a3edda3b503ab1160fd57375
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
|
|||
|
||||
inherit python-single-r1
|
||||
|
||||
CUR_COMMIT="c006ecdf2764"
|
||||
CUR_COMMIT="38977ac58b3b"
|
||||
|
||||
DESCRIPTION="Web Reconnaissance Framework"
|
||||
HOMEPAGE="https://bitbucket.org/LaNMaSteR53/recon-ng"
|
||||
|
|
@ -19,7 +19,17 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/dicttoxml-1.6.6
|
||||
virtual/python-dnspython
|
||||
>=dev-python/jsonrpclib-0.1.3
|
||||
>=dev-python/lxml-3.4.4
|
||||
>=dev-python/mechanize-0.2.5
|
||||
>=dev-python/slowaes-0.1
|
||||
>=dev-python/xlsxwriter-0.7.3
|
||||
>=dev-python/PyPDF2-1.25.1
|
||||
>=dev-python/olefile-0.42.1
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/LaNMaSteR53-${PN}-${CUR_COMMIT}"
|
||||
|
|
@ -72,7 +72,7 @@ net-analyzer/nessus-plugins
|
|||
~net-analyzer/polenum-0.2
|
||||
~net-analyzer/ppscan-0.3
|
||||
~net-analyzer/rain-1.2.9_beta1
|
||||
~net-analyzer/recon-ng-4.7.3
|
||||
~net-analyzer/recon-ng-4.8.0
|
||||
~net-analyzer/rrdtool-1.4.7
|
||||
~net-analyzer/scapy-2.3.1
|
||||
~net-analyzer/siphon-666-r1
|
||||
|
|
|
|||
Loading…
Reference in a new issue