summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file_5.36.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/file/file_5.36.bb')
-rw-r--r--meta/recipes-devtools/file/file_5.36.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.36.bb b/meta/recipes-devtools/file/file_5.36.bb
index 1a81fde259..f169671f10 100644
--- a/meta/recipes-devtools/file/file_5.36.bb
+++ b/meta/recipes-devtools/file/file_5.36.bb
@@ -14,7 +14,8 @@ DEPENDS_class-native = "zlib-native"
14# Blacklist a bogus tag in upstream check 14# Blacklist a bogus tag in upstream check
15UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)" 15UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)"
16 16
17SRC_URI = "git://github.com/file/file.git" 17SRC_URI = "git://github.com/file/file.git \
18 file://CVE-2019-18218.patch"
18 19
19SRCREV = "f3a4b9ada3ca99e62c62b9aa78eee4935a8094fe" 20SRCREV = "f3a4b9ada3ca99e62c62b9aa78eee4935a8094fe"
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"