[OE-core] [thud][PATCH 0/9] Fixes for Thud

Armin Kuster akuster808 at gmail.com
Wed May 29 13:50:29 UTC 2019


These are backports and Secruity fixes for thud 
already in Warrior or not affecting the versions in warrior.

Adrian Bunk (1):
  gnutls: upgrade 3.6.5 -> 3.6.7

Armin Kuster (4):
  glibc: Security fix CVE-2019-9169
  elfutils: Security fixes  CVE-2019-7146,7149,7150
  gnutls: update to 3.6.5
  nettle: update to 3.4.1

Mingli Yu (2):
  nettle: fix ptest failure
  nettle: fix the Segmentation fault

Richard Purdie (1):
  Revert "nettle: fix ptest failure"

Ross Burton (1):
  gnutls: no need to inherit binconfig

 meta/recipes-core/glibc/glibc/CVE-2019-9169.patch  |  63 +++++++++
 meta/recipes-core/glibc/glibc_2.28.bb              |   1 +
 meta/recipes-devtools/elfutils/elfutils_0.175.bb   |   4 +
 .../elfutils/files/CVE-2019-7146_p1.patch          |  52 ++++++++
 .../elfutils/files/CVE-2019-7146_p2.patch          |  65 +++++++++
 .../elfutils/files/CVE-2019-7149.patch             | 148 +++++++++++++++++++++
 .../elfutils/files/CVE-2019-7150.patch             |  51 +++++++
 .../gnutls/{gnutls_3.6.4.bb => gnutls_3.6.7.bb}    |   9 +-
 ...d-target-to-only-build-tests-not-run-them.patch |   0
 ...k-header-files-of-openssl-only-if-enable_.patch |   0
 .../{nettle-3.4 => nettle-3.4.1}/dlopen-test.patch |   0
 .../nettle/{nettle-3.4 => nettle-3.4.1}/run-ptest  |   0
 .../nettle/{nettle_3.4.bb => nettle_3.4.1.bb}      |   5 +-
 13 files changed, 391 insertions(+), 7 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-9169.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2019-7146_p1.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2019-7146_p2.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2019-7149.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2019-7150.patch
 rename meta/recipes-support/gnutls/{gnutls_3.6.4.bb => gnutls_3.6.7.bb} (84%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/Add-target-to-only-build-tests-not-run-them.patch (100%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/check-header-files-of-openssl-only-if-enable_.patch (100%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/dlopen-test.patch (100%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/run-ptest (100%)
 rename meta/recipes-support/nettle/{nettle_3.4.bb => nettle_3.4.1.bb} (90%)

-- 
2.7.4



More information about the Openembedded-core mailing list