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
This commit is contained in:
Po-Chuan Hsieh 2021-06-15 01:32:40 +08:00
parent 5fe672cb88
commit 030a4199f8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 27 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1622213970
SHA256 (tls_parser-1.2.2.tar.gz) = 83e4cb15b88b00fad1a856ff54731cc095c7e4f1ff90d09eaa24a5f48854da93
SIZE (tls_parser-1.2.2.tar.gz) = 7567

View File

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