summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2023-03-20 14:41:51 +0530
committerSteve Sakoman <steve@sakoman.com>2023-04-14 05:44:12 -1000
commit8064d53745efcae97df6199abc54765c3b2f54f6 (patch)
tree9192c820be7e0092b4953c275d3944296553d2c3 /meta/recipes-devtools/git/git.inc
parent8ed92cf2b331781d15d12d02cb882698c6844803 (diff)
downloadpoky-8064d53745efcae97df6199abc54765c3b2f54f6.tar.gz
git: Security fix for CVE-2023-22490 and CVE-2023-23946
Upstream-Status: Backport from https://github.com/git/git/commit/58325b93c5b6212697b088371809e9948fee8052 & https://github.com/git/git/commit/cf8f6ce02a13f4d1979a53241afbee15a293fce9 & https://github.com/git/git/commit/bffc762f87ae8d18c6001bf0044a76004245754c (From OE-Core rev: 071fb3b177bcbdd02ae2c28aad97af681c091e42) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r--meta/recipes-devtools/git/git.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 235cb8e4c0..36318eed20 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -24,6 +24,10 @@ SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \
24 file://CVE-2022-41903-10.patch \ 24 file://CVE-2022-41903-10.patch \
25 file://CVE-2022-41903-11.patch \ 25 file://CVE-2022-41903-11.patch \
26 file://CVE-2022-41903-12.patch \ 26 file://CVE-2022-41903-12.patch \
27 file://CVE-2023-22490-1.patch \
28 file://CVE-2023-22490-2.patch \
29 file://CVE-2023-22490-3.patch \
30 file://CVE-2023-23946.patch \
27 " 31 "
28S = "${WORKDIR}/git-${PV}" 32S = "${WORKDIR}/git-${PV}"
29 33