summaryrefslogtreecommitdiff
path: root/security/py-pyhanko-certvalidator
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-pyhanko-certvalidator')
-rw-r--r--security/py-pyhanko-certvalidator/Makefile5
-rw-r--r--security/py-pyhanko-certvalidator/distinfo6
-rw-r--r--security/py-pyhanko-certvalidator/files/patch-pyproject.toml12
3 files changed, 17 insertions, 6 deletions
diff --git a/security/py-pyhanko-certvalidator/Makefile b/security/py-pyhanko-certvalidator/Makefile
index fcebea04afee..4da59bde9079 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.27.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
diff --git a/security/py-pyhanko-certvalidator/distinfo b/security/py-pyhanko-certvalidator/distinfo
index e53abab91bd8..551d2a7abd70 100644
--- a/security/py-pyhanko-certvalidator/distinfo
+++ b/security/py-pyhanko-certvalidator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742070464
-SHA256 (pyhanko_certvalidator-0.26.8.tar.gz) = 57c496cebfa5d5e4d3d300dbb4974c66e1a4d9ca4a7a978b20bc66fdeb9dbcdb
-SIZE (pyhanko_certvalidator-0.26.8.tar.gz) = 102649
+TIMESTAMP = 1748107944
+SHA256 (pyhanko_certvalidator-0.27.0.tar.gz) = 94820b23ccecadfa64fa7f61b0427f751edcfa24f1bcbfb052b5780bdeab3def
+SIZE (pyhanko_certvalidator-0.27.0.tar.gz) = 104111
diff --git a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
index d63981588a4a..d7e06f702bf3 100644
--- a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
+++ b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-03-15 15:08:08 UTC
+--- pyproject.toml.orig 2025-05-24 11:55:40 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
@@ -8,3 +8,13 @@
"wheel"
]
build-backend = "setuptools.build_meta"
+@@ -8,8 +8,7 @@ authors = [{name = "Matthias Valvekens", email = "dev@
+ [project]
+ name = "pyhanko-certvalidator"
+ authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
+-license = "MIT"
+-license-files = ["LICENSE"]
++license = {text = "MIT"}
+ description = "Validates X.509 certificates and paths; forked from wbond/certvalidator"
+ keywords = [
+ "crypto",