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.9.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0667d01550b0
branches:  trunk
changeset: 344708:0667d01550b0
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 25 06:18:14 2019 +0000

description:
py-cryptodome: updated to 3.9.4

3.9.4:
Resolved issues
* Prevent ``key_to_english`` from creating invalid data when fed with
  keys of length not multiple of 8.
* Fix blocking RSA signing/decryption when key has very small factor.

diffstat:

 security/py-cryptodome/Makefile |   4 ++--
 security/py-cryptodome/PLIST    |   5 ++++-
 security/py-cryptodome/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 6957fbd2196c -r 0667d01550b0 security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Mon Nov 25 06:17:38 2019 +0000
+++ b/security/py-cryptodome/Makefile   Mon Nov 25 06:18:14 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2019/11/13 06:58:34 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/11/25 06:18:14 adam Exp $
 
-DISTNAME=      pycryptodome-3.9.3
+DISTNAME=      pycryptodome-3.9.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycryptodome/}
diff -r 6957fbd2196c -r 0667d01550b0 security/py-cryptodome/PLIST
--- a/security/py-cryptodome/PLIST      Mon Nov 25 06:17:38 2019 +0000
+++ b/security/py-cryptodome/PLIST      Mon Nov 25 06:18:14 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/09/02 09:46:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/11/25 06:18:14 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -805,6 +805,9 @@
 ${PYSITELIB}/Crypto/SelfTest/Util/test_number.py
 ${PYSITELIB}/Crypto/SelfTest/Util/test_number.pyc
 ${PYSITELIB}/Crypto/SelfTest/Util/test_number.pyo
+${PYSITELIB}/Crypto/SelfTest/Util/test_rfc1751.py
+${PYSITELIB}/Crypto/SelfTest/Util/test_rfc1751.pyc
+${PYSITELIB}/Crypto/SelfTest/Util/test_rfc1751.pyo
 ${PYSITELIB}/Crypto/SelfTest/Util/test_strxor.py
 ${PYSITELIB}/Crypto/SelfTest/Util/test_strxor.pyc
 ${PYSITELIB}/Crypto/SelfTest/Util/test_strxor.pyo
diff -r 6957fbd2196c -r 0667d01550b0 security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Mon Nov 25 06:17:38 2019 +0000
+++ b/security/py-cryptodome/distinfo   Mon Nov 25 06:18:14 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2019/11/13 06:58:34 adam Exp $
+$NetBSD: distinfo,v 1.25 2019/11/25 06:18:14 adam Exp $
 
-SHA1 (pycryptodome-3.9.3.tar.gz) = 4b94c7d5d3f8d7d1d729f664899c080970bb0e48
-RMD160 (pycryptodome-3.9.3.tar.gz) = c211628b2d977e4141e7bbd39264edd76d1da866
-SHA512 (pycryptodome-3.9.3.tar.gz) = dca701120fc04fc7a4ccfccb0a7eba22af7081baf33e34d5d6e38765f468772f5fa2dd2a7b74f2838fa332c8e68218934dc94c2cf36f36ad4bcf82a511de64e9
-Size (pycryptodome-3.9.3.tar.gz) = 11575183 bytes
+SHA1 (pycryptodome-3.9.4.tar.gz) = 54fa0f4aa98084a42d7aa2cd8a330a7501b739ca
+RMD160 (pycryptodome-3.9.4.tar.gz) = 16a27a73ca3b205a86d2a72b664290766d4e4916
+SHA512 (pycryptodome-3.9.4.tar.gz) = d99e4e431d77856ce3ae33526984cadf2fa6aa82b1f692a2ad0ae893f6a1e9538e6d71d281578e6bd733a816664d1683364c64441196cbc6ee1278f9d6eac62c
+Size (pycryptodome-3.9.4.tar.gz) = 11575825 bytes



Home | Main Index | Thread Index | Old Index