diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-08-03 12:48:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 09:18:53 +0100 |
commit | 9af6495ee4bf1fb8cc17a0e221d4a58f5f70aa3b (patch) | |
tree | c80e82b5c964548ddcb3463e3516551750788593 /meta/recipes-devtools | |
parent | 515532b5c3586967abad04fcda9f25ec8d4ae065 (diff) | |
download | poky-9af6495ee4bf1fb8cc17a0e221d4a58f5f70aa3b.tar.gz |
python3-cryptography{-vectors}: upgrade -> 41.0.3
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.
(From OE-Core rev: 51f540260e858e77031c569721eb01dba24365c9)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-vectors_41.0.3.bb (renamed from meta/recipes-devtools/python/python3-cryptography-vectors_41.0.2.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_41.0.3.bb (renamed from meta/recipes-devtools/python/python3-cryptography_41.0.2.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
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 index 52f2c35315..1b499e0299 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 \ | |||
9 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography | 9 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography |
10 | # Upgrade both recipes at the same time | 10 | # Upgrade both recipes at the same time |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "028dff94a8522ca818b11295ff12df55f348f33a193c0597ddfe8239e53d1582" | 12 | SRC_URI[sha256sum] = "80de0452c4b34f56f5518e81ebd75b6b905f5728aaed521d42e41f4ebc8a43fb" |
13 | 13 | ||
14 | PYPI_PACKAGE = "cryptography_vectors" | 14 | PYPI_PACKAGE = "cryptography_vectors" |
15 | 15 | ||
diff --git a/meta/recipes-devtools/python/python3-cryptography_41.0.2.bb b/meta/recipes-devtools/python/python3-cryptography_41.0.3.bb index 20d6c97f36..b6ea6608eb 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 \ | |||
8 | " | 8 | " |
9 | LDSHARED += "-pthread" | 9 | LDSHARED += "-pthread" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c" | 11 | SRC_URI[sha256sum] = "6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34" |
12 | 12 | ||
13 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ | 13 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ |
14 | file://0001-Fix-include-directory-when-cross-compiling-9129.patch \ | 14 | file://0001-Fix-include-directory-when-cross-compiling-9129.patch \ |