From 3982111d24c3504a969fca13853400c9ad9a3115 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 24 Jun 2025 16:13:54 -0700 Subject: python3-cryptography{-vectors}: upgrade 45.0.3 -> 45.0.4 https://cryptography.io/en/latest/changelog/#v45-0-4 45.0.4 - 2025-06-09 Fixed decrypting PKCS#8 files encrypted with SHA1-RC4. (This is not considered secure, and is supported only for backwards compatibility.) (From OE-Core rev: fbed96588a48c8d9bb9fe617d9d71168cef01e5c) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../0001-pyproject.toml-remove-benchmark-disable-option.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/python/python3-cryptography') diff --git a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch index 42876e3489..e238717208 100644 --- a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch +++ b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch @@ -1,4 +1,4 @@ -From 7da554d52bfed4370766d5afd94bc7865791231d Mon Sep 17 00:00:00 2001 +From baa3c56b87ceaea331811a0a4642991cbb12e6ea Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Tue, 17 May 2022 17:22:48 +0800 Subject: [PATCH] pyproject.toml: remove --benchmark-disable option @@ -26,7 +26,7 @@ Signed-off-by: Tim Orling 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index d94a1f5..c0f87a7 100644 +index d9ef704..878b720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ exclude = [ -- cgit v1.2.3-54-g00ecf