From 1d045cfddfbe42c192b41ce4f5781fe1201a9397 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 18 Apr 2022 20:12:22 +0800 Subject: 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 (From OE-Core rev: e6541bd09289abc87b7e81716bea774c80285bc0) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit bef09c61ee32df214fb8cf6000e0314ff3a38156) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-support/libgit2/libgit2_1.4.2.bb | 22 ---------------------- meta/recipes-support/libgit2/libgit2_1.4.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-support/libgit2/libgit2_1.4.2.bb create mode 100644 meta/recipes-support/libgit2/libgit2_1.4.3.bb diff --git a/meta/recipes-support/libgit2/libgit2_1.4.2.bb b/meta/recipes-support/libgit2/libgit2_1.4.2.bb deleted file mode 100644 index 88bf5a8520..0000000000 --- a/meta/recipes-support/libgit2/libgit2_1.4.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -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=e5a9227de4cb6afb5d35ed7b0fdf480d" - -DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" - -SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https" -SRCREV = "182d0d1ee933de46bf0b5a6ec269bafa77aba9a2" - -S = "${WORKDIR}/git" - -inherit cmake - -EXTRA_OECMAKE = "\ - -DBUILD_CLAR=OFF \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DLIB_INSTALL_DIR=${libdir} \ - -DREGEX_BACKEND='pcre2' \ -" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/libgit2/libgit2_1.4.3.bb b/meta/recipes-support/libgit2/libgit2_1.4.3.bb new file mode 100644 index 0000000000..7e27b5b018 --- /dev/null +++ b/meta/recipes-support/libgit2/libgit2_1.4.3.bb @@ -0,0 +1,22 @@ +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=e5a9227de4cb6afb5d35ed7b0fdf480d" + +DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" + +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https" +SRCREV = "465bbf88ea939a965fbcbade72870c61f815e457" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE = "\ + -DBUILD_CLAR=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DLIB_INSTALL_DIR=${libdir} \ + -DREGEX_BACKEND='pcre2' \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf