summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-11-02 08:41:16 +0000
committeradam <adam@pkgsrc.org>2022-11-02 08:41:16 +0000
commit1173d499ff279b071942d2fc6fcebeead0fda0a6 (patch)
treea352b87cddabc99a75823f08ba7a45c27ed6454f /security
parentcad354e9be7064f20e7c9dbe84676646722bd75c (diff)
downloadpkgsrc-1173d499ff279b071942d2fc6fcebeead0fda0a6.tar.gz
py-cryptography: updated to 38.0.3
38.0.3 - 2022-11-01 ~~~~~~~~~~~~~~~~~~~ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves *CVE-2022-3602* and *CVE-2022-3786*. 38.0.2 - 2022-10-11 ~~~~~~~~~~~~~~~~~~~ This release was subsequently yanked from PyPI due to a regression in OpenSSL. * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.6.
Diffstat (limited to 'security')
-rw-r--r--security/py-cryptography/Makefile4
-rw-r--r--security/py-cryptography/distinfo8
-rw-r--r--security/py-cryptography_vectors/Makefile4
-rw-r--r--security/py-cryptography_vectors/distinfo8
4 files changed, 12 insertions, 12 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 03563e6fbf8..2869d63dbde 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2022/09/08 05:08:52 adam Exp $
+# $NetBSD: Makefile,v 1.91 2022/11/02 08:41:16 adam Exp $
-DISTNAME= cryptography-38.0.1
+DISTNAME= cryptography-38.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo
index 239ee766f8d..15dd6eb5e1b 100644
--- a/security/py-cryptography/distinfo
+++ b/security/py-cryptography/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.72 2022/09/08 05:08:52 adam Exp $
+$NetBSD: distinfo,v 1.73 2022/11/02 08:41:16 adam Exp $
BLAKE2s (Inflector-0.11.4.crate) = 2f8b4a805230be3b58267c7fb6b9c26c2ec966378d195673d1128a851cca515d
SHA512 (Inflector-0.11.4.crate) = f1f6463e033b6d3c16c51dc1e1a3f5569954308b95b59058294b7f9310919bbda797e99e6a07529071bb83f0688867a243997d33795a7136b0af73977004296e
@@ -36,9 +36,9 @@ Size (chrono-0.4.22.crate) = 185570 bytes
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-38.0.1.tar.gz) = 5a1a985789c2c19cff24768ac5d95dbeaf199a245c92ac8e12dc55fae9a91fa6
-SHA512 (cryptography-38.0.1.tar.gz) = a0e9eb645888a74e01377c0ed79427d066a50d10a9b628828195e82b7ee44ff59866f3659f2028541856bba818340c404e00061645c2676bc63f8ece42fd511e
-Size (cryptography-38.0.1.tar.gz) = 599412 bytes
+BLAKE2s (cryptography-38.0.3.tar.gz) = 8979a9d9179015976719d90e477732a28c67da5637cab6556567be070c54eeae
+SHA512 (cryptography-38.0.3.tar.gz) = f133d83266f386cb0169a3cf2226d258b7d599e7aaad9913f8a4b01ee0841670586a21cee93fb4d4d9f61b0da53109c5dbcf7d91d470cfbb166aa04f4a1d7634
+Size (cryptography-38.0.3.tar.gz) = 599876 bytes
BLAKE2s (iana-time-zone-0.1.47.crate) = cf37107075f1cb612fdeccfcf951a0d68b5552f8122ea63ad7d7d851f3c85bd0
SHA512 (iana-time-zone-0.1.47.crate) = c1817555149f05ae45f7e54046b79c732f80f5af382680d626dd3e970167092cdc176b259941d3c1533518bef511a92ed24c3aa538897e9d082984684d99f55b
Size (iana-time-zone-0.1.47.crate) = 16974 bytes
diff --git a/security/py-cryptography_vectors/Makefile b/security/py-cryptography_vectors/Makefile
index 018da98011f..9edf8215e4a 100644
--- a/security/py-cryptography_vectors/Makefile
+++ b/security/py-cryptography_vectors/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2022/09/08 05:08:52 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/11/02 08:41:16 adam Exp $
-DISTNAME= cryptography_vectors-38.0.1
+DISTNAME= cryptography_vectors-38.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography_vectors/}
diff --git a/security/py-cryptography_vectors/distinfo b/security/py-cryptography_vectors/distinfo
index 60bf1fdcee9..daa1e755985 100644
--- a/security/py-cryptography_vectors/distinfo
+++ b/security/py-cryptography_vectors/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2022/09/08 05:08:52 adam Exp $
+$NetBSD: distinfo,v 1.35 2022/11/02 08:41:16 adam Exp $
-BLAKE2s (cryptography_vectors-38.0.1.tar.gz) = 40325b64bed2165e8b682ad4bb4fe05c1a35d27721cac41dabb72a6f230ae8ca
-SHA512 (cryptography_vectors-38.0.1.tar.gz) = 075216fcfc1e8de269c646f25cf23488d505743019bbd3edf6dee696533509969788b9982ec4487b671541893636c3eafb1e001d84e19cabff5ce1329e03b86e
-Size (cryptography_vectors-38.0.1.tar.gz) = 35273681 bytes
+BLAKE2s (cryptography_vectors-38.0.3.tar.gz) = 53e8d3b818ce4e07739fbc6d996867292580ef5790f8949f5f96da50d44d3e28
+SHA512 (cryptography_vectors-38.0.3.tar.gz) = 3155dc396298daccdeb24e7f86131f32818eb6264110540c2639c205e57b99bc3ffd12cc9eace337e0215042734c1318e83fc8f7b1adbe20b47b8192abd618b7
+Size (cryptography_vectors-38.0.3.tar.gz) = 35273999 bytes