git: 6861d252ef96 - main - Mk/Uses/python.mk: Update CRYPTOGRAPHY_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 13:45:45 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6861d252ef969ff73c99481ec37e1856e2b3bab3
commit 6861d252ef969ff73c99481ec37e1856e2b3bab3
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:07:19 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:34:02 +0000
Mk/Uses/python.mk: Update CRYPTOGRAPHY_DEPENDS
py-asyncssh 2.24.0 require py-cryptography 48.0.1+
---
Mk/Uses/python.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 329edc6aa376..d64d52e8de5f 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -636,7 +636,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp
# cryptography* support
. if ${PYCRYPTOGRAPHY_DEFAULT} == rust
-CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=48.0.0,1<49,1:security/py-cryptography@${PY_FLAVOR}
+CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=48.0.1,1<49,1:security/py-cryptography@${PY_FLAVOR}
. else
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_3,1:security/py-cryptography-legacy@${PY_FLAVOR}
. endif