summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/git/git.inc')
-rw-r--r--poky/meta/recipes-devtools/git/git.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/poky/meta/recipes-devtools/git/git.inc b/poky/meta/recipes-devtools/git/git.inc
index 738a429875..a89dd42e8b 100644
--- a/poky/meta/recipes-devtools/git/git.inc
+++ b/poky/meta/recipes-devtools/git/git.inc
@@ -10,7 +10,9 @@ PROVIDES_append_class-native = " git-replacement-native"
SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \
${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \
file://CVE-2021-21300.patch \
-"
+ file://fixsort.patch \
+ file://CVE-2021-40330.patch \
+ "
S = "${WORKDIR}/git-${PV}"