From a5d660669c4ac9bf1b269a1d140dc115f847e429 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:55:34 +0800 Subject: [PATCH] botan: upgrade 3.10.0 -> 3.11.0 License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-crypto/botan/{botan_3.10.0.bb => botan_3.11.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/botan/{botan_3.10.0.bb => botan_3.11.0.bb} (91%) diff --git a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb b/meta-oe/recipes-crypto/botan/botan_3.11.0.bb similarity index 91% rename from meta-oe/recipes-crypto/botan/botan_3.10.0.bb rename to meta-oe/recipes-crypto/botan/botan_3.11.0.bb index dcc0e6aa77..e60d826459 100644 --- a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.11.0.bb @@ -1,12 +1,12 @@ SUMMARY = "Crypto and TLS for C++11" HOMEPAGE = "https://botan.randombit.net" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e" +LIC_FILES_CHKSUM = "file://license.txt;md5=ed13158b71912fb101b89310b23b921f" SECTION = "libs" SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz \ file://run-ptest" -SRC_URI[sha256sum] = "fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24" +SRC_URI[sha256sum] = "e8dd48556818da2c03a9a30932ad05db9e50b12fec90809301ecc64ea51bd11e" S = "${UNPACKDIR}/Botan-${PV}"