summaryrefslogtreecommitdiff
path: root/security/py-pyhanko-certvalidator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-pyhanko-certvalidator/Makefile')
-rw-r--r--security/py-pyhanko-certvalidator/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/py-pyhanko-certvalidator/Makefile b/security/py-pyhanko-certvalidator/Makefile
index fcebea04afee..b995b3135b2a 100644
--- a/security/py-pyhanko-certvalidator/Makefile
+++ b/security/py-pyhanko-certvalidator/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyhanko-certvalidator
-PORTVERSION= 0.26.8
+PORTVERSION= 0.28.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -7,7 +7,8 @@ DISTNAME= pyhanko_certvalidator-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Validates X.509 certificates and paths
-WWW= https://github.com/MatthiasValvekens/certvalidator
+WWW= https://github.com/MatthiasValvekens/pyHanko/tree/master/pkgs/pyhanko-certvalidator \
+ https://github.com/MatthiasValvekens/pyHanko
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -27,6 +28,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= ASYNC_HTTP
ASYNC_HTTP_DESC=Asynchronous support
-ASYNC_HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8<3.12:www/py-aiohttp@${PY_FLAVOR}
+ASYNC_HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9<3.13:www/py-aiohttp@${PY_FLAVOR}
.include <bsd.port.mk>