summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/git/git_2.39.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.39.2.bb b/meta/recipes-devtools/git/git_2.39.2.bb
index 222e545f60..9fac9d13f8 100644
--- a/meta/recipes-devtools/git/git_2.39.2.bb
+++ b/meta/recipes-devtools/git/git_2.39.2.bb
@@ -33,6 +33,8 @@ CVE_PRODUCT = "git-scm:git"
33CVE_CHECK_IGNORE += "CVE-2022-24975" 33CVE_CHECK_IGNORE += "CVE-2022-24975"
34# This is specific to Git-for-Windows 34# This is specific to Git-for-Windows
35CVE_CHECK_IGNORE += "CVE-2022-41953" 35CVE_CHECK_IGNORE += "CVE-2022-41953"
36# This is specific to Git-for-Windows
37CVE_CHECK_IGNORE += "CVE-2023-25815"
36 38
37PACKAGECONFIG ??= "expat curl" 39PACKAGECONFIG ??= "expat curl"
38PACKAGECONFIG[cvsserver] = "" 40PACKAGECONFIG[cvsserver] = ""