mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
security/py-tls-parser: Update to 2.0.0
- Update LICENSE - Add LICENSE_FILE Changes: https://github.com/nabla-c0d3/tls_parser/commits/release
This commit is contained in:
parent
ebe7f79312
commit
c625acde0c
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= tls-parser
|
||||
PORTVERSION= 1.2.2
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,9 +10,10 @@ DISTNAME= tls_parser-${PORTVERSION}
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Small library to parse TLS records
|
||||
|
||||
LICENSE= AGPLv3
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1622213970
|
||||
SHA256 (tls_parser-1.2.2.tar.gz) = 83e4cb15b88b00fad1a856ff54731cc095c7e4f1ff90d09eaa24a5f48854da93
|
||||
SIZE (tls_parser-1.2.2.tar.gz) = 7567
|
||||
TIMESTAMP = 1642102343
|
||||
SHA256 (tls_parser-2.0.0.tar.gz) = 3beccf892b0b18f55f7a9a48e3defecd1abe4674001348104823ff42f4cbc06b
|
||||
SIZE (tls_parser-2.0.0.tar.gz) = 8455
|
||||
|
|
Loading…
Add table
Reference in a new issue