summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file_5.37.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-04 12:14:55 +0000
committerArmin Kuster <akuster808@gmail.com>2019-11-10 14:00:42 -0800
commit2435c38e109cac68476ee672eca09b4cd6237ed4 (patch)
tree097fc9c81fef8f825ea3ac374fef80e7963ff22a /meta/recipes-devtools/file/file_5.37.bb
parent664c8f9837db7b20ff540d5f6373e4ae0f2b4b02 (diff)
downloadopenembedded-core-contrib-2435c38e109cac68476ee672eca09b4cd6237ed4.tar.gz
file: fix CVE-2019-18218
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.37.bb')
-rw-r--r--meta/recipes-devtools/file/file_5.37.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.37.bb b/meta/recipes-devtools/file/file_5.37.bb
index 6547d12888..509b6cea6e 100644
--- a/meta/recipes-devtools/file/file_5.37.bb
+++ b/meta/recipes-devtools/file/file_5.37.bb
@@ -14,7 +14,8 @@ DEPENDS_class-native = "zlib-native"
# Blacklist a bogus tag in upstream check
UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)"
-SRC_URI = "git://github.com/file/file.git"
+SRC_URI = "git://github.com/file/file.git \
+ file://CVE-2019-18218.patch"
SRCREV = "a0d5b0e4e9f97d74a9911e95cedd579852e25398"
S = "${WORKDIR}/git"