From a457cb619c2ab56cf9f610f91cab4100c0dd885c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 May 2026 12:05:00 +0800 Subject: [PATCH] botan: upgrade 3.11.1 -> 3.12.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-crypto/botan/{botan_3.11.1.bb => botan_3.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-crypto/botan/{botan_3.11.1.bb => botan_3.12.0.bb} (95%) diff --git a/meta-oe/recipes-crypto/botan/botan_3.11.1.bb b/meta-oe/recipes-crypto/botan/botan_3.12.0.bb similarity index 95% rename from meta-oe/recipes-crypto/botan/botan_3.11.1.bb rename to meta-oe/recipes-crypto/botan/botan_3.12.0.bb index 2d6b64ad64..ae122af77d 100644 --- a/meta-oe/recipes-crypto/botan/botan_3.11.1.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.12.0.bb @@ -6,7 +6,7 @@ SECTION = "libs" SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz \ file://run-ptest" -SRC_URI[sha256sum] = "c1cd7152519f4188591fa4f6ddeb116bc1004491f5f3c58aa99b00582eb8a137" +SRC_URI[sha256sum] = "5370f98dc15f8c222ee1ce52cd61c8756a53be0dc57cc4c1b0714d5a09ad74fb" S = "${UNPACKDIR}/Botan-${PV}"