diff mbox series

[meta-oe,19/25] botan: upgrade 3.12.0 -> 3.13.0

Message ID 20260819053629.391864-19-ankur.tyagi85@gmail.com
State Under Review
Headers show
Series [meta-networking,1/25] igmpproxy: add UPSTREAM_CHECK_REGEX variable | expand

Commit Message

Ankur Tyagi Aug. 19, 2026, 5:36 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Release Notes:
https://botan.randombit.net/news.html#version-3-13-0-2026-08-13

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../recipes-crypto/botan/{botan_3.12.0.bb => botan_3.13.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-crypto/botan/{botan_3.12.0.bb => botan_3.13.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-crypto/botan/botan_3.12.0.bb b/meta-oe/recipes-crypto/botan/botan_3.13.0.bb
similarity index 95%
rename from meta-oe/recipes-crypto/botan/botan_3.12.0.bb
rename to meta-oe/recipes-crypto/botan/botan_3.13.0.bb
index ae122af77d..1813b51d16 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.12.0.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.13.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] = "5370f98dc15f8c222ee1ce52cd61c8756a53be0dc57cc4c1b0714d5a09ad74fb"
+SRC_URI[sha256sum] = "12f5a8358890bbee82edfe9d2e7769b0a610b6dd0e0698aea13d20a675d84620"
 
 S = "${UNPACKDIR}/Botan-${PV}"