diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2019-04-29 14:26:35 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-30 12:05:23 +0100 |
| commit | 71a546aaf3a7da8487a90f20ac211dd31d852d85 (patch) | |
| tree | 52ebc446fec77f9c41a94d8c9dcbfb0ab068776a /meta/recipes-devtools/binutils/binutils-2.32.inc | |
| parent | 05d058e64597402fcb81d9789041a8ad4ca28c39 (diff) | |
| download | poky-71a546aaf3a7da8487a90f20ac211dd31d852d85.tar.gz | |
binutils: fix CVE-2019-9074 CVE-2019-9075 CVE-2019-9076 CVE-2019-9077
(From OE-Core rev: 0e366eda53f6f440708531ed8cb2ac4941ca428f)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.32.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.32.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.32.inc b/meta/recipes-devtools/binutils/binutils-2.32.inc index 5d0c16b13e..49e6827c1f 100644 --- a/meta/recipes-devtools/binutils/binutils-2.32.inc +++ b/meta/recipes-devtools/binutils/binutils-2.32.inc | |||
| @@ -44,6 +44,10 @@ SRC_URI = "\ | |||
| 44 | file://0013-Detect-64-bit-MIPS-targets.patch \ | 44 | file://0013-Detect-64-bit-MIPS-targets.patch \ |
| 45 | file://0014-sync-with-OE-libtool-changes.patch \ | 45 | file://0014-sync-with-OE-libtool-changes.patch \ |
| 46 | file://0015-binutils-enable-x86_64-pep-for-producing-EFI-binarie.patch \ | 46 | file://0015-binutils-enable-x86_64-pep-for-producing-EFI-binarie.patch \ |
| 47 | file://CVE-2019-9074.patch \ | ||
| 48 | file://CVE-2019-9075.patch \ | ||
| 49 | file://CVE-2019-9076.patch \ | ||
| 50 | file://CVE-2019-9077.patch \ | ||
| 47 | " | 51 | " |
| 48 | S = "${WORKDIR}/git" | 52 | S = "${WORKDIR}/git" |
| 49 | 53 | ||
