Date: Sat, 30 Sep 2023 23:34:28 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3226ddb8f0b9 - main - Mk/Uses/python.mk: Update CRYPTOGRAPHY_DEPENDS Message-ID: <202309302334.38UNYSEI010359@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3226ddb8f0b9c2bf72a6915baba0559e17896b40 commit 3226ddb8f0b9c2bf72a6915baba0559e17896b40 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 23:31:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 23:31:08 +0000 Mk/Uses/python.mk: Update CRYPTOGRAPHY_DEPENDS py-webauthn 1.11.0 requires py-cryptography 41.0.4+. --- 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 69ecd5f5a2ab..a3a2b6f03632 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -606,7 +606,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp # cryptography* support . if ${PYCRYPTOGRAPHY_DEFAULT} == rust -CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=41.0.3_1,1:security/py-cryptography@${PY_FLAVOR} +CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=41.0.4,1:security/py-cryptography@${PY_FLAVOR} . else CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_1,1:security/py-cryptography-legacy@${PY_FLAVOR} . endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309302334.38UNYSEI010359>