diff mbox series

[meta-oe] botan: upgrade 2.19.3 -> 3.2.0

Message ID 20231116140603.1063254-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] botan: upgrade 2.19.3 -> 3.2.0 | expand

Commit Message

Alper Ak Nov. 16, 2023, 2:06 p.m. UTC
License-Update: Copyright year updated.

Changelog:

https://botan.randombit.net/news.html#version-3-0-0-2023-04-11
https://botan.randombit.net/news.html#version-3-1-0-2023-07-11
https://botan.randombit.net/news.html#version-3-1-1-2023-07-13
https://botan.randombit.net/news.html#version-3-2-0-2023-10-09

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../botan/{botan_2.19.3.bb => botan_3.2.0.bb}               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-crypto/botan/{botan_2.19.3.bb => botan_3.2.0.bb} (83%)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 17:06:03 +0300, alperak wrote:
> License-Update: Copyright year updated.
> 
> Changelog:
> 
> https://botan.randombit.net/news.html#version-3-0-0-2023-04-11
> https://botan.randombit.net/news.html#version-3-1-0-2023-07-11
> https://botan.randombit.net/news.html#version-3-1-1-2023-07-13
> https://botan.randombit.net/news.html#version-3-2-0-2023-10-09
> 
> [...]

Applied, thanks!

[1/1] botan: upgrade 2.19.3 -> 3.2.0
      commit: b18bbc7467b9ececc9f20ee4b084dee50ff085a5

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-crypto/botan/botan_2.19.3.bb b/meta-oe/recipes-crypto/botan/botan_3.2.0.bb
similarity index 83%
rename from meta-oe/recipes-crypto/botan/botan_2.19.3.bb
rename to meta-oe/recipes-crypto/botan/botan_3.2.0.bb
index 8d9d423ce..5eff2d383 100644
--- a/meta-oe/recipes-crypto/botan/botan_2.19.3.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.2.0.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=f4ce98476c07c34e1793daa036960fad"
+LIC_FILES_CHKSUM = "file://license.txt;md5=f5254d3abe90ec5bb82c5694ff751546"
 SECTION = "libs"
 
 SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
-SRC_URI[sha256sum] = "dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55"
+SRC_URI[sha256sum] = "049c847835fcf6ef3a9e206b33de05dd38999c325e247482772a5598d9e5ece3"
 
 S = "${WORKDIR}/Botan-${PV}"
 
@@ -40,7 +40,7 @@  do_compile() {
 }
 do_install() {
 	oe_runmake install
-	sed -i -e "s|${D}||g" ${D}${libdir}/pkgconfig/botan-2.pc
+	sed -i -e "s|${D}||g" ${D}${libdir}/pkgconfig/botan-3.pc
 }
 
 PACKAGES += "${PN}-python3"