From 236d22e955419bdcd3b399d6b3595dda52cda83c Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Fri, 25 Oct 2024 17:03:15 +0800 Subject: [PATCH] dnsrecon-1.3.0.ebuild --- net-analyzer/dnsrecon/Manifest | 2 +- net-analyzer/dnsrecon/dnsrecon-1.2.0.ebuild | 2 +- .../{dnsrecon-1.1.5.ebuild => dnsrecon-1.3.0.ebuild} | 9 +++------ 3 files changed, 5 insertions(+), 8 deletions(-) rename net-analyzer/dnsrecon/{dnsrecon-1.1.5.ebuild => dnsrecon-1.3.0.ebuild} (80%) diff --git a/net-analyzer/dnsrecon/Manifest b/net-analyzer/dnsrecon/Manifest index d49399b55..9ac788f62 100644 --- a/net-analyzer/dnsrecon/Manifest +++ b/net-analyzer/dnsrecon/Manifest @@ -1,2 +1,2 @@ -DIST dnsrecon-1.1.5.tar.gz 655071 BLAKE2B 1d38fab4dd29810475e1a503c202352aee86a8405e55154134164dfc2a4f50c196a88be6962b4ffbdd7ddde8afebbe10112dafc3c1313de6f8ff5ea24cfa07c1 SHA512 c28d8865b336ac09ab4229f858cd4c1b0a248408f4f60a86e0976475c5bbb86f8d1185e08c288cad0977b777b42c7cf0d8da468a985317a2fe23cc6ca81fbff0 DIST dnsrecon-1.2.0.tar.gz 651434 BLAKE2B b2273bf4e2d2eee7e30c032576d507333347757581525a5e3ad083742ffebccb4cfed9e50822a31ba2a3c9c565643c79d1ee7ad9752841e0371b1367bf022f38 SHA512 2b178a2618f1f7b0bfd17dc3fec652df9042a219a8dc0cd157db07502e6bafad8e0971380d75a473cf3af2fde37f798ac1bcf2a1b8a512715cbb8b991ae59c9b +DIST dnsrecon-1.3.0.tar.gz 651598 BLAKE2B ee0e528d332d5c945be1431efa76d197d7c6a495a36c3d65d12e5ba2734ec21d9ea60da8e72904e2aa453e5a7a3be2e62fb588b743d68bcbe268100dba310dd0 SHA512 ec0417482c0bcfd5ba48214a279154cbf7909bfcf03e0c83e714ef8f60cf590b159ff4ad3373f58c5554076aa53eaf3434f211aa7abf61b1173f33cdf98c821b diff --git a/net-analyzer/dnsrecon/dnsrecon-1.2.0.ebuild b/net-analyzer/dnsrecon/dnsrecon-1.2.0.ebuild index 7c0dc24c4..58b4b9132 100644 --- a/net-analyzer/dnsrecon/dnsrecon-1.2.0.ebuild +++ b/net-analyzer/dnsrecon/dnsrecon-1.2.0.ebuild @@ -7,8 +7,8 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -HOMEPAGE="https://github.com/darkoperator/dnsrecon" DESCRIPTION="DNS Enumeration Script" +HOMEPAGE="https://github.com/darkoperator/dnsrecon" SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/dnsrecon/dnsrecon-1.1.5.ebuild b/net-analyzer/dnsrecon/dnsrecon-1.3.0.ebuild similarity index 80% rename from net-analyzer/dnsrecon/dnsrecon-1.1.5.ebuild rename to net-analyzer/dnsrecon/dnsrecon-1.3.0.ebuild index 490388215..aba600546 100644 --- a/net-analyzer/dnsrecon/dnsrecon-1.1.5.ebuild +++ b/net-analyzer/dnsrecon/dnsrecon-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,8 +7,8 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -HOMEPAGE="https://github.com/darkoperator/dnsrecon" DESCRIPTION="DNS Enumeration Script" +HOMEPAGE="https://github.com/darkoperator/dnsrecon" SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86" RDEPEND="${PYTHON_DEPS} - dev-python/dnspython[${PYTHON_USEDEP}] + >=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}] dev-python/netaddr[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" @@ -28,8 +28,5 @@ src_prepare() { python_install() { distutils-r1_python_install -# python_foreach_impl python_newscript dnsrecon.py dnsrecon python_foreach_impl python_newscript tools/parser.py dnsrecon-parser - -# dodoc -r msf_plugin/ *.md }