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 8 10:20:20 UTC 2023
Modified Files:
pkgsrc/security/py-cryptography: Makefile distinfo
pkgsrc/security/py-cryptography_vectors: Makefile distinfo
Log Message:
py-cryptography py-cryptography_vectors: updated to 39.0.1
39.0.1
SECURITY ISSUE - Fixed a bug where Cipher.update_into accepted Python buffer protocol objects, but allowed immutable buffers. CVE-2023-23931
Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.8.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/security/py-cryptography/distinfo
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/py-cryptography_vectors/Makefile \
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.93 pkgsrc/security/py-cryptography/Makefile:1.94
--- pkgsrc/security/py-cryptography/Makefile:1.93 Wed Jan 11 10:17:19 2023
+++ pkgsrc/security/py-cryptography/Makefile Wed Feb 8 10:20:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2023/01/11 10:17:19 adam Exp $
+# $NetBSD: Makefile,v 1.94 2023/02/08 10:20:20 adam Exp $
-DISTNAME= cryptography-39.0.0
+DISTNAME= cryptography-39.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.75 pkgsrc/security/py-cryptography/distinfo:1.76
--- pkgsrc/security/py-cryptography/distinfo:1.75 Wed Jan 11 10:17:19 2023
+++ pkgsrc/security/py-cryptography/distinfo Wed Feb 8 10:20:20 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.75 2023/01/11 10:17:19 adam Exp $
+$NetBSD: distinfo,v 1.76 2023/02/08 10:20:20 adam Exp $
BLAKE2s (Inflector-0.11.4.crate) = 2f8b4a805230be3b58267c7fb6b9c26c2ec966378d195673d1128a851cca515d
SHA512 (Inflector-0.11.4.crate) = f1f6463e033b6d3c16c51dc1e1a3f5569954308b95b59058294b7f9310919bbda797e99e6a07529071bb83f0688867a243997d33795a7136b0af73977004296e
@@ -42,9 +42,9 @@ Size (codespan-reporting-0.11.1.crate) =
BLAKE2s (core-foundation-sys-0.8.3.crate) = 679c01a6f663daba747856f9e5c72ad3f1ef1dafb2f6f7211cc1e1c6637ba049
SHA512 (core-foundation-sys-0.8.3.crate) = a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82
Size (core-foundation-sys-0.8.3.crate) = 17519 bytes
-BLAKE2s (cryptography-39.0.0.tar.gz) = 5c29049e7bc2fd92fe08ef8869a2378fda9fe4abbe388adac1bd0fb43d14d2e0
-SHA512 (cryptography-39.0.0.tar.gz) = bac0268ca0b6a12adc2d2a1f4ec047aad0643afa021d43574f189187a6a6802bc79e9329afd77a950b158040c85137da4cdee1973f4bb89815ad2203fa969393
-Size (cryptography-39.0.0.tar.gz) = 603406 bytes
+BLAKE2s (cryptography-39.0.1.tar.gz) = fd221a9488898d2f3862c6756492b994cfa03fa95d7d97c29c42b39c94af66a7
+SHA512 (cryptography-39.0.1.tar.gz) = a7df2cc73309b6902a2743273e41c7bec8e0dd0c8160b24edf6554089ca8d160cde7d9007cf45751cb52823c2a6f4a3c437a447292f6e8c06db547d519e98b94
+Size (cryptography-39.0.1.tar.gz) = 603634 bytes
BLAKE2s (cxx-1.0.85.crate) = cf01448b7650f44b8ef39b5b16577531d9de00eaffc1036fcfc1a7b3cfa6ebc5
SHA512 (cxx-1.0.85.crate) = bf9386f58ea007bcc7171af713e944459a6b219ddbe88813f16df5e274ab85418be23dd7bdaee7964108e9a4a1698365de67362d5504c80bee726f1151166f5c
Size (cxx-1.0.85.crate) = 589916 bytes
Index: pkgsrc/security/py-cryptography_vectors/Makefile
diff -u pkgsrc/security/py-cryptography_vectors/Makefile:1.37 pkgsrc/security/py-cryptography_vectors/Makefile:1.38
--- pkgsrc/security/py-cryptography_vectors/Makefile:1.37 Wed Jan 11 10:17:19 2023
+++ pkgsrc/security/py-cryptography_vectors/Makefile Wed Feb 8 10:20:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/01/11 10:17:19 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/02/08 10:20:20 adam Exp $
-DISTNAME= cryptography_vectors-39.0.0
+DISTNAME= cryptography_vectors-39.0.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.37 pkgsrc/security/py-cryptography_vectors/distinfo:1.38
--- pkgsrc/security/py-cryptography_vectors/distinfo:1.37 Wed Jan 11 10:17:19 2023
+++ pkgsrc/security/py-cryptography_vectors/distinfo Wed Feb 8 10:20:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2023/01/11 10:17:19 adam Exp $
+$NetBSD: distinfo,v 1.38 2023/02/08 10:20:20 adam Exp $
-BLAKE2s (cryptography_vectors-39.0.0.tar.gz) = 4b43f98e7245e3c56a5b288c63d80da009415546e6759e007d73d8925936e220
-SHA512 (cryptography_vectors-39.0.0.tar.gz) = 3030e9ef1a1b33c8229b9123b71193baec11020da9110cc9adb6e8f069ede5bff5d228bb258be1537399c641f242674d1fabd0c99694936cd36342a61efd0581
-Size (cryptography_vectors-39.0.0.tar.gz) = 35275931 bytes
+BLAKE2s (cryptography_vectors-39.0.1.tar.gz) = c27721ce23be8061f29a2b51dac633c281164f84e4b404c7d29fcb8ebe0d00e9
+SHA512 (cryptography_vectors-39.0.1.tar.gz) = b06585c4ed1fc360165a8801509507a0a546da42cbca80703a173aa55d34f1f9790fc2763c7aef274f479248c57a2e86a56bc098ffb49532cb59132c139eb8af
+Size (cryptography_vectors-39.0.1.tar.gz) = 35275870 bytes
Home |
Main Index |
Thread Index |
Old Index