[meta-oe] botan: upgrade 2.18.2 -> 2.19.1

Message ID 1643116367-7352-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] botan: upgrade 2.18.2 -> 2.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 25, 2022, 1:12 p.m. UTC
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 <wangmy@fujitsu.com>
---
 .../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%)

Patch

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 c41667b45..4b072fc5d 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}"