pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-cryptodome py-cryptodome: updated to 3.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e80453bd13fb
branches:  trunk
changeset: 372404:e80453bd13fb
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 24 12:39:25 2022 +0000

description:
py-cryptodome: updated to 3.13.0

3.13.0

New features
------------
* Add support for curve NIST P-224.

Resolved issues
---------------
* Fixed typing info for ``Crypto.PublicKey.ECC``.

Other changes
-------------
* Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or SHA-3 hash.
  ``sign()`` and ``verify()`` will be performed even if the hash is stronger than the ECC key.

diffstat:

 security/py-cryptodome/Makefile |  10 +++-------
 security/py-cryptodome/distinfo |   8 ++++----
 2 files changed, 7 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r ee7d875ec4b9 -r e80453bd13fb security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Mon Jan 24 11:58:08 2022 +0000
+++ b/security/py-cryptodome/Makefile   Mon Jan 24 12:39:25 2022 +0000
@@ -1,19 +1,15 @@
-# $NetBSD: Makefile,v 1.39 2022/01/04 20:54:40 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2022/01/24 12:39:25 adam Exp $
 
-DISTNAME=      pycryptodome-3.12.0
+DISTNAME=      pycryptodome-3.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycryptodome/}
-EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.pycryptodome.org/
 COMMENT=       Cryptographic and hash functions for Python
 LICENSE=       public-domain AND python-software-foundation
 
-EXTRACT_USING= bsdtar
-
 # XXX is this needed?
 CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
 
@@ -22,7 +18,7 @@
 .include "../../lang/python/egg.mk"
 
 # Python 3 builds of this package get an extra "abi3" suffix added
-.if ${PYVERSSUFFIX} != "2.7"
+.if ${_PYTHON_VERSION} != 27
 PLIST_SUBST+=  SOEXT="abi3.so"
 .else
 PLIST_SUBST+=  SOEXT="so"
diff -r ee7d875ec4b9 -r e80453bd13fb security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Mon Jan 24 11:58:08 2022 +0000
+++ b/security/py-cryptodome/distinfo   Mon Jan 24 12:39:25 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2021/12/06 19:20:37 adam Exp $
+$NetBSD: distinfo,v 1.36 2022/01/24 12:39:25 adam Exp $
 
-BLAKE2s (pycryptodome-3.12.0.zip) = 701e19039e62dc8dbbc7603151200d2974e1b11982430d5561f531a46e1e0f10
-SHA512 (pycryptodome-3.12.0.zip) = bca064a6c544f639c2fef8bab4737db92dd9707c9496e715402a3b51c80e6b887097ef3ba9da12cbe8165d5acb57e9e4f17680e7f93794d2abe42a1339ce5da7
-Size (pycryptodome-3.12.0.zip) = 3717073 bytes
+BLAKE2s (pycryptodome-3.13.0.tar.gz) = e6b2cbb913ad26ef9bf42fe4ff4fb8f34cae059511dab1723cd65a7c11101b12
+SHA512 (pycryptodome-3.13.0.tar.gz) = b7f2431ee26dbb27a7c545c9b87a69fe1a90d6673aa0117e972a6fd1ceae34860c6e7f95ae8a8ccdfd296fb4a95b7da89a317f6aa8be0e79ef3b3003581ac665
+Size (pycryptodome-3.13.0.tar.gz) = 3369473 bytes



Home | Main Index | Thread Index | Old Index