diff options
| author | Zhixiong Chi <zhixiong.chi@windriver.com> | 2018-11-05 22:43:41 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-09 15:27:34 +0000 |
| commit | b9feb4e46b8a45910ba7002a431b137454f05909 (patch) | |
| tree | 848704e39a8476b03fb3a6515462b0c835ca3248 /meta/recipes-devtools/binutils/binutils-2.31.inc | |
| parent | 0814e48a0812a739ac59b76a4592465b718b5030 (diff) | |
| download | poky-b9feb4e46b8a45910ba7002a431b137454f05909.tar.gz | |
binutils: fix four CVE issues
Backport the CVE patches from the binutils upstream.
(From OE-Core rev: 84bb9c0514ecbd7c31935c22062b18b4aaefbef1)
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.31.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.31.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.31.inc b/meta/recipes-devtools/binutils/binutils-2.31.inc index 27a643d765..0c9d4cef21 100644 --- a/meta/recipes-devtools/binutils/binutils-2.31.inc +++ b/meta/recipes-devtools/binutils/binutils-2.31.inc | |||
| @@ -43,6 +43,10 @@ SRC_URI = "\ | |||
| 43 | file://0021-PLT-information-was-still-being-generated-when-symbo.patch \ | 43 | file://0021-PLT-information-was-still-being-generated-when-symbo.patch \ |
| 44 | file://CVE-2018-17358.patch \ | 44 | file://CVE-2018-17358.patch \ |
| 45 | file://CVE-2018-17360.patch \ | 45 | file://CVE-2018-17360.patch \ |
| 46 | file://CVE-2018-18309.patch \ | ||
| 47 | file://CVE-2018-18605.patch \ | ||
| 48 | file://CVE-2018-18606.patch \ | ||
| 49 | file://CVE-2018-18607.patch \ | ||
| 46 | " | 50 | " |
| 47 | S = "${WORKDIR}/git" | 51 | S = "${WORKDIR}/git" |
| 48 | 52 | ||
