summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:55:34 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-26 07:43:37 -0700
commita5d660669c4ac9bf1b269a1d140dc115f847e429 (patch)
tree751004cfeee240d47427805d2d0f646d36563ef5
parent8a3a5d7bf910f5afa07e7f4afae00fa2a4a62813 (diff)
downloadmeta-openembedded-a5d660669c4ac9bf1b269a1d140dc115f847e429.tar.gz
botan: upgrade 3.10.0 -> 3.11.0
License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-crypto/botan/botan_3.11.0.bb (renamed from meta-oe/recipes-crypto/botan/botan_3.10.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb b/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 @@
1SUMMARY = "Crypto and TLS for C++11" 1SUMMARY = "Crypto and TLS for C++11"
2HOMEPAGE = "https://botan.randombit.net" 2HOMEPAGE = "https://botan.randombit.net"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e" 4LIC_FILES_CHKSUM = "file://license.txt;md5=ed13158b71912fb101b89310b23b921f"
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 \
8 file://run-ptest" 8 file://run-ptest"
9SRC_URI[sha256sum] = "fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24" 9SRC_URI[sha256sum] = "e8dd48556818da2c03a9a30932ad05db9e50b12fec90809301ecc64ea51bd11e"
10 10
11S = "${UNPACKDIR}/Botan-${PV}" 11S = "${UNPACKDIR}/Botan-${PV}"
12 12