mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 19:20:56 +02:00
dnsrecon: 0.9.0 bump
This commit is contained in:
parent
b774966e98
commit
c996a23c77
3 changed files with 6 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST dnsrecon-0.8.13.tar.gz 637099 BLAKE2B 0c8c022f0c3018766b01baa5a4c10642e523d396102ccbe0109fb45d60abcdc292f1436b7b796bc9cd179ba6a197ed266905ec6accd02805faca7f7f0f46fee7 SHA512 228aa0166d46268ab5a7b0f54d1663fbb0d825b528955813a7c54a76bb693ddc167f6311ac4c88d4d158371218bf7f03e48e4f502d2c92d608eff66cad7f54ad
|
||||
DIST dnsrecon-0.8.14.tar.gz 639761 BLAKE2B 3e2bc152702318f192608cdd9a036347f89afab0cc233acb5fa0213a468a5247e72990e3c39592c21a7754c65cc5a9f98de5c8f71e2a2c8e4e8cf7ab0a1f9bfd SHA512 8f881527a4d36cf504a470f2aef374b6003d580eb205554b3c590d43b4772d0b042f280ab43ba84ee1b6d22c64241b9f0a98a4d42655ccff8d266d89699c7671
|
||||
DIST dnsrecon-0.9.0.tar.gz 640331 BLAKE2B 67635bc8ed76f46190896c454d21d986037c031ff40b29622762179f832cb57b043f71510841eda0519301ecf7b5fe312e23d652b79108ce138c6d751689486f SHA512 85ed1c26e2ff25fad3bd10f0aaecab6d8cfe678e5fa7f7882930827966f3d5b8a34ebb68e5236da547b82ada13a24cb2759f7257a42005765ffb4eb28d4241f2
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
inherit multilib python-r1
|
||||
|
||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||
|
|
@ -17,7 +17,8 @@ IUSE=""
|
|||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
virtual/python-dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr"
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
|
|
@ -46,7 +46,7 @@ net-analyzer/cloudshark
|
|||
=net-analyzer/crackmapexec-3.1*
|
||||
~net-analyzer/davtest-1.0
|
||||
~net-analyzer/dnsa-0.5
|
||||
=net-analyzer/dnsrecon-0.8*
|
||||
=net-analyzer/dnsrecon-0.9*
|
||||
~net-analyzer/dsniff-2.4_beta1
|
||||
~net-analyzer/enum4linux-0.8.9
|
||||
=net-analyzer/fierce-1.2*
|
||||
|
|
|
|||
Loading…
Reference in a new issue