diff options
| author | Armin Kuster <akuster@mvista.com> | 2020-07-20 14:49:36 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-25 15:11:05 +0100 |
| commit | 93563b5bd4d2c64ef186c5ba5fe59f66b6f4c702 (patch) | |
| tree | 7f92f895dd06374c9acb52f97d81762124799bf2 /meta/recipes-core/glibc/glibc_2.31.bb | |
| parent | 801f07fc00d43d107cb6ae671dbbb57ee91cc6be (diff) | |
| download | poky-93563b5bd4d2c64ef186c5ba5fe59f66b6f4c702.tar.gz | |
glibc: Secruity fix for CVE-2020-6096
Source: glibc.org
MR: 104799
Type: Security Fix
Disposition: Backport from beea361050728138b82c57dda0c4810402d342b9
ChangeID: 29df826fb697fdd2742c3bace33388bda962c5f1
Description:
(From OE-Core rev: ffa4fa35e1f6132b19788166a2b87517d9e17d95)
Signed-off-by: Armin Kuster <akuster@gmvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.31.bb')
| -rw-r--r-- | meta/recipes-core/glibc/glibc_2.31.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb index 9b2cf1bdeb..38563b1a7b 100644 --- a/meta/recipes-core/glibc/glibc_2.31.bb +++ b/meta/recipes-core/glibc/glibc_2.31.bb | |||
| @@ -43,6 +43,8 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ | |||
| 43 | file://0028-inject-file-assembly-directives.patch \ | 43 | file://0028-inject-file-assembly-directives.patch \ |
| 44 | file://0029-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \ | 44 | file://0029-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \ |
| 45 | file://0030-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch \ | 45 | file://0030-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch \ |
| 46 | file://CVE-2020-6096.patch \ | ||
| 47 | file://CVE-2020-6096_2.patch \ | ||
| 46 | " | 48 | " |
| 47 | S = "${WORKDIR}/git" | 49 | S = "${WORKDIR}/git" |
| 48 | B = "${WORKDIR}/build-${TARGET_SYS}" | 50 | B = "${WORKDIR}/build-${TARGET_SYS}" |
