Date: Sun, 9 Apr 2023 13:41:36 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: aa8a09174c49 - main - security/py-sslyze: Update to 5.1.3 Message-ID: <202304091341.339DfagJ096239@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=aa8a09174c49936c56f70061f26d644f7d9e963b commit aa8a09174c49936c56f70061f26d644f7d9e963b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:32:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:58 +0000 security/py-sslyze: Update to 5.1.3 Changes: https://github.com/nabla-c0d3/sslyze/releases --- security/py-sslyze/Makefile | 2 +- security/py-sslyze/distinfo | 6 +++--- security/py-sslyze/files/patch-setup.py | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/security/py-sslyze/Makefile b/security/py-sslyze/Makefile index d48dc5464497..5201576b19cd 100644 --- a/security/py-sslyze/Makefile +++ b/security/py-sslyze/Makefile @@ -1,5 +1,5 @@ PORTNAME= sslyze -PORTVERSION= 5.1.2 +PORTVERSION= 5.1.3 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-sslyze/distinfo b/security/py-sslyze/distinfo index 96f4b2760740..b9a10f65fc70 100644 --- a/security/py-sslyze/distinfo +++ b/security/py-sslyze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498810 -SHA256 (sslyze-5.1.2.tar.gz) = 2ca25629f038010134d62a65627c91b0041cba836533947989176ad97c5b4285 -SIZE (sslyze-5.1.2.tar.gz) = 966820 +TIMESTAMP = 1680726204 +SHA256 (sslyze-5.1.3.tar.gz) = 247eeed21e57cb5bfe8bd5565f83a35988cfad5c8294120fa7b729bd5e5cf949 +SIZE (sslyze-5.1.3.tar.gz) = 966841 diff --git a/security/py-sslyze/files/patch-setup.py b/security/py-sslyze/files/patch-setup.py new file mode 100644 index 000000000000..a1b980465ca3 --- /dev/null +++ b/security/py-sslyze/files/patch-setup.py @@ -0,0 +1,11 @@ +--- 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()}},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091341.339DfagJ096239>