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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66091cbe5e2
branches:  trunk
changeset: 375259:e66091cbe5e2
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 07 10:44:51 2018 +0000

description:
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.

diffstat:

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

diffs (36 lines):

diff -r 66d35f7f7ba4 -r e66091cbe5e2 security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Wed Feb 07 08:01:21 2018 +0000
+++ b/security/py-cryptodome/Makefile   Wed Feb 07 10:44:51 2018 +0000
@@ -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/}
@@ -16,6 +16,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"
 .include "../../lang/python/egg.mk"
diff -r 66d35f7f7ba4 -r e66091cbe5e2 security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Wed Feb 07 08:01:21 2018 +0000
+++ b/security/py-cryptodome/distinfo   Wed Feb 07 10:44:51 2018 +0000
@@ -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
-RMD160 (pycryptodome-3.4.8.tar.gz) = 125315cea76e8260a3ffb211c00a82ae448835c1
-SHA512 (pycryptodome-3.4.8.tar.gz) = b211dad8f74b3c37c43adf0f6389a3df1bb56d7ebc2083fe36ea657ed5290a106b4c61b855e21c0ab1271d0bbc847e7d81a63984f80384b47a0196daa7e3867c
-Size (pycryptodome-3.4.8.tar.gz) = 6699353 bytes
+SHA1 (pycryptodome-3.4.11.tar.gz) = daffceda74d65d57c83a63d1e5d3125b6961d571
+RMD160 (pycryptodome-3.4.11.tar.gz) = d6f2cfd68a8b5374d010d00afb891939dbb33b02
+SHA512 (pycryptodome-3.4.11.tar.gz) = a770122bcd03d4841027425ab8746558f80e525df8d7d8bcce5a513514ad1dba0eecb104bf72d60168a31a7d9d7f159d1facbd14dce743333908ad3c06ddc8c1
+Size (pycryptodome-3.4.11.tar.gz) = 6703564 bytes



Home | Main Index | Thread Index | Old Index