summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-11-01 20:18:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-03 07:46:46 +0000
commit716981822b0239389b805ea85c91d1ae2614831a (patch)
treea143f1d5ad056f40d2dae98e2487824d8b8a8aa5 /meta
parent74063b89c20c45c247e4c7333b3bdb522c0cb223 (diff)
downloadpoky-716981822b0239389b805ea85c91d1ae2614831a.tar.gz
python3-cryptography{-vectors}: 38.0.1 -> 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 (YANKED) Attention! 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. https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3803---2022-11-01 (From OE-Core rev: 3c0c03312724de85e3209e6e5a5aa20c094eae45) 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')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography-vectors_38.0.3.bb (renamed from meta/recipes-devtools/python/python3-cryptography-vectors_38.0.1.bb)2
-rw-r--r--meta/recipes-devtools/python/python3-cryptography_38.0.3.bb (renamed from meta/recipes-devtools/python/python3-cryptography_38.0.1.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_38.0.1.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_38.0.3.bb
index 43e96b4844..9e4c40e0c4 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_38.0.1.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_38.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
12SRC_URI[sha256sum] = "0431fd107c1fbad0377704a7051945b3b391169fddc4f6fa0bd4edc6b6e235dd" 12SRC_URI[sha256sum] = "1cdafd42f5348d77e4e7e4791aefd1f62b16bd552a0274afc9346533fe32e925"
13 13
14PYPI_PACKAGE = "cryptography_vectors" 14PYPI_PACKAGE = "cryptography_vectors"
15 15
diff --git a/meta/recipes-devtools/python/python3-cryptography_38.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb
index 68679b745a..14ad459c1b 100644
--- a/meta/recipes-devtools/python/python3-cryptography_38.0.1.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_38.0.3.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba \
9 " 9 "
10LDSHARED += "-pthread" 10LDSHARED += "-pthread"
11 11
12SRC_URI[sha256sum] = "1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7" 12SRC_URI[sha256sum] = "bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd"
13 13
14SRC_URI += "\ 14SRC_URI += "\
15 file://0002-Cargo.toml-edition-2018-2021.patch \ 15 file://0002-Cargo.toml-edition-2018-2021.patch \