pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 25 05:56:58 UTC 2024

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 42.0.1

42.0.1 - 2024-01-24

* Fixed an issue with incorrect keyword-argument naming with ``EllipticCurvePrivateKey``
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign`.
* Resolved compatibility issue with loading certain RSA public keys in
  :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/py-cryptography_vectors/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-cryptography_vectors/PLIST
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/py-cryptography_vectors/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-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.108 pkgsrc/security/py-cryptography/Makefile:1.109
--- pkgsrc/security/py-cryptography/Makefile:1.108      Tue Jan 23 06:33:48 2024
+++ pkgsrc/security/py-cryptography/Makefile    Thu Jan 25 05:56:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2024/01/23 06:33:48 adam Exp $
+# $NetBSD: Makefile,v 1.109 2024/01/25 05:56:58 adam Exp $
 
-DISTNAME=      cryptography-42.0.0
+DISTNAME=      cryptography-42.0.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.86 pkgsrc/security/py-cryptography/distinfo:1.87
--- pkgsrc/security/py-cryptography/distinfo:1.86       Tue Jan 23 06:33:48 2024
+++ pkgsrc/security/py-cryptography/distinfo    Thu Jan 25 05:56:58 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.86 2024/01/23 06:33:48 adam Exp $
+$NetBSD: distinfo,v 1.87 2024/01/25 05:56:58 adam Exp $
 
 BLAKE2s (asn1-0.15.5.crate) = 171bef4b5e457ab8e0bf2cbf9bf8159269faaccc9e4cf97a7e330d683a2f0c7e
 SHA512 (asn1-0.15.5.crate) = 28ab871b4e011a91da38db4900b1fd907ef894b0eabc98d354f9288ae1564a3122b19748dcd49879a3e294d9e7dfe3b4b2b49ed0b0eeb723aac4567b2c0481bf
@@ -24,9 +24,9 @@ Size (cc-1.0.83.crate) = 68343 bytes
 BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb
 SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 Size (cfg-if-1.0.0.crate) = 7934 bytes
-BLAKE2s (cryptography-42.0.0.tar.gz) = 70c249257faa4d821af97cb2f5a36d9ecbea0bf2775c63d1995baa5ac231dc01
-SHA512 (cryptography-42.0.0.tar.gz) = 96a9eab6b23ed8a0789742e824429646ac6a038047dcc3ec092955b1308843d1686b012f7e12c64d8c40308049be98bbdb1af233e83c60b388a30035e50bb58d
-Size (cryptography-42.0.0.tar.gz) = 671860 bytes
+BLAKE2s (cryptography-42.0.1.tar.gz) = 2cd4372a133e38b2d7b29e3e679d839cff1d395afb8eb81e23692c87b0a51817
+SHA512 (cryptography-42.0.1.tar.gz) = 978f21bb14dd15ab559af4c85cbc5c98b2ad047bedc980307d7fc91816ee50ace4b1259dac083eb03f03ce12db1eaae171405e33348ac3affd58c140b986dfbd
+Size (cryptography-42.0.1.tar.gz) = 672364 bytes
 BLAKE2s (foreign-types-0.3.2.crate) = d6fbfbaaa345e5df7be5b4c09a69174fb43c8ab6b79a989c599f7a8c576d78ba
 SHA512 (foreign-types-0.3.2.crate) = bf27b8243ed482c202d120383374f19ff09422535e24b9c1aebccc66529bf300ca17b8bbc76d67f98ac092e614497afe3add9dc68aa69c93074df05762f91232
 Size (foreign-types-0.3.2.crate) = 7504 bytes

Index: pkgsrc/security/py-cryptography_vectors/Makefile
diff -u pkgsrc/security/py-cryptography_vectors/Makefile:1.49 pkgsrc/security/py-cryptography_vectors/Makefile:1.50
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.49       Tue Jan 23 06:33:49 2024
+++ pkgsrc/security/py-cryptography_vectors/Makefile    Thu Jan 25 05:56:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2024/01/23 06:33:49 adam Exp $
+# $NetBSD: Makefile,v 1.50 2024/01/25 05:56:58 adam Exp $
 
-DISTNAME=      cryptography_vectors-42.0.0
+DISTNAME=      cryptography_vectors-42.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography_vectors/}

Index: pkgsrc/security/py-cryptography_vectors/PLIST
diff -u pkgsrc/security/py-cryptography_vectors/PLIST:1.26 pkgsrc/security/py-cryptography_vectors/PLIST:1.27
--- pkgsrc/security/py-cryptography_vectors/PLIST:1.26  Tue Jan 23 06:33:49 2024
+++ pkgsrc/security/py-cryptography_vectors/PLIST       Thu Jan 25 05:56:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2024/01/23 06:33:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2024/01/25 05:56:58 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.APACHE
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.BSD
@@ -170,9 +170,11 @@ ${PYSITELIB}/cryptography_vectors/asymme
 ${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/ec_private_key.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/ec_private_key_encrypted.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/ec_public_key.pem
+${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/ec_public_key_rsa_delimiter.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/rsa-bad-1025-q-is-2.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/rsa_private_key.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/rsa_public_key.pem
+${PYSITELIB}/cryptography_vectors/asymmetric/PEM_Serialization/rsa_wrong_delimiter_public_key.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PKCS8/bad-encryption-oid.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PKCS8/bad-oid-dsa-key.pem
 ${PYSITELIB}/cryptography_vectors/asymmetric/PKCS8/ec_oid_not_in_reg_private_2.pkcs8.pem

Index: pkgsrc/security/py-cryptography_vectors/distinfo
diff -u pkgsrc/security/py-cryptography_vectors/distinfo:1.48 pkgsrc/security/py-cryptography_vectors/distinfo:1.49
--- pkgsrc/security/py-cryptography_vectors/distinfo:1.48       Tue Jan 23 06:33:49 2024
+++ pkgsrc/security/py-cryptography_vectors/distinfo    Thu Jan 25 05:56:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2024/01/23 06:33:49 adam Exp $
+$NetBSD: distinfo,v 1.49 2024/01/25 05:56:58 adam Exp $
 
-BLAKE2s (cryptography_vectors-42.0.0.tar.gz) = 2038b21ba5443a4efdc4753e347bfad036d76f00e7e645665f41afc5601cc1b0
-SHA512 (cryptography_vectors-42.0.0.tar.gz) = 2d7a633ddf6b81bc3098a54dc61b801e7ea8117424d02db2b9baeb2a2a6da734e07b64f24f924fbf1ae45d65ce2f34db8cc76b1bfaed9dab00a69ef0332245e1
-Size (cryptography_vectors-42.0.0.tar.gz) = 35277565 bytes
+BLAKE2s (cryptography_vectors-42.0.1.tar.gz) = ec55f0236845f4dade3fa8ab0de77d7c020965546fc276d41a6c4f8b8edca922
+SHA512 (cryptography_vectors-42.0.1.tar.gz) = b7d4503f182e29d1d33bcd5ad2f4327a8deb3e11c640c843eab3b870780b7285323fa044f98dd052101e4926b2bbbbecdf5de00858df8fbedc25e7c69912b335
+Size (cryptography_vectors-42.0.1.tar.gz) = 35277715 bytes



Home | Main Index | Thread Index | Old Index