Date: Sat, 30 Sep 2023 00:49:17 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: 4a858d01f92e - main - security/py-sslyze: Update to 5.2.0 Message-ID: <202309300049.38U0nHto008212@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=4a858d01f92e3fc8eed4cff4f17de365410ec727 commit 4a858d01f92e3fc8eed4cff4f17de365410ec727 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 00:22:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 00:44:39 +0000 security/py-sslyze: Update to 5.2.0 Changes: https://github.com/nabla-c0d3/sslyze/releases --- security/py-sslyze/Makefile | 6 +++--- security/py-sslyze/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/py-sslyze/Makefile b/security/py-sslyze/Makefile index 7b924e3cbde2..595bad8ab2c6 100644 --- a/security/py-sslyze/Makefile +++ b/security/py-sslyze/Makefile @@ -1,5 +1,5 @@ PORTNAME= sslyze -PORTVERSION= 5.1.3 +PORTVERSION= 5.2.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,8 @@ WWW= https://github.com/nabla-c0d3/sslyze LICENSE= AGPLv3 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} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nassl>=5.1<6:security/py-nassl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic>=1.10<2.4:devel/py-pydantic@${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} diff --git a/security/py-sslyze/distinfo b/security/py-sslyze/distinfo index b9a10f65fc70..a0335a6f28ef 100644 --- a/security/py-sslyze/distinfo +++ b/security/py-sslyze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680726204 -SHA256 (sslyze-5.1.3.tar.gz) = 247eeed21e57cb5bfe8bd5565f83a35988cfad5c8294120fa7b729bd5e5cf949 -SIZE (sslyze-5.1.3.tar.gz) = 966841 +TIMESTAMP = 1696001402 +SHA256 (sslyze-5.2.0.tar.gz) = 15ecb471b251dfbd003ba81a57d36865a93f18b74c7e7883a00d8bbddd365e03 +SIZE (sslyze-5.2.0.tar.gz) = 968952
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300049.38U0nHto008212>