1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

security/py-sslyze: Update to 5.1.3

Changes:	https://github.com/nabla-c0d3/sslyze/releases
This commit is contained in:
Po-Chuan Hsieh 2023-04-09 21:32:12 +08:00
parent a6c60bd605
commit aa8a09174c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= sslyze
PORTVERSION= 5.1.2
PORTVERSION= 5.1.3
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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()}},