From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [zeus][PATCH 00/22] zeus review request
Date: Fri, 28 Feb 2020 23:23:24 +0800 [thread overview]
Message-ID: <cover.1582902875.git.anuj.mittal@intel.com> (raw)
Next set of changes for zeus. Please review.
Clean a-full on autobuilder except a single unrelated fetch failure for esdk test.
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751
Thanks,
Anuj
The following changes since commit f39285bb82e68945a81034b84da09ca1078d6719:
Revert "bash: Fix CVE-2019-18276" (2020-02-19 18:53:10 +0000)
are available in the git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/zeus-next
Alexander Kanavin (5):
perl: update to 5.30.1
perl: package Config.pm from arch directory into the main perl package
perl: install typemap and other extutils metadata as part of perl-core
libmodule-build-perl: fix ptests
perl: fix failing ptests
Anuj Mittal (3):
openssh: backport patch to fix "cert not yet valid" test
ncurses: add CVE_VERSION
libxml2: fix CVE-2020-7595
Bruce Ashfield (2):
linux-yocto/5.2: update to v5.2.29
linux-yocto/5.2: update to v5.2.32
Jeremy Puhlman (1):
toolchain-shar-extract: ignore timestamp on decompress
Kevin Hao (1):
xserver-nodm-init: Fix the start failure for non-root user
Lee Chee Yang (2):
qemu: Fix CVE-2020-1711
libxml2: Fix CVE-2019-20388
Nathan Rossi (2):
glibc-testsuite: Remove the do_install task
glibc-testsuite: Exclude this recipe from world builds
Richard Purdie (2):
perl: Fix encode module reproducibility issues
perl: Fix makefile race causing configuration differences
Ross Burton (1):
perl: improve reproducibility
Tim Orling (1):
liberror-perl: upgrade 0.17028 -> 0.17029
Trevor Gamblin (1):
qemurunner.py: add try/except for pid handling race
Yi Zhao (1):
ppp: Security fix CVE-2020-8597
meta/files/toolchain-shar-extract.sh | 2 +-
meta/lib/oeqa/utils/qemurunner.py | 5 +-
...at-bozo-decided-to-use-2020-as-a-future-d.patch | 46 ++++++++++++++++
meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 1 +
.../0001-pppd-Fix-bounds-check-in-EAP-code.patch | 47 ++++++++++++++++
meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 1 +
meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 3 +
.../libxml/libxml2/CVE-2019-20388.patch | 37 +++++++++++++
.../libxml/libxml2/CVE-2020-7595.patch | 36 ++++++++++++
meta/recipes-core/libxml/libxml2_2.9.9.bb | 2 +
meta/recipes-core/ncurses/ncurses_6.1+20190803.bb | 2 +
...t-to-correctly-exclude-unbuilt-extensions.patch | 27 +++++++++
meta/recipes-devtools/perl/files/encodefix.patch | 20 +++++++
.../recipes-devtools/perl/files/fix-setgroup.patch | 49 -----------------
.../perl/files/perl-configpm-switch.patch | 4 +-
meta/recipes-devtools/perl/files/racefix.patch | 24 ++++++++
...or-perl_0.17028.bb => liberror-perl_0.17029.bb} | 4 +-
.../perl/libmodule-build-perl/run-ptest | 2 -
.../perl/libmodule-build-perl_0.4229.bb | 3 +
.../perl/{perl_5.30.0.bb => perl_5.30.1.bb} | 31 ++++++++---
meta/recipes-devtools/qemu/qemu.inc | 3 +-
.../recipes-devtools/qemu/qemu/CVE-2020-1711.patch | 64 ++++++++++++++++++++++
.../x11-common/xserver-nodm-init/capability.conf | 2 +
.../x11-common/xserver-nodm-init/xserver-nodm | 8 +++
.../x11-common/xserver-nodm-init_3.0.bb | 7 ++-
meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb | 8 +--
meta/recipes-kernel/linux/linux-yocto_5.2.bb | 22 ++++----
28 files changed, 379 insertions(+), 87 deletions(-)
create mode 100644 meta/recipes-connectivity/openssh/openssh/0001-upstream-what-bozo-decided-to-use-2020-as-a-future-d.patch
create mode 100644 meta/recipes-connectivity/ppp/ppp/0001-pppd-Fix-bounds-check-in-EAP-code.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2019-20388.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2020-7595.patch
create mode 100644 meta/recipes-devtools/perl/files/0001-tests-adjust-to-correctly-exclude-unbuilt-extensions.patch
create mode 100644 meta/recipes-devtools/perl/files/encodefix.patch
delete mode 100644 meta/recipes-devtools/perl/files/fix-setgroup.patch
create mode 100644 meta/recipes-devtools/perl/files/racefix.patch
rename meta/recipes-devtools/perl/{liberror-perl_0.17028.bb => liberror-perl_0.17029.bb} (89%)
rename meta/recipes-devtools/perl/{perl_5.30.0.bb => perl_5.30.1.bb} (93%)
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-1711.patch
create mode 100644 meta/recipes-graphics/x11-common/xserver-nodm-init/capability.conf
--
2.7.4
next reply other threads:[~2020-02-28 15:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 15:23 Anuj Mittal [this message]
2020-02-28 15:23 ` [zeus][PATCH 01/22] glibc-testsuite: Remove the do_install task Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 02/22] glibc-testsuite: Exclude this recipe from world builds Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 03/22] qemurunner.py: add try/except for pid handling race Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 04/22] xserver-nodm-init: Fix the start failure for non-root user Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 05/22] openssh: backport patch to fix "cert not yet valid" test Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 06/22] linux-yocto/5.2: update to v5.2.29 Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 07/22] perl: update to 5.30.1 Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 08/22] perl: package Config.pm from arch directory into the main perl package Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 09/22] perl: install typemap and other extutils metadata as part of perl-core Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 10/22] libmodule-build-perl: fix ptests Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 11/22] perl: improve reproducibility Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 12/22] perl: fix failing ptests Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 13/22] perl: Fix encode module reproducibility issues Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 14/22] perl: Fix makefile race causing configuration differences Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 15/22] liberror-perl: upgrade 0.17028 -> 0.17029 Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 16/22] toolchain-shar-extract: ignore timestamp on decompress Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 17/22] qemu: Fix CVE-2020-1711 Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 18/22] ncurses: add CVE_VERSION Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 19/22] ppp: Security fix CVE-2020-8597 Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 20/22] libxml2: fix CVE-2020-7595 Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 21/22] libxml2: Fix CVE-2019-20388 Anuj Mittal
2020-02-28 15:23 ` [zeus][PATCH 22/22] linux-yocto/5.2: update to v5.2.32 Anuj Mittal
2020-02-28 15:32 ` ✗ patchtest: failure for zeus review request Patchwork
2020-02-28 15:37 ` [zeus][PATCH 00/22] " akuster808
2020-03-02 8:43 ` Anuj Mittal
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.1582902875.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.