diff mbox series

python3-cryptography{-vectors}: upgrade -> 41.0.3

Message ID 20230803194802.3057173-1-tim.orling@konsulko.com
State Accepted, archived
Commit 51f540260e858e77031c569721eb01dba24365c9
Headers show
Series python3-cryptography{-vectors}: upgrade -> 41.0.3 | expand

Commit Message

Tim Orling Aug. 3, 2023, 7:48 p.m. UTC
https://cryptography.io/en/latest/changelog/#v41-0-3

* Fixed performance regression loading DH public keys.
* Fixed a memory leak when using ChaCha20Poly1305.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.2.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
All ptests passed (except those that are skipped) on core-image-ptest-python3-cryptography on qemux86-64

 ...vectors_41.0.2.bb => python3-cryptography-vectors_41.0.3.bb} | 2 +-
 ...n3-cryptography_41.0.2.bb => python3-cryptography_41.0.3.bb} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-cryptography-vectors_41.0.2.bb => python3-cryptography-vectors_41.0.3.bb} (91%)
 rename meta/recipes-devtools/python/{python3-cryptography_41.0.2.bb => python3-cryptography_41.0.3.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.3.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb
rename to meta/recipes-devtools/python/python3-cryptography-vectors_41.0.3.bb
index 52f2c35315c..1b499e02999 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.3.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
 # NOTE: Make sure to keep this recipe at the same version as python3-cryptography
 #       Upgrade both recipes at the same time
 
-SRC_URI[sha256sum] = "028dff94a8522ca818b11295ff12df55f348f33a193c0597ddfe8239e53d1582"
+SRC_URI[sha256sum] = "80de0452c4b34f56f5518e81ebd75b6b905f5728aaed521d42e41f4ebc8a43fb"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git a/meta/recipes-devtools/python/python3-cryptography_41.0.2.bb b/meta/recipes-devtools/python/python3-cryptography_41.0.3.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-cryptography_41.0.2.bb
rename to meta/recipes-devtools/python/python3-cryptography_41.0.3.bb
index 20d6c97f36a..b6ea6608eb8 100644
--- a/meta/recipes-devtools/python/python3-cryptography_41.0.2.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_41.0.3.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
                    "
 LDSHARED += "-pthread"
 
-SRC_URI[sha256sum] = "7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c"
+SRC_URI[sha256sum] = "6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34"
 
 SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \
             file://0001-Fix-include-directory-when-cross-compiling-9129.patch \