diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-18 20:12:22 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-28 17:07:18 +0100 |
| commit | 1d045cfddfbe42c192b41ce4f5781fe1201a9397 (patch) | |
| tree | 21f16e1f674f0c3d39a00e37d6e50d36df4be974 | |
| parent | d1804e004e44e9acabb50b9aed6dd406e52f16d9 (diff) | |
| download | poky-1d045cfddfbe42c192b41ce4f5781fe1201a9397.tar.gz | |
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 <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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.4.3.bb (renamed from meta/recipes-support/libgit2/libgit2_1.4.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.4.2.bb b/meta/recipes-support/libgit2/libgit2_1.4.3.bb index 88bf5a8520..7e27b5b018 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" | |||
| 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https" |
| 9 | SRCREV = "182d0d1ee933de46bf0b5a6ec269bafa77aba9a2" | 9 | SRCREV = "465bbf88ea939a965fbcbade72870c61f815e457" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
