From owner-dev-commits-ports-main@freebsd.org Mon Jun 14 17:46:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E53046619B1; Mon, 14 Jun 2021 17:46:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3f4z3qy1z3vFZ; Mon, 14 Jun 2021 17:46:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61CC41904A; Mon, 14 Jun 2021 17:46:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EHkBhs052747; Mon, 14 Jun 2021 17:46:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EHkBeF052746; Mon, 14 Jun 2021 17:46:11 GMT (envelope-from git) Date: Mon, 14 Jun 2021 17:46:11 GMT Message-Id: <202106141746.15EHkBeF052746@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 030a4199f8f0 - main - security/py-tls-parser: Add py-tls-parser 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 030a4199f8f0deff98e68c8b2b69de49bb13fc3d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 17:46:13 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=030a4199f8f0deff98e68c8b2b69de49bb13fc3d commit 030a4199f8f0deff98e68c8b2b69de49bb13fc3d Author: Po-Chuan Hsieh AuthorDate: 2021-06-14 17:32:40 +0000 Commit: Po-Chuan Hsieh 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 + +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 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