Wed Feb 7 10:44:51 2018 UTC ()
py-cryptodome: updated to 3.4.11

3.4.11:
Resolved issues
* GH-121. the record list was still not correct due to PEP3147
  and __pycache__ directories.

3.4.10:
Resolved issues
* When creating ElGamal keys, the generator wasn't a square residue:
  ElGamal encryption done with those keys cannot be secure under
  the DDH assumption.

3.4.9:
New features
* More meaningful error messages while importing an ECC key.

Resolved issues
* GH-123 and #125. The SSE2 command line switch was not always passed on 32-bit x86 platforms.
* GH-121. The record list (--record) was not always correctly filled for the
  pycryptodomex package.


(adam)
diff -r1.8 -r1.9 pkgsrc/security/py-cryptodome/Makefile
diff -r1.5 -r1.6 pkgsrc/security/py-cryptodome/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/security/py-cryptodome/Makefile (expand / switch to context diff)
--- pkgsrc/security/py-cryptodome/Makefile 2018/01/31 07:57:25 1.8
+++ pkgsrc/security/py-cryptodome/Makefile 2018/02/07 10:44:51 1.9
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/01/31 07:57:25 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/02/07 10:44:51 adam Exp $
 
-DISTNAME=	pycryptodome-3.4.8
+DISTNAME=	pycryptodome-3.4.11
 PKGNAME=	${DISTNAME:S/^py/${PYPKGPREFIX}-/}
 CATEGORIES=	security python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pycryptodome/}
@@ -15,6 +15,8 @@
 
 # XXX is this needed?
 CFLAGS.SunOS+=	-std=c99 -D_XOPEN_SOURCE=600
+
+CHECK_PORTABILITY_SKIP=	appveyor/get_wheels.sh
 
 BUILDLINK_API_DEPENDS.gmp+=	gmp>=5.0
 .include "../../devel/gmp/buildlink3.mk"

cvs diff -r1.5 -r1.6 pkgsrc/security/py-cryptodome/distinfo (expand / switch to context diff)
--- pkgsrc/security/py-cryptodome/distinfo 2018/01/31 07:57:25 1.5
+++ pkgsrc/security/py-cryptodome/distinfo 2018/02/07 10:44:51 1.6
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/01/31 07:57:25 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/02/07 10:44:51 adam Exp $
 
-SHA1 (pycryptodome-3.4.8.tar.gz) = b17f4d64009a636b3b1b1cdc7404a9ab95862daf
+SHA1 (pycryptodome-3.4.11.tar.gz) = daffceda74d65d57c83a63d1e5d3125b6961d571
-RMD160 (pycryptodome-3.4.8.tar.gz) = 125315cea76e8260a3ffb211c00a82ae448835c1
+RMD160 (pycryptodome-3.4.11.tar.gz) = d6f2cfd68a8b5374d010d00afb891939dbb33b02
-SHA512 (pycryptodome-3.4.8.tar.gz) = b211dad8f74b3c37c43adf0f6389a3df1bb56d7ebc2083fe36ea657ed5290a106b4c61b855e21c0ab1271d0bbc847e7d81a63984f80384b47a0196daa7e3867c
+SHA512 (pycryptodome-3.4.11.tar.gz) = a770122bcd03d4841027425ab8746558f80e525df8d7d8bcce5a513514ad1dba0eecb104bf72d60168a31a7d9d7f159d1facbd14dce743333908ad3c06ddc8c1
-Size (pycryptodome-3.4.8.tar.gz) = 6699353 bytes
+Size (pycryptodome-3.4.11.tar.gz) = 6703564 bytes