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 unified 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,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.8 2018/01/31 07:57:25 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2018/02/07 10:44:51 adam Exp $
2 2
3DISTNAME= pycryptodome-3.4.8 3DISTNAME= pycryptodome-3.4.11
4PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/} 4PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.pycryptodome.org/ 9HOMEPAGE= https://www.pycryptodome.org/
10COMMENT= Cryptographic and hash functions for Python 10COMMENT= Cryptographic and hash functions for Python
11LICENSE= public-domain AND python-software-foundation 11LICENSE= public-domain AND python-software-foundation
12 12
13do-test: 13do-test:
14 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} ${PYSETUP} test 14 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} ${PYSETUP} test
15 15
16# XXX is this needed? 16# XXX is this needed?
17CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 17CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
18 18
 19CHECK_PORTABILITY_SKIP= appveyor/get_wheels.sh
 20
19BUILDLINK_API_DEPENDS.gmp+= gmp>=5.0 21BUILDLINK_API_DEPENDS.gmp+= gmp>=5.0
20.include "../../devel/gmp/buildlink3.mk" 22.include "../../devel/gmp/buildlink3.mk"
21.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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