diff mbox series

[meta-oe,02/66] botan: upgrade 3.6.1 -> 3.7.1

Message ID 1739178095-26432-2-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/66] apache2: upgrade 2.4.62 -> 2.4.63 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 10, 2025, 9 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025.

Changelog:
 https://botan.randombit.net/news.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-crypto/botan/{botan_3.6.1.bb => botan_3.7.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-crypto/botan/{botan_3.6.1.bb => botan_3.7.1.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-crypto/botan/botan_3.6.1.bb b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
similarity index 91%
rename from meta-oe/recipes-crypto/botan/botan_3.6.1.bb
rename to meta-oe/recipes-crypto/botan/botan_3.7.1.bb
index c9f977bb4c..a9d080c9a5 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.6.1.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.7.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=573e74513ae3057b04757df65b537de0"
+LIC_FILES_CHKSUM = "file://license.txt;md5=3f911cecfc74a2d9f1ead9a07bd92a6e"
 SECTION = "libs"
 
 SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
-SRC_URI[sha256sum] = "7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089"
+SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b"
 
 S = "${WORKDIR}/Botan-${PV}"