aboutsummaryrefslogtreecommitdiffstats
path: root/dns/knock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/knock/Makefile')
-rw-r--r--dns/knock/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/dns/knock/Makefile b/dns/knock/Makefile
index 262eb269ce4e..aa2b7ab54bf4 100644
--- a/dns/knock/Makefile
+++ b/dns/knock/Makefile
@@ -1,8 +1,8 @@
PORTNAME= knock
-DISTVERSION= 7.0.2
-PORTREVISION= 1
+DISTVERSION= 8.0.0
CATEGORIES= dns
PKGNAMESUFFIX= py
+PORTREVISION= 1
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool designed to enumerate subdomains on a target domain
@@ -11,10 +11,12 @@ WWW= https://github.com/guelfoweb/knock
LICENSE= GPLv2
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dnspython>=2.4.2:dns/py-dnspython@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tqdm>=4.66.2:misc/py-tqdm@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}dnspython>=2.8.0:dns/py-dnspython@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyopenssl>0:security/py-pyopenssl@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.9.9:www/py-python-dotenv@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.5:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.67.1:misc/py-tqdm@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}