diff options
author | Ross Burton <ross@burtonini.com> | 2021-11-22 11:40:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-02 16:53:07 +0000 |
commit | 1a5fb730ac928c732f4651b40ede2da6326d8962 (patch) | |
tree | 68ca4613a331c10f8eefb04b4d0485af023d5003 /meta/recipes-support/gmp/gmp_6.2.0.bb | |
parent | 3d9e8146d0f47bedf145ac38fc74a2d570ef0b93 (diff) | |
download | poky-1a5fb730ac928c732f4651b40ede2da6326d8962.tar.gz |
gmp: fix CVE-2021-43618
(From OE-Core rev: abf73599c5706a8553a4b1f3553313059c4d9c69)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fb3b9a7f668a6ffd56a99e1e8b83cdbad2a4bc66)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp_6.2.0.bb')
-rw-r--r-- | meta/recipes-support/gmp/gmp_6.2.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp_6.2.0.bb b/meta/recipes-support/gmp/gmp_6.2.0.bb index a19c74fca8..d29b74f829 100644 --- a/meta/recipes-support/gmp/gmp_6.2.0.bb +++ b/meta/recipes-support/gmp/gmp_6.2.0.bb | |||
@@ -12,6 +12,7 @@ SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \ | |||
12 | file://use-includedir.patch \ | 12 | file://use-includedir.patch \ |
13 | file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \ | 13 | file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \ |
14 | file://0001-confiure.ac-Believe-the-cflags-from-environment.patch \ | 14 | file://0001-confiure.ac-Believe-the-cflags-from-environment.patch \ |
15 | file://cve-2021-43618.patch \ | ||
15 | " | 16 | " |
16 | SRC_URI[md5sum] = "c24161e0dd44cae78cd5f67193492a21" | 17 | SRC_URI[md5sum] = "c24161e0dd44cae78cd5f67193492a21" |
17 | SRC_URI[sha256sum] = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" | 18 | SRC_URI[sha256sum] = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" |