From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [zeus][PATCH 00/10] zeus review request
Date: Thu, 2 Jul 2020 08:54:02 +0800 [thread overview]
Message-ID: <cover.1593474787.git.anuj.mittal@intel.com> (raw)
Please review these next set of changes for zeus.
Thanks,
Anuj
The following changes since commit ee95a399285abbde84e0148ca957b59d65bcad0a:
mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG (2020-05-29 08:32:44 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/zeus-next
Alexander Kanavin (2):
python3: make gdbm optional
python3: un-break disabling the readline PACKAGECONFIG
Lee Chee Yang (1):
qemu: fix CVE-2020-10702 & CVE-2020-13765
Lili Li (1):
kernel.bbclass: Fix Module.symvers support
Peter Kjellerstedt (1):
relocatable.bbclass: Avoid an exception if an empty pkgconfig dir
exist
Richard Leitner (1):
kernel-fitimage: introduce FIT_SIGN_ALG
haiqing (2):
gnutls: fixed CVE-2020-13777
libpam: Remove option 'obscure' from common-password
jason.lau (1):
libjpeg-turbo: Fix CVE-2020-13790
wenlin.kang@windriver.com (1):
nfs-utils: fix CVE-2019-3689
meta/classes/kernel-fitimage.bbclass | 6 +-
meta/classes/kernel.bbclass | 2 +-
meta/classes/relocatable.bbclass | 20 +--
...atd-take-user-id-from-var-lib-nfs-sm.patch | 102 +++++++++++++
.../nfs-utils/nfs-utils_2.4.1.bb | 1 +
...report-missing-dependencies-for-disa.patch | 31 ++++
...tutils-prefix-is-inside-staging-area.patch | 2 +-
meta/recipes-devtools/python/python3_3.7.7.bb | 19 ++-
meta/recipes-devtools/qemu/qemu.inc | 2 +
.../qemu/qemu/CVE-2020-10702.patch | 52 +++++++
.../qemu/qemu/CVE-2020-13765.patch | 48 ++++++
.../pam/libpam/pam.d/common-password | 5 +-
...buf-overrun-caused-by-bad-binary-PPM.patch | 81 +++++++++++
.../jpeg/libjpeg-turbo_2.0.3.bb | 1 +
.../gnutls/gnutls/CVE-2020-13777-a.patch | 90 ++++++++++++
.../gnutls/gnutls/CVE-2020-13777-b.patch | 137 ++++++++++++++++++
.../gnutls/gnutls/CVE-2020-13777-c.patch | 68 +++++++++
meta/recipes-support/gnutls/gnutls_3.6.13.bb | 3 +
18 files changed, 650 insertions(+), 20 deletions(-)
create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-statd-take-user-id-from-var-lib-nfs-sm.patch
create mode 100644 meta/recipes-devtools/python/python3/0017-setup.py-do-not-report-missing-dependencies-for-disa.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-10702.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-13765.patch
create mode 100644 meta/recipes-graphics/jpeg/files/0001-rdppm.c-Fix-buf-overrun-caused-by-bad-binary-PPM.patch
create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2020-13777-a.patch
create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2020-13777-b.patch
create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2020-13777-c.patch
--
2.25.4
next reply other threads:[~2020-07-02 0:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-02 0:54 Anuj Mittal [this message]
2020-07-02 0:54 ` [zeus][PATCH 01/10] nfs-utils: fix CVE-2019-3689 Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 02/10] python3: make gdbm optional Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 03/10] python3: un-break disabling the readline PACKAGECONFIG Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 04/10] libjpeg-turbo: Fix CVE-2020-13790 Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 05/10] qemu: fix CVE-2020-10702 & CVE-2020-13765 Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 06/10] gnutls: fixed CVE-2020-13777 Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 07/10] kernel-fitimage: introduce FIT_SIGN_ALG Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 08/10] kernel.bbclass: Fix Module.symvers support Anuj Mittal
2020-07-04 21:13 ` [OE-core] " Adrian Bunk
2020-07-05 14:09 ` Richard Purdie
2020-07-06 0:14 ` Anuj Mittal
2020-07-02 0:54 ` [zeus][PATCH 09/10] relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist Anuj Mittal
2020-07-15 20:01 ` [OE-core] " Andre McCurdy
2020-07-02 0:54 ` [zeus][PATCH 10/10] libpam: Remove option 'obscure' from common-password Anuj Mittal
2020-07-02 1:02 ` ✗ patchtest: failure for zeus review request (rev3) Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1593474787.git.anuj.mittal@intel.com \
--to=anuj.mittal@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox