Received: by mail.netbsd.org (Postfix, from userid 605) id 3BBFA84D9E; Wed, 7 Feb 2018 10:44:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BACF784D8F for ; Wed, 7 Feb 2018 10:44:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lujVTn-Fv6Jt for ; Wed, 7 Feb 2018 10:44:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3C19F84D47 for ; Wed, 7 Feb 2018 10:44:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36E87FB40; Wed, 7 Feb 2018 10:44:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151800029180370" MIME-Version: 1.0 Date: Wed, 7 Feb 2018 10:44:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-cryptodome To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180207104451.36E87FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151800029180370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_151800029180370 Content-Disposition: inline Content-Length: 2044 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_151800029180370--