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 Feb  7 10:44:51 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-cryptodome/Makefile
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/security/py-cryptodome/Makefile:1.9
--- pkgsrc/security/py-cryptodome/Makefile:1.8  Wed Jan 31 07:57:25 2018
+++ pkgsrc/security/py-cryptodome/Makefile      Wed Feb  7 10:44:51 2018
@@ -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 @@ do-test:
 # 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"

Index: pkgsrc/security/py-cryptodome/distinfo
diff -u pkgsrc/security/py-cryptodome/distinfo:1.5 pkgsrc/security/py-cryptodome/distinfo:1.6
--- pkgsrc/security/py-cryptodome/distinfo:1.5  Wed Jan 31 07:57:25 2018
+++ pkgsrc/security/py-cryptodome/distinfo      Wed Feb  7 10:44:51 2018
@@ -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