From ac3bf04b2885371dfbcbc8bd991f4834d2c9dab6 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 25 Jan 2022 21:12:46 +0800 Subject: [PATCH] botan: upgrade 2.18.2 -> 2.19.1 License-Update: year updated to 2022. Changelog: ========= Fix a compilation problem affecting macOS XCode (GH #2880) Fix a build problem preventing amalgamation builds in 2.19.0 (GH #2879) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-crypto/botan/{botan_2.18.2.bb => botan_2.19.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/botan/{botan_2.18.2.bb => botan_2.19.1.bb} (87%) diff --git a/meta-oe/recipes-crypto/botan/botan_2.18.2.bb b/meta-oe/recipes-crypto/botan/botan_2.19.1.bb similarity index 87% rename from meta-oe/recipes-crypto/botan/botan_2.18.2.bb rename to meta-oe/recipes-crypto/botan/botan_2.19.1.bb index c41667b453..4b072fc5dc 100644 --- a/meta-oe/recipes-crypto/botan/botan_2.18.2.bb +++ b/meta-oe/recipes-crypto/botan/botan_2.19.1.bb @@ -1,11 +1,11 @@ SUMMARY = "Crypto and TLS for C++11" HOMEPAGE = "https://botan.randombit.net" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://license.txt;md5=a02e03c8fa2c5e7b9b3fcc1b9811fd3b" +LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad" SECTION = "libs" SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" -SRC_URI[sha256sum] = "541a3b13f1b9d30f977c6c1ae4c7bfdfda763cda6e44de807369dce79f42307e" +SRC_URI[sha256sum] = "e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560" S = "${WORKDIR}/Botan-${PV}"