[12/28] libgit2: update 1.3.0 -> 1.4.0

Message ID 20220217160939.1424397-12-alex@linutronix.de
State Accepted, archived
Commit 1887c33733578c36d064bf91068b51b241fe88c0
Headers show
Series [01/28] gdb: update 11.1 -> 11.2 | expand

Commit Message

Alexander Kanavin Feb. 17, 2022, 4:09 p.m. UTC
License-Update: regex replaced with pcre, overall licensing doesn't change

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../libgit2/{libgit2_1.3.0.bb => libgit2_1.4.0.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libgit2/{libgit2_1.3.0.bb => libgit2_1.4.0.bb} (79%)

Patch

diff --git a/meta/recipes-support/libgit2/libgit2_1.3.0.bb b/meta/recipes-support/libgit2/libgit2_1.4.0.bb
similarity index 79%
rename from meta/recipes-support/libgit2/libgit2_1.3.0.bb
rename to meta/recipes-support/libgit2/libgit2_1.4.0.bb
index de913c780d..4dd32a75cc 100644
--- a/meta/recipes-support/libgit2/libgit2_1.3.0.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.4.0.bb
@@ -1,12 +1,12 @@ 
 SUMMARY = "the Git linkable library"
 HOMEPAGE = "http://libgit2.github.com/"
 LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl"
-LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e5a9227de4cb6afb5d35ed7b0fdf480d"
 
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
 
 SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https"
-SRCREV = "b7bad55e4bb0a285b073ba5e02b01d3f522fc95d"
+SRCREV = "1d5b9bd86dccc7347aaadf5e3ab122eed9413404"
 
 S = "${WORKDIR}/git"