git: 1bf6dcb77967 - main - security/py-sslyze: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:09:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bf6dcb77967e61eef2ff7e506c27ca852397a8f commit 1bf6dcb77967e61eef2ff7e506c27ca852397a8f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 09:05:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 09:05:27 +0000 security/py-sslyze: Update version requirement of RUN_DEPENDS --- security/py-sslyze/Makefile | 2 +- security/py-sslyze/files/patch-setup.py | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/security/py-sslyze/Makefile b/security/py-sslyze/Makefile index 6c2789b98c79..a114a055a805 100644 --- a/security/py-sslyze/Makefile +++ b/security/py-sslyze/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nassl>=5<6:security/py-nassl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic>=1.7<1.11:devel/py-pydantic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=20,1<24,1:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=23,1<24,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tls-parser>=2<3:security/py-tls-parser@${PY_FLAVOR} USES= pycryptography:run python diff --git a/security/py-sslyze/files/patch-setup.py b/security/py-sslyze/files/patch-setup.py deleted file mode 100644 index a1b980465ca3..000000000000 --- a/security/py-sslyze/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2023-04-01 13:24:09 UTC -+++ setup.py -@@ -102,7 +102,7 @@ setup( - "cryptography>=2.6,<40", - "tls-parser>=2,<3", - "pydantic>=1.7,<1.11", -- "pyOpenSSL>=23,<24", -+ "pyOpenSSL>=20,<24", - ], - # cx_freeze info for Windows builds with Python embedded - options={"build_exe": {"packages": ["cffi", "cryptography"], "include_files": get_include_files()}},