mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
file: fix CVE-2022-48554
ignore changes to FILE_RCSID part. (From OE-Core rev: 20b5ead99d4904e70ea22f573bfefec8c6e862a2) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
91ea1ab7c6
commit
4eb5af2d8a
@@ -11,7 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdd
|
||||
DEPENDS = "file-replacement-native"
|
||||
DEPENDS:class-native = "bzip2-replacement-native"
|
||||
|
||||
SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https"
|
||||
SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https \
|
||||
file://CVE-2022-48554.patch \
|
||||
"
|
||||
|
||||
SRCREV = "504206e53a89fd6eed71aeaf878aa3512418eab1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user