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:           Tue Jan 30 19:42:47 UTC 2024

Modified Files:
        pkgsrc/security/py-cryptography: Makefile distinfo
        pkgsrc/security/py-cryptography_vectors: Makefile distinfo

Log Message:
py-cryptography py-cryptography_vectors: updated to 42.0.2

42.0.2 - 2024-01-30
~~~~~~~~~~~~~~~~~~~

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1.
* Fixed an issue that prevented the use of Python buffer protocol objects in
  ``sign`` and ``verify`` methods on asymmetric keys.
* Fixed an issue with incorrect keyword-argument naming with ``EllipticCurvePrivateKey``
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.exchange`,
  ``X25519PrivateKey``
  :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey.exchange`,
  ``X448PrivateKey``
  :meth:`~cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey.exchange`,
  and ``DHPrivateKey``
  :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey.exchange`.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/py-cryptography_vectors/Makefile
cvs rdiff -u -r1.49 -r1.50 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.109 pkgsrc/security/py-cryptography/Makefile:1.110
--- pkgsrc/security/py-cryptography/Makefile:1.109      Thu Jan 25 05:56:58 2024
+++ pkgsrc/security/py-cryptography/Makefile    Tue Jan 30 19:42:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2024/01/25 05:56:58 adam Exp $
+# $NetBSD: Makefile,v 1.110 2024/01/30 19:42:46 adam Exp $
 
-DISTNAME=      cryptography-42.0.1
+DISTNAME=      cryptography-42.0.2
 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.87 pkgsrc/security/py-cryptography/distinfo:1.88
--- pkgsrc/security/py-cryptography/distinfo:1.87       Thu Jan 25 05:56:58 2024
+++ pkgsrc/security/py-cryptography/distinfo    Tue Jan 30 19:42:46 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.87 2024/01/25 05:56:58 adam Exp $
+$NetBSD: distinfo,v 1.88 2024/01/30 19:42:46 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.1.tar.gz) = 2cd4372a133e38b2d7b29e3e679d839cff1d395afb8eb81e23692c87b0a51817
-SHA512 (cryptography-42.0.1.tar.gz) = 978f21bb14dd15ab559af4c85cbc5c98b2ad047bedc980307d7fc91816ee50ace4b1259dac083eb03f03ce12db1eaae171405e33348ac3affd58c140b986dfbd
-Size (cryptography-42.0.1.tar.gz) = 672364 bytes
+BLAKE2s (cryptography-42.0.2.tar.gz) = 14c66bb3454c1b17debfd3478d124013fc77e36950a6b444fe238c85a68144a3
+SHA512 (cryptography-42.0.2.tar.gz) = 100f604884cfe5335369d48eeb1d28ccd822f13ddd13c007f4a265c887362bda2b88646328ca570c9969897bd838df6c1f6b7fe4abaf36e82cdb93358694b12c
+Size (cryptography-42.0.2.tar.gz) = 672761 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.50 pkgsrc/security/py-cryptography_vectors/Makefile:1.51
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.50       Thu Jan 25 05:56:58 2024
+++ pkgsrc/security/py-cryptography_vectors/Makefile    Tue Jan 30 19:42:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2024/01/25 05:56:58 adam Exp $
+# $NetBSD: Makefile,v 1.51 2024/01/30 19:42:46 adam Exp $
 
-DISTNAME=      cryptography_vectors-42.0.1
+DISTNAME=      cryptography_vectors-42.0.2
 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.49 pkgsrc/security/py-cryptography_vectors/distinfo:1.50
--- pkgsrc/security/py-cryptography_vectors/distinfo:1.49       Thu Jan 25 05:56:58 2024
+++ pkgsrc/security/py-cryptography_vectors/distinfo    Tue Jan 30 19:42:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2024/01/25 05:56:58 adam Exp $
+$NetBSD: distinfo,v 1.50 2024/01/30 19:42:46 adam Exp $
 
-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
+BLAKE2s (cryptography_vectors-42.0.2.tar.gz) = 53300bb9fcb76bab289a7854359183266b7f513a3e1992f883df8f019a01f2e4
+SHA512 (cryptography_vectors-42.0.2.tar.gz) = 8ebc90e26b1398c5315061f621c3364e0b1759ccedcc566e6420e730f7df65763741e2cb26a87f4004964f4fb57703be2009fc5443266e0bfd9b5620ced9d04d
+Size (cryptography_vectors-42.0.2.tar.gz) = 35277730 bytes



Home | Main Index | Thread Index | Old Index