All these have been already reviewed by the community. Passes AB -full Please merge to thud
The following changes since commit e6728a873f1eef335a9e21bdface304f13f0c952: uninative: Update to 2.7 release (2019-10-07 19:27:17 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib stable/thud-next http://cgit.openembedded.org//log/?h=stable/thud-next Dan Tran (1): gnutls: Fix CVE-2019-3829 and CVE-2019-3836 Dmitry Eremin-Solenikov (1): kernel.bbclass: fix installation of modules signing certificates Muminul Islam (3): glibc: Security fix for cve <CVE-2019-6488, CVE-2019-7309> libsolv: Security fix for CVEs: <CVE-2018-20532, CVE-2018-20533, CVE-2018-20534> curl: Security fix for CVE-2019-5482 Peter Kjellerstedt (1): arch-arm64.inc: Lower the priority of aarch64 in MACHINEOVERRIDES c-thaler (1): kernel-devsrc: check for localversion files in the kernel source tree meta/classes/kernel.bbclass | 2 +- meta/conf/machine/include/arm/arch-arm64.inc | 2 +- meta/recipes-core/glibc/glibc/CVE-2019-6488.patch | 274 +++++++ meta/recipes-core/glibc/glibc/CVE-2019-7309.patch | 207 +++++ meta/recipes-core/glibc/glibc_2.28.bb | 2 + .../0003-Fix-Dereference-of-null-pointer.patch | 33 + .../0004-Fix-Add-va_end-before-return.patch | 36 + .../libsolv/libsolv/0005-Fix-Memory-leaks.patch | 158 ++++ .../libsolv/0006-Fix-testsolv-segfault.patch | 41 + .../libsolv/0007-Fix-testsolv-segfaults.patch | 47 ++ .../0008-Fix-Be-sure-that-NONBLOCK-is-set.patch | 37 + ...0009-Don-t-set-values-that-are-never-read.patch | 113 +++ meta/recipes-extended/libsolv/libsolv_0.6.35.bb | 7 + meta/recipes-kernel/linux/kernel-devsrc.bb | 9 + meta/recipes-support/curl/curl/CVE-2019-5482.patch | 68 ++ meta/recipes-support/curl/curl_7.61.0.bb | 1 + .../gnutls/gnutls/CVE-2019-3829_p1.patch | 39 + .../gnutls/gnutls/CVE-2019-3829_p2.patch | 871 +++++++++++++++++++++ .../gnutls/gnutls/CVE-2019-3829_p3.patch | 36 + .../gnutls/gnutls/CVE-2019-3836.patch | 35 + meta/recipes-support/gnutls/gnutls_3.6.4.bb | 4 + 21 files changed, 2020 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-6488.patch create mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-7309.patch create mode 100644 meta/recipes-extended/libsolv/libsolv/0003-Fix-Dereference-of-null-pointer.patch create mode 100644 meta/recipes-extended/libsolv/libsolv/0004-Fix-Add-va_end-before-return.patch create mode 100644 meta/recipes-extended/libsolv/libsolv/0005-Fix-Memory-leaks.patch create mode 100644 meta/recipes-extended/libsolv/libsolv/0006-Fix-testsolv-segfault.patch create mode 100644 meta/recipes-extended/libsolv/libsolv/0007-Fix-testsolv-segfaults.patch create mode 100644 meta/recipes-extended/libsolv/libsolv/0008-Fix-Be-sure-that-NONBLOCK-is-set.patch create mode 100644 meta/recipes-extended/libsolv/libsolv/0009-Don-t-set-values-that-are-never-read.patch create mode 100644 meta/recipes-support/curl/curl/CVE-2019-5482.patch create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2019-3829_p1.patch create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2019-3829_p2.patch create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2019-3829_p3.patch create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2019-3836.patch -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
