summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Pei <cp0613@linux.alibaba.com>2022-11-25 15:47:53 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-25 18:11:10 -0800
commit2392dc79254a223da260c4b3b639d738e81b06a5 (patch)
treed53d73e2821a07af8be213712278419be9a39870
parent290166c46b6d7ae2474b754dd416bef45a0e7946 (diff)
downloadmeta-openembedded-2392dc79254a223da260c4b3b639d738e81b06a5.tar.gz
botan: upgrade 2.19.2 -> 2.19.3
Version 2.19.3, 2022-11-16 CVE-2022-43705: A malicious OCSP responder could forge OCSP responses due to a failure to validate that an embedded certificate was issued by the end-entity issuing certificate authority. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-crypto/botan/botan_2.19.3.bb (renamed from meta-oe/recipes-crypto/botan/botan_2.19.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_2.19.2.bb b/meta-oe/recipes-crypto/botan/botan_2.19.3.bb
index 5261367db2..8d9d423ce7 100644
--- a/meta-oe/recipes-crypto/botan/botan_2.19.2.bb
+++ b/meta-oe/recipes-crypto/botan/botan_2.19.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad"
5SECTION = "libs" 5SECTION = "libs"
6 6
7SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" 7SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
8SRC_URI[sha256sum] = "3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75" 8SRC_URI[sha256sum] = "dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55"
9 9
10S = "${WORKDIR}/Botan-${PV}" 10S = "${WORKDIR}/Botan-${PV}"
11 11