pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptodome



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 13 06:58:35 UTC 2019

Modified Files:
        pkgsrc/security/py-cryptodome: Makefile distinfo

Log Message:
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``.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-cryptodome/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-cryptodome/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-cryptodome/Makefile
diff -u pkgsrc/security/py-cryptodome/Makefile:1.26 pkgsrc/security/py-cryptodome/Makefile:1.27
--- pkgsrc/security/py-cryptodome/Makefile:1.26 Sat Nov  9 21:34:56 2019
+++ pkgsrc/security/py-cryptodome/Makefile      Wed Nov 13 06:58:34 2019
@@ -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/}
 

Index: pkgsrc/security/py-cryptodome/distinfo
diff -u pkgsrc/security/py-cryptodome/distinfo:1.23 pkgsrc/security/py-cryptodome/distinfo:1.24
--- pkgsrc/security/py-cryptodome/distinfo:1.23 Sat Nov  9 21:34:56 2019
+++ pkgsrc/security/py-cryptodome/distinfo      Wed Nov 13 06:58:34 2019
@@ -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