Date
1 - 1 of 1
[meta-oe] [PATCH] botan: upgrade 2.19.2 -> 2.19.3
cp0613
From: Chen Pei <cp0613@...>
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@...> --- .../recipes-crypto/botan/{botan_2.19.2.bb => botan_2.19.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-crypto/botan/{botan_2.19.2.bb => botan_2.19.3.bb} (93%) diff --git a/meta-oe/recipes-crypto/botan/botan_2.19.2.bb b/meta-oe/recipes-crypto/botan/botan_2.19.3.bb similarity index 93% rename from meta-oe/recipes-crypto/botan/botan_2.19.2.bb rename to meta-oe/recipes-crypto/botan/botan_2.19.3.bb index 5261367db..8d9d423ce 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" SECTION = "libs" SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" -SRC_URI[sha256sum] = "3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75" +SRC_URI[sha256sum] = "dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55" S = "${WORKDIR}/Botan-${PV}" -- 2.25.1 |
|