Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2024 07:05:07 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d732b8d6628e - main - security/py-pycryptodome{,x}: Update to 3.21.0
Message-ID:  <202410280705.49S757l6046462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d732b8d6628e808c92b78597728db2195d9ff048

commit d732b8d6628e808c92b78597728db2195d9ff048
Author:     John W. O'Brien <john@saltant.com>
AuthorDate: 2024-10-28 07:03:41 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-10-28 07:04:46 +0000

    security/py-pycryptodome{,x}: Update to 3.21.0
    
    PR:             282360
---
 security/py-pycryptodome/Makefile  | 6 +++---
 security/py-pycryptodome/distinfo  | 6 +++---
 security/py-pycryptodome/pkg-descr | 2 +-
 security/py-pycryptodomex/distinfo | 6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/security/py-pycryptodome/Makefile b/security/py-pycryptodome/Makefile
index 8dce5f756172..e61270276eeb 100644
--- a/security/py-pycryptodome/Makefile
+++ b/security/py-pycryptodome/Makefile
@@ -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
diff --git a/security/py-pycryptodome/distinfo b/security/py-pycryptodome/distinfo
index 70cbdbf51cc6..b1385af4f4d4 100644
--- a/security/py-pycryptodome/distinfo
+++ b/security/py-pycryptodome/distinfo
@@ -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
diff --git a/security/py-pycryptodome/pkg-descr b/security/py-pycryptodome/pkg-descr
index 9f0f9f2a180a..c725c82ca2f3 100644
--- a/security/py-pycryptodome/pkg-descr
+++ b/security/py-pycryptodome/pkg-descr
@@ -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
diff --git a/security/py-pycryptodomex/distinfo b/security/py-pycryptodomex/distinfo
index 60be8a89acff..39e5650c988a 100644
--- a/security/py-pycryptodomex/distinfo
+++ b/security/py-pycryptodomex/distinfo
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410280705.49S757l6046462>