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: Wed Feb 21 06:42:24 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.4
42.0.4 - 2024-02-20
* Fixed a null-pointer-dereference and segfault that could occur when creating
a PKCS#12 bundle. Credit to **Alexander-Programming** for reporting the
issue. **CVE-2024-26130**
* Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields ``SMIMECapabilities``
and ``SignatureAlgorithmIdentifier`` should now be correctly encoded according to the
definitions in :rfc:`2633` :rfc:`3370`.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.89 -r1.90 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/py-cryptography_vectors/Makefile
cvs rdiff -u -r1.51 -r1.52 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.111 pkgsrc/security/py-cryptography/Makefile:1.112
--- pkgsrc/security/py-cryptography/Makefile:1.111 Fri Feb 16 19:10:49 2024
+++ pkgsrc/security/py-cryptography/Makefile Wed Feb 21 06:42:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2024/02/16 19:10:49 adam Exp $
+# $NetBSD: Makefile,v 1.112 2024/02/21 06:42:23 adam Exp $
-DISTNAME= cryptography-42.0.3
+DISTNAME= cryptography-42.0.4
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.89 pkgsrc/security/py-cryptography/distinfo:1.90
--- pkgsrc/security/py-cryptography/distinfo:1.89 Fri Feb 16 19:10:49 2024
+++ pkgsrc/security/py-cryptography/distinfo Wed Feb 21 06:42:23 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.89 2024/02/16 19:10:49 adam Exp $
+$NetBSD: distinfo,v 1.90 2024/02/21 06:42:23 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.3.tar.gz) = 08fb65295cd24fb8216350e40aa781e3a2ddc614f0b74db55e2883d87be44836
-SHA512 (cryptography-42.0.3.tar.gz) = d3733d08afea1cb3ad5a01f241ea7f58aaf38334cd25e2b7f64686ffd697f20ec30133931af7fe6a439ba0cb365d63ea6ec0512c627b768891f9e82c15dc0cdd
-Size (cryptography-42.0.3.tar.gz) = 669589 bytes
+BLAKE2s (cryptography-42.0.4.tar.gz) = 0f6335f667a61624d2d9ae8d194f474949098af2705aebf0a5ad8919e6bdb034
+SHA512 (cryptography-42.0.4.tar.gz) = e949672bbe5347c994e1217767c45b4a302830074ed404b65fdad5166f415c4d4c597c1b928eba3a61b338438a178c32302e001ffd6a2c34bbb51ba79ae2e938
+Size (cryptography-42.0.4.tar.gz) = 670311 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.52 pkgsrc/security/py-cryptography_vectors/Makefile:1.53
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.52 Fri Feb 16 19:10:49 2024
+++ pkgsrc/security/py-cryptography_vectors/Makefile Wed Feb 21 06:42:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2024/02/16 19:10:49 adam Exp $
+# $NetBSD: Makefile,v 1.53 2024/02/21 06:42:24 adam Exp $
-DISTNAME= cryptography_vectors-42.0.3
+DISTNAME= cryptography_vectors-42.0.4
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.51 pkgsrc/security/py-cryptography_vectors/distinfo:1.52
--- pkgsrc/security/py-cryptography_vectors/distinfo:1.51 Fri Feb 16 19:10:49 2024
+++ pkgsrc/security/py-cryptography_vectors/distinfo Wed Feb 21 06:42:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2024/02/16 19:10:49 adam Exp $
+$NetBSD: distinfo,v 1.52 2024/02/21 06:42:24 adam Exp $
-BLAKE2s (cryptography_vectors-42.0.3.tar.gz) = 00cc62db1b2a1dc1f57e858cabd06ffaf0e188dede518221ca82c023edf438bf
-SHA512 (cryptography_vectors-42.0.3.tar.gz) = 35d0220b564c384458c0844c66d80f49af763e728ca59658964ebefcf0433197a72be0a896ce6007b183b761c49200a7b6bba3b84bc13390336ca2875e04f7f4
-Size (cryptography_vectors-42.0.3.tar.gz) = 35277759 bytes
+BLAKE2s (cryptography_vectors-42.0.4.tar.gz) = 9eb6c0ac307c62d07b1f55ff950100bc53748e5fa21607a34668f141894514d5
+SHA512 (cryptography_vectors-42.0.4.tar.gz) = a1f324a43b0041733bb18f9e0b371ae7aab0786a0d5166ccde622946d5ee68c143a5b92a4c50bd8649b5b71962399994ec506250cdf6e691cd259d93f9910662
+Size (cryptography_vectors-42.0.4.tar.gz) = 35277611 bytes
Home |
Main Index |
Thread Index |
Old Index