Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2023 22:26:29 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: cb35a216c80b - main - Mk/Uses/python.mk: Update USE_PYTHON=cryptography*
Message-ID:  <202312012226.3B1MQTPS071909@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=cb35a216c80b456f09dfbf1bac58e3927330c7de

commit cb35a216c80b456f09dfbf1bac58e3927330c7de
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 22:08:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:13:29 +0000

    Mk/Uses/python.mk: Update USE_PYTHON=cryptography*
    
    Reference:      https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4106---2023-11-27
    Security:       CVE-2023-49083
---
 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 2f1b6d254461..5ef639cf7907 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.5,1:security/py-cryptography@${PY_FLAVOR}
+CRYPTOGRAPHY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=41.0.7,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?202312012226.3B1MQTPS071909>