From: wangmy Date: Mon, 18 Apr 2022 12:12:22 +0000 (+0800) Subject: libgit2: upgrade 1.4.2 -> 1.4.3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef09c61ee32df214fb8cf6000e0314ff3a38156;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libgit2: upgrade 1.4.2 -> 1.4.3 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libgit2/libgit2_1.4.2.bb b/meta/recipes-support/libgit2/libgit2_1.4.3.bb 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 88bf5a85205..7e27b5b018d 100644 --- a/meta/recipes-support/libgit2/libgit2_1.4.2.bb +++ b/meta/recipes-support/libgit2/libgit2_1.4.3.bb @@ -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"