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:
parent
5fe672cb88
commit
030a4199f8
@ -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
|
||||
|
20
security/py-tls-parser/Makefile
Normal file
20
security/py-tls-parser/Makefile
Normal 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>
|
3
security/py-tls-parser/distinfo
Normal file
3
security/py-tls-parser/distinfo
Normal 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
|
3
security/py-tls-parser/pkg-descr
Normal file
3
security/py-tls-parser/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user