Received: by mail.netbsd.org (Postfix, from userid 605) id EF62484FD3; Mon, 13 Aug 2018 07:20:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D69A484E0A for ; Mon, 13 Aug 2018 07:20:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uikPSg9Xc5UN for ; Mon, 13 Aug 2018 07:20:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2253E84C71 for ; Mon, 13 Aug 2018 07:20:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 196DEFBEC; Mon, 13 Aug 2018 07:20:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534144811235800" MIME-Version: 1.0 Date: Mon, 13 Aug 2018 07:20:11 +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: <20180813072011.196DEFBEC@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. --_----------=_1534144811235800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Aug 13 07:20:11 UTC 2018 Modified Files: pkgsrc/security/py-cryptodome: Makefile distinfo Log Message: py-cryptodome: updated to 3.6.5 3.6.5: Fixed incorrect AES encryption/decryption with AES acceleration on x86 due to gcc’s optimization and strict aliasing rules. More prime number candidates than necessary where discarded as composite due to the limited way D values were searched in the Lucas test. Fixed ResouceWarnings and DeprecationWarnings. Workaround for Python 3.7.0 bug on Windows To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-cryptodome/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-cryptodome/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534144811235800 Content-Disposition: inline Content-Length: 1785 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.15 pkgsrc/security/py-cryptodome/Makefile:1.16 --- pkgsrc/security/py-cryptodome/Makefile:1.15 Wed Jul 11 07:59:33 2018 +++ pkgsrc/security/py-cryptodome/Makefile Mon Aug 13 07:20:10 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/07/11 07:59:33 adam Exp $ +# $NetBSD: Makefile,v 1.16 2018/08/13 07:20:10 adam Exp $ -DISTNAME= pycryptodome-3.6.4 +DISTNAME= pycryptodome-3.6.5 PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/} Index: pkgsrc/security/py-cryptodome/distinfo diff -u pkgsrc/security/py-cryptodome/distinfo:1.12 pkgsrc/security/py-cryptodome/distinfo:1.13 --- pkgsrc/security/py-cryptodome/distinfo:1.12 Wed Jul 11 07:59:33 2018 +++ pkgsrc/security/py-cryptodome/distinfo Mon Aug 13 07:20:10 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2018/07/11 07:59:33 adam Exp $ +$NetBSD: distinfo,v 1.13 2018/08/13 07:20:10 adam Exp $ -SHA1 (pycryptodome-3.6.4.tar.gz) = 788ed34e446074c0c04b9bc0e11533d6608ad236 -RMD160 (pycryptodome-3.6.4.tar.gz) = 6345d3d2fa16481ae18405519a8327bf28c3e9f5 -SHA512 (pycryptodome-3.6.4.tar.gz) = 1c29f0d451da26e08e12a25463d8b0d1af85a253f43bcdafeb71b5ffefb5ae53d9f140335c231e38936aca095cff86692a04f26ef60936f810b36f888099203a -Size (pycryptodome-3.6.4.tar.gz) = 7137424 bytes +SHA1 (pycryptodome-3.6.5.tar.gz) = d2e1585c8406b349465b495b5ddd6938a211226f +RMD160 (pycryptodome-3.6.5.tar.gz) = a428f9097f4e2aa673e0cf7fdafc67beac36b682 +SHA512 (pycryptodome-3.6.5.tar.gz) = 0104e9702129f208ad29ff486799682cf63f505c4485aa644357c12d1b701f67ddb9fe7a8f889662a20a248cf4422ca308643c010c16ef2f26f27ee3386e77e7 +Size (pycryptodome-3.6.5.tar.gz) = 7137496 bytes --_----------=_1534144811235800--