git: b9ed08a2a7f8 - main - dns/dnsrecon: Update to 0.10.1
Fernando Apesteguía
fernape at FreeBSD.org
Fri Apr 16 05:46:22 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9ed08a2a7f8294737fa9c5cdcf80e93877ea878
commit b9ed08a2a7f8294737fa9c5cdcf80e93877ea878
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-04-15 12:38:44 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-04-16 05:42:58 +0000
dns/dnsrecon: Update to 0.10.1
ChangeLog: https://github.com/darkoperator/dnsrecon/compare/0.10.0...0.10.1
PR: 254821
Reported by: m.muenz at gmail.com
Approved by: rihaz.jerrin at gmail.com (maintainer, timeout > 1 week)
---
dns/dnsrecon/Makefile | 7 +++----
dns/dnsrecon/distinfo | 6 +++---
dns/dnsrecon/pkg-plist | 3 +--
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/dns/dnsrecon/Makefile b/dns/dnsrecon/Makefile
index ce47651f1dae..b92a83ea3db1 100644
--- a/dns/dnsrecon/Makefile
+++ b/dns/dnsrecon/Makefile
@@ -1,6 +1,5 @@
PORTNAME= dnsrecon
-DISTVERSION= 0.8.13
-PORTREVISION= 2
+DISTVERSION= 0.10.1
CATEGORIES= dns
MAINTAINER= rihaz.jerrin at gmail.com
@@ -8,7 +7,7 @@ COMMENT= DNS enumeration tool
LICENSE= GPLv2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=0:dns/py-dnspython2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
@@ -27,7 +26,7 @@ FILELIST= namelist.txt subdomains-top1mil-20000.txt \
post-patch:
@${REINPLACE_CMD} -e 's|from lib|from dnsrecon|g' ${WRKSRC}/${PORTNAME}.py \
${WRKSRC}/lib/crtenum.py \
- ${WRKSRC}/lib/gooenum.py
+ ${WRKSRC}/lib/yandexenum.py
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/dns/dnsrecon/distinfo b/dns/dnsrecon/distinfo
index fa59b1cabc69..b21ad0ce29a7 100644
--- a/dns/dnsrecon/distinfo
+++ b/dns/dnsrecon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529078078
-SHA256 (darkoperator-dnsrecon-0.8.13_GH0.tar.gz) = f36c5d18993eca28decdfd433bc22aea0032b8ed691c42e50ae490c0e2120a33
-SIZE (darkoperator-dnsrecon-0.8.13_GH0.tar.gz) = 637099
+TIMESTAMP = 1617713014
+SHA256 (darkoperator-dnsrecon-0.10.1_GH0.tar.gz) = eb0086f068a279bd2d6c9b9736d12ff1ef84f61561a06b1c134cb3bfa5c66920
+SIZE (darkoperator-dnsrecon-0.10.1_GH0.tar.gz) = 665198
diff --git a/dns/dnsrecon/pkg-plist b/dns/dnsrecon/pkg-plist
index e3e940504575..5dc8563c33a9 100644
--- a/dns/dnsrecon/pkg-plist
+++ b/dns/dnsrecon/pkg-plist
@@ -3,10 +3,9 @@ bin/dnsrecon
%%PYTHON_SITELIBDIR%%/dnsrecon/bingenum.py
%%PYTHON_SITELIBDIR%%/dnsrecon/crtenum.py
%%PYTHON_SITELIBDIR%%/dnsrecon/dnshelper.py
-%%PYTHON_SITELIBDIR%%/dnsrecon/gooenum.py
-%%PYTHON_SITELIBDIR%%/dnsrecon/mdnsenum.py
%%PYTHON_SITELIBDIR%%/dnsrecon/msf_print.py
%%PYTHON_SITELIBDIR%%/dnsrecon/whois.py
+%%PYTHON_SITELIBDIR%%/dnsrecon/yandexenum.py
%%DATADIR%%/namelist.txt
%%DATADIR%%/subdomains-top1mil-20000.txt
%%DATADIR%%/subdomains-top1mil-5000.txt
More information about the dev-commits-ports-all
mailing list