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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77f8a90f9023
branches:  trunk
changeset: 343873:77f8a90f9023
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 13 06:58:34 2019 +0000

description:
py-cryptodome: updated to 3.9.3

3.9.3:
* Align stack of functions using SSE2 intrinsics to avoid crashes,
  when compiled with gcc on 32-bit x86 platforms.

3.9.2:
New features
* Add Python 3.8 wheels for Mac.

Resolved issues
* Avoid allocating arrays of ``__m128i`` on the stack, to cope with buggy compilers.
* Remove blanket ``-O3`` optimization for gcc and clang, to cope with buggy compilers.
* Fix typing stubs for signatures.
* Deal with gcc installations that don't have ``x86intrin.h``.

diffstat:

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

diffs (29 lines):

diff -r 96176e9967a3 -r 77f8a90f9023 security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Wed Nov 13 02:18:34 2019 +0000
+++ b/security/py-cryptodome/Makefile   Wed Nov 13 06:58:34 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2019/11/09 21:34:56 adam Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/13 06:58:34 adam Exp $
 
-DISTNAME=      pycryptodome-3.9.1
-PKGNAME=       ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
+DISTNAME=      pycryptodome-3.9.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycryptodome/}
 
diff -r 96176e9967a3 -r 77f8a90f9023 security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Wed Nov 13 02:18:34 2019 +0000
+++ b/security/py-cryptodome/distinfo   Wed Nov 13 06:58:34 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2019/11/09 21:34:56 adam Exp $
+$NetBSD: distinfo,v 1.24 2019/11/13 06:58:34 adam Exp $
 
-SHA1 (pycryptodome-3.9.1.tar.gz) = 35348c8b7b27920b3a5c120154846c0aa14e3ae6
-RMD160 (pycryptodome-3.9.1.tar.gz) = 2f5ef34749afcf402697eaf8cfccaf31dd8037ad
-SHA512 (pycryptodome-3.9.1.tar.gz) = f74a57f6713b6a5e6ad85700b783f0484cb67f78196e08ff70099de1d52bfa0cacc42a5698868d0891eba8dcf5f2a3370f72701f9d9eeac4a504f3c88d28a01d
-Size (pycryptodome-3.9.1.tar.gz) = 11562950 bytes
+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



Home | Main Index | Thread Index | Old Index