]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libgit2: upgrade 1.4.2 -> 1.4.3
authorwangmy <wangmy@fujitsu.com>
Mon, 18 Apr 2022 12:12:22 +0000 (20:12 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2022 16:07:01 +0000 (17:07 +0100)
Changelog:
=========
Validate repository directory ownership (v1.4)
midx: Fix an undefined behavior (left-shift signed overflow)
fetch: support OID refspec without dst
Fix crash when regenerating a patch with unquoted spaces in filename

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bef09c61ee32df214fb8cf6000e0314ff3a38156)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/libgit2/libgit2_1.4.3.bb [moved from meta/recipes-support/libgit2/libgit2_1.4.2.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-support/libgit2/libgit2_1.4.2.bb
rename to meta/recipes-support/libgit2/libgit2_1.4.3.bb
index 88bf5a8520500443f3c2edc612a77665e6607243..7e27b5b018d106cf10e0b665e29abb1706e71f68 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e5a9227de4cb6afb5d35ed7b0fdf480d"
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
 
 SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https"
-SRCREV = "182d0d1ee933de46bf0b5a6ec269bafa77aba9a2"
+SRCREV = "465bbf88ea939a965fbcbade72870c61f815e457"
 
 S = "${WORKDIR}/git"