Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0CA0E1A923E for ; Mon, 14 Dec 2020 07:31:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7355A84D6F; Mon, 14 Dec 2020 07:31:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE3B884D43 for ; Mon, 14 Dec 2020 07:31:19 +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 NV8QYrtXuSaL for ; Mon, 14 Dec 2020 07:31:18 +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 DD71084C71 for ; Mon, 14 Dec 2020 07:31:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D15AFFA9D; Mon, 14 Dec 2020 07:31:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607931078252930" MIME-Version: 1.0 Date: Mon, 14 Dec 2020 07:31:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201214073118.D15AFFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607931078252930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 14 07:31:18 UTC 2020 Modified Files: pkgsrc/security/py-cryptography: Makefile distinfo pkgsrc/security/py-cryptography_vectors: Makefile PLIST distinfo Log Message: py-cryptography py-cryptography_vectors: updated to 3.3.1 3.3.1: * Re-added a legacy symbol causing problems for older ``pyOpenSSL`` users. 3.3: * **BACKWARDS INCOMPATIBLE:** Support for Python 3.5 has been removed due to low usage and maintenance burden. * **BACKWARDS INCOMPATIBLE:** The :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now require 64-bit to 1024-bit (8 byte to 128 byte) initialization vectors. This change is to conform with an upcoming OpenSSL release that will no longer support sizes outside this window. * **BACKWARDS INCOMPATIBLE:** When deserializing asymmetric keys we now raise ``ValueError`` rather than ``UnsupportedAlgorithm`` when an unsupported cipher is used. This change is to conform with an upcoming OpenSSL release that will no longer distinguish between error types. * **BACKWARDS INCOMPATIBLE:** We no longer allow loading of finite field Diffie-Hellman parameters of less than 512 bits in length. This change is to conform with an upcoming OpenSSL release that no longer supports smaller sizes. These keys were already wildly insecure and should not have been used in any application outside of testing. * Updated Windows, macOS, and ``manylinux`` wheels to be compiled with OpenSSL 1.1.1i. * Python 2 support is deprecated in ``cryptography``. This is the last release that will support Python 2. * Added the :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.recover_data_from_signature` function to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` for recovering the signed data from an RSA signature. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/security/py-cryptography/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/security/py-cryptography/distinfo cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-cryptography_vectors/Makefile \ pkgsrc/security/py-cryptography_vectors/distinfo cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-cryptography_vectors/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607931078252930 Content-Disposition: inline Content-Length: 4857 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-cryptography/Makefile diff -u pkgsrc/security/py-cryptography/Makefile:1.81 pkgsrc/security/py-cryptography/Makefile:1.82 --- pkgsrc/security/py-cryptography/Makefile:1.81 Tue Nov 24 08:56:55 2020 +++ pkgsrc/security/py-cryptography/Makefile Mon Dec 14 07:31:18 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2020/11/24 08:56:55 adam Exp $ +# $NetBSD: Makefile,v 1.82 2020/12/14 07:31:18 adam Exp $ -DISTNAME= cryptography-3.2.1 +DISTNAME= cryptography-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/} Index: pkgsrc/security/py-cryptography/distinfo diff -u pkgsrc/security/py-cryptography/distinfo:1.64 pkgsrc/security/py-cryptography/distinfo:1.65 --- pkgsrc/security/py-cryptography/distinfo:1.64 Tue Nov 24 08:56:55 2020 +++ pkgsrc/security/py-cryptography/distinfo Mon Dec 14 07:31:18 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.64 2020/11/24 08:56:55 adam Exp $ +$NetBSD: distinfo,v 1.65 2020/12/14 07:31:18 adam Exp $ -SHA1 (cryptography-3.2.1.tar.gz) = 20708a4955dcf7e2bb53d05418273d2bc0f80ab4 -RMD160 (cryptography-3.2.1.tar.gz) = 8b1b4f3f45917f00035a4bc02a9ad0429a720a5f -SHA512 (cryptography-3.2.1.tar.gz) = e3f1806693c24aadc3ef0df374ce1845760e87ad7c243226b75e80820b50bdc0760e4bb5f6ce26d62a6d23736b3109f72cd30b52ae2a36b26ec5656ec96c6175 -Size (cryptography-3.2.1.tar.gz) = 540994 bytes +SHA1 (cryptography-3.3.1.tar.gz) = f63b7bbf6ae3b6f4c178d1e8c1f89aac9507ba38 +RMD160 (cryptography-3.3.1.tar.gz) = 2c2f9ad13d298bf5cbdf1375f9d7737da9714639 +SHA512 (cryptography-3.3.1.tar.gz) = 62192fe0fd3bb8844ccc0056ab72a42b038db2a4ecb0928543c520b85e1de93066dab0d604acf23d37395d68172b9618f81c6022a59ec49725bc1862096d15d1 +Size (cryptography-3.3.1.tar.gz) = 539756 bytes Index: pkgsrc/security/py-cryptography_vectors/Makefile diff -u pkgsrc/security/py-cryptography_vectors/Makefile:1.26 pkgsrc/security/py-cryptography_vectors/Makefile:1.27 --- pkgsrc/security/py-cryptography_vectors/Makefile:1.26 Tue Nov 24 08:56:55 2020 +++ pkgsrc/security/py-cryptography_vectors/Makefile Mon Dec 14 07:31:18 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2020/11/24 08:56:55 adam Exp $ +# $NetBSD: Makefile,v 1.27 2020/12/14 07:31:18 adam Exp $ -DISTNAME= cryptography_vectors-3.2.1 +DISTNAME= cryptography_vectors-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography_vectors/} Index: pkgsrc/security/py-cryptography_vectors/distinfo diff -u pkgsrc/security/py-cryptography_vectors/distinfo:1.26 pkgsrc/security/py-cryptography_vectors/distinfo:1.27 --- pkgsrc/security/py-cryptography_vectors/distinfo:1.26 Tue Nov 24 08:56:55 2020 +++ pkgsrc/security/py-cryptography_vectors/distinfo Mon Dec 14 07:31:18 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2020/11/24 08:56:55 adam Exp $ +$NetBSD: distinfo,v 1.27 2020/12/14 07:31:18 adam Exp $ -SHA1 (cryptography_vectors-3.2.1.tar.gz) = 9af06241b094022e67fe94c4581d6fc17afdb7ab -RMD160 (cryptography_vectors-3.2.1.tar.gz) = fbcc904b03018caa146c8654c887ef4102000446 -SHA512 (cryptography_vectors-3.2.1.tar.gz) = 44ff756a6ece9700f7657f8ba92417e95bf273cf500f1dab2141de5b2af6e61840d65c37b766abd752c76025ead1550bfc7b7340ce5774c75fd0bb8ac768cdd8 -Size (cryptography_vectors-3.2.1.tar.gz) = 35168164 bytes +SHA1 (cryptography_vectors-3.3.1.tar.gz) = ad07ab39aba22759033f6df467db1949673bae62 +RMD160 (cryptography_vectors-3.3.1.tar.gz) = 93b4f69fe609d8ab702f89cf42da6d8c501c980c +SHA512 (cryptography_vectors-3.3.1.tar.gz) = a102535bd3cf72118106ca7268d5a9921738d41f81247940c550961d61cb0d1869095b7891c39e8dc15816f7d38230622846747b4b7a3f226f09306cf86220bd +Size (cryptography_vectors-3.3.1.tar.gz) = 35168171 bytes Index: pkgsrc/security/py-cryptography_vectors/PLIST diff -u pkgsrc/security/py-cryptography_vectors/PLIST:1.15 pkgsrc/security/py-cryptography_vectors/PLIST:1.16 --- pkgsrc/security/py-cryptography_vectors/PLIST:1.15 Tue Nov 24 08:56:55 2020 +++ pkgsrc/security/py-cryptography_vectors/PLIST Mon Dec 14 07:31:18 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2020/11/24 08:56:55 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2020/12/14 07:31:18 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -49,6 +49,7 @@ ${PYSITELIB}/cryptography_vectors/asymme ${PYSITELIB}/cryptography_vectors/asymmetric/DH/KASValidityTest_FFCStatic_NOKC_ZZOnly_resp.fax ${PYSITELIB}/cryptography_vectors/asymmetric/DH/RFC5114.txt ${PYSITELIB}/cryptography_vectors/asymmetric/DH/bad_exchange.txt +${PYSITELIB}/cryptography_vectors/asymmetric/DH/dh_key_256.pem ${PYSITELIB}/cryptography_vectors/asymmetric/DH/dhkey.der ${PYSITELIB}/cryptography_vectors/asymmetric/DH/dhkey.pem ${PYSITELIB}/cryptography_vectors/asymmetric/DH/dhkey.txt --_----------=_1607931078252930--