mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/py-pycryptodome{,x}: Update to 3.21.0
PR: 282360
This commit is contained in:
parent
0f11f7ee59
commit
d732b8d662
@ -1,5 +1,5 @@
|
||||
PORTNAME?= pycryptodome
|
||||
DISTVERSION= 3.20.0
|
||||
DISTVERSION= 3.21.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -8,7 +8,7 @@ MAINTAINER= john@saltant.com
|
||||
COMMENT= Cryptographic library for Python
|
||||
WWW= https://www.pycryptodome.org/
|
||||
|
||||
LICENSE= APACHE20 BSD2CLAUSE PD
|
||||
LICENSE= BSD2CLAUSE PD
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR} \
|
||||
gmp>=0:math/gmp
|
||||
|
||||
# Officially: 2.7, 3.5-3.12
|
||||
# Officially: 2.7, 3.6-3.13
|
||||
USES= cpe python
|
||||
CPE_VENDOR= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1706557466
|
||||
SHA256 (pycryptodome-3.20.0.tar.gz) = 09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7
|
||||
SIZE (pycryptodome-3.20.0.tar.gz) = 4794232
|
||||
TIMESTAMP = 1728944664
|
||||
SHA256 (pycryptodome-3.21.0.tar.gz) = f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297
|
||||
SIZE (pycryptodome-3.21.0.tar.gz) = 4818071
|
||||
|
@ -5,7 +5,7 @@ PyCrypto (2.6.1):
|
||||
* Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
|
||||
* Accelerated AES on Intel platforms via AES-NI
|
||||
* First class support for PyPy
|
||||
* Elliptic curves cryptography (NIST P-curves; Ed25519, Ed448)
|
||||
* Elliptic curves cryptography (NIST P-curves; Ed25519, Ed448, Curve25519)
|
||||
* Better and more compact API
|
||||
* SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
|
||||
* Salsa20 and ChaCha20 stream ciphers
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1706557470
|
||||
SHA256 (pycryptodomex-3.20.0.tar.gz) = 7a710b79baddd65b806402e14766c721aee8fb83381769c27920f26476276c1e
|
||||
SIZE (pycryptodomex-3.20.0.tar.gz) = 4794613
|
||||
TIMESTAMP = 1730098751
|
||||
SHA256 (pycryptodomex-3.21.0.tar.gz) = 222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c
|
||||
SIZE (pycryptodomex-3.21.0.tar.gz) = 4818543
|
||||
|
Loading…
Reference in New Issue
Block a user