]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgit2: Upgrade to 1.4.1
authorKhem Raj <raj.khem@gmail.com>
Fri, 18 Feb 2022 21:24:24 +0000 (13:24 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Feb 2022 16:43:38 +0000 (16:43 +0000)
this is bugfix release
https://github.com/libgit2/libgit2/releases/tag/v1.4.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libgit2/libgit2_1.4.1.bb [moved from meta/recipes-support/libgit2/libgit2_1.4.0.bb with 78% similarity]

similarity index 78%
rename from meta/recipes-support/libgit2/libgit2_1.4.0.bb
rename to meta/recipes-support/libgit2/libgit2_1.4.1.bb
index 23a195b43b37d2c22bb21163fdc47edc7b73759b..da33893b97df63c2696f05eaa9b653a5417582cb 100644 (file)
@@ -5,8 +5,8 @@ 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 = "1d5b9bd86dccc7347aaadf5e3ab122eed9413404"
+SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https"
+SRCREV = "fdd15bcfca6b2ec4b7ecad1aa11a396cb15bd064"
 
 S = "${WORKDIR}/git"