Date: Mon, 14 Jun 2021 17:46:11 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: 030a4199f8f0 - main - security/py-tls-parser: Add py-tls-parser 1.2.2 Message-ID: <202106141746.15EHkBeF052746@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=030a4199f8f0deff98e68c8b2b69de49bb13fc3d commit 030a4199f8f0deff98e68c8b2b69de49bb13fc3d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-14 17:32:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-14 17:32:40 +0000 security/py-tls-parser: Add py-tls-parser 1.2.2 tls_parser is a small library to parse TLS records used by SSLyze. WWW: https://github.com/nabla-c0d3/tls_parser --- security/Makefile | 1 + security/py-tls-parser/Makefile | 20 ++++++++++++++++++++ security/py-tls-parser/distinfo | 3 +++ security/py-tls-parser/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) diff --git a/security/Makefile b/security/Makefile index e355ef901cf7..4e3c96124cc0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -995,6 +995,7 @@ SUBDIR += py-stix2 SUBDIR += py-stix2-patterns SUBDIR += py-taxii2-client + SUBDIR += py-tls-parser SUBDIR += py-tlslite SUBDIR += py-trezor SUBDIR += py-trustme diff --git a/security/py-tls-parser/Makefile b/security/py-tls-parser/Makefile new file mode 100644 index 000000000000..e777fc5fe1a0 --- /dev/null +++ b/security/py-tls-parser/Makefile @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= tls-parser +PORTVERSION= 1.2.2 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= tls_parser-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Small library to parse TLS records + +LICENSE= AGPLv3 + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/py-tls-parser/distinfo b/security/py-tls-parser/distinfo new file mode 100644 index 000000000000..a3eadd29dce2 --- /dev/null +++ b/security/py-tls-parser/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622213970 +SHA256 (tls_parser-1.2.2.tar.gz) = 83e4cb15b88b00fad1a856ff54731cc095c7e4f1ff90d09eaa24a5f48854da93 +SIZE (tls_parser-1.2.2.tar.gz) = 7567 diff --git a/security/py-tls-parser/pkg-descr b/security/py-tls-parser/pkg-descr new file mode 100644 index 000000000000..87a0282a5dfb --- /dev/null +++ b/security/py-tls-parser/pkg-descr @@ -0,0 +1,3 @@ +tls_parser is a small library to parse TLS records used by SSLyze. + +WWW: https://github.com/nabla-c0d3/tls_parser
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106141746.15EHkBeF052746>