aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:32:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:36:58 +0000
commitaa8a09174c49936c56f70061f26d644f7d9e963b (patch)
tree06b9fd6861179fc2ad2a4c3bd9c7c3849a56a02c
parenta6c60bd605fd94a9d448eaa6ceb182acc15ffb18 (diff)
downloadports-aa8a09174c49936c56f70061f26d644f7d9e963b.tar.gz
ports-aa8a09174c49936c56f70061f26d644f7d9e963b.zip
security/py-sslyze: Update to 5.1.3
-rw-r--r--security/py-sslyze/Makefile2
-rw-r--r--security/py-sslyze/distinfo6
-rw-r--r--security/py-sslyze/files/patch-setup.py11
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()}},