From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 00/30] patch review request
Date: Fri, 8 Jan 2021 12:17:42 +0800 [thread overview]
Message-ID: <cover.1610079278.git.anuj.mittal@intel.com> (raw)
Please review these changes for gatesgarth. Builds cleanly on
autobuilder.
Thanks,
Anuj
The following changes since commit a2eebe92daf0e0fb11422ea17f7029aeab2bcb9e:
apr-util: Only specify --with-dbm=gdbm if gdbm support is enabled (2020-12-28 09:53:26 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib anujm/gatesgarth
Alexander Kanavin (1):
devtool: gitsm:// should be handled same as git:// in upgrades
Bruce Ashfield (8):
linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'
linux-yocto/5.4: update to v5.4.82
linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT
linux-yocto/5.4: update to v5.4.83
linux-yocto/5.8/cfg: fix -tiny warnings
linux-yocto/5.4/cfg: fix -tiny warnings
linux-yocto/5.4/cfg: fix FIRMWARE_LOADER warnings
linux-yocto/5.4: update to v5.4.85
Changqing Li (1):
libexif: fix CVE-2020-0198; CVE-2020-0452
Khem Raj (1):
initscripts: use quotes for shell variable comparision
Lee Chee Yang (2):
glib-2.0: fix CVE-2020-35457
wic/direct/kparser: ensure fsuuid for vfat and msdos align with format
Li Wang (2):
qemu: CVE-2020-25723
qemu: CVE-2020-28916
Nathan Rossi (1):
coreutils: enable xattrs by default for nativesdk
Ovidiu Panait (2):
timezone: upgrade to 2020e
timezone: upgrade to 2020f
Paul Barker (1):
bitbake.conf: Prevent pyc file generation in pseudo context
Peter Kjellerstedt (3):
lib/oe/path: Add canonicalize()
bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS
wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHS
Richard Purdie (3):
grub: Further reproducibility fix
man-db: Fix reproducibility issue
oeqa/commands: Ensure sync can be found regardless of PATH
Robert Joslyn (1):
openssl: Update to 1.1.1i
Ross Burton (1):
diffstat: point the license checksum at the license
Scott Murray (2):
grub: fix "CVE:" line in one of the patches
patch: fix CVE-2019-20633
Steve Sakoman (1):
oeqa/selftest/cases/devtool.py: fix typo in ignore_patterns call
meta-selftest/lib/pseudo_pyc_test1.py | 1 +
meta-selftest/lib/pseudo_pyc_test2.py | 1 +
.../pseudo-pyc-test/pseudo-pyc-test.bb | 15 +++++
meta/conf/bitbake.conf | 6 +-
meta/lib/oe/path.py | 21 ++++++
meta/lib/oeqa/selftest/cases/devtool.py | 2 +-
meta/lib/oeqa/selftest/cases/pseudo.py | 27 ++++++++
meta/lib/oeqa/utils/commands.py | 3 +
...low-checking-primitives-where-we-do-.patch | 2 +-
meta/recipes-bsp/grub/files/determinism.patch | 16 +++++
.../{openssl_1.1.1g.bb => openssl_1.1.1i.bb} | 2 +-
meta/recipes-core/coreutils/coreutils_8.32.bb | 3 +
.../glib-2.0/glib-2.0/CVE-2020-35457.patch | 41 ++++++++++++
meta/recipes-core/glib-2.0/glib-2.0_2.64.5.bb | 1 +
.../initscripts/initscripts-1.0/checkroot.sh | 2 +-
.../diffstat/diffstat_1.63.bb | 4 +-
.../patch/patch/CVE-2019-20633.patch | 31 +++++++++
meta/recipes-devtools/patch/patch_2.7.6.bb | 1 +
meta/recipes-devtools/qemu/qemu.inc | 2 +
.../qemu/qemu/CVE-2020-25723.patch | 51 ++++++++++++++
.../qemu/qemu/CVE-2020-28916.patch | 49 ++++++++++++++
meta/recipes-extended/man-db/man-db_2.9.3.bb | 1 +
meta/recipes-extended/timezone/timezone.inc | 6 +-
.../linux/linux-yocto-rt_5.4.bb | 6 +-
.../linux/linux-yocto-rt_5.8.bb | 2 +-
.../linux/linux-yocto-tiny_5.4.bb | 8 +--
.../linux/linux-yocto-tiny_5.8.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++----
meta/recipes-kernel/linux/linux-yocto_5.8.bb | 2 +-
.../libexif/files/CVE-2020-0198.patch | 66 +++++++++++++++++++
.../libexif/files/CVE-2020-0452.patch | 39 +++++++++++
.../recipes-support/libexif/libexif_0.6.22.bb | 2 +
scripts/lib/devtool/upgrade.py | 4 +-
scripts/lib/wic/ksparser.py | 17 +++++
scripts/lib/wic/partition.py | 12 +++-
scripts/lib/wic/plugins/imager/direct.py | 7 ++
36 files changed, 440 insertions(+), 37 deletions(-)
create mode 100644 meta-selftest/lib/pseudo_pyc_test1.py
create mode 100644 meta-selftest/lib/pseudo_pyc_test2.py
create mode 100644 meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb
create mode 100644 meta/lib/oeqa/selftest/cases/pseudo.py
rename meta/recipes-connectivity/openssl/{openssl_1.1.1g.bb => openssl_1.1.1i.bb} (98%)
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2020-35457.patch
create mode 100644 meta/recipes-devtools/patch/patch/CVE-2019-20633.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-25723.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-28916.patch
create mode 100644 meta/recipes-support/libexif/files/CVE-2020-0198.patch
create mode 100644 meta/recipes-support/libexif/files/CVE-2020-0452.patch
--
2.29.2
next reply other threads:[~2021-01-08 4:18 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-08 4:17 Anuj Mittal [this message]
2021-01-08 4:17 ` [gatesgarth][PATCH 01/30] oeqa/selftest/cases/devtool.py: fix typo in ignore_patterns call Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 02/30] openssl: Update to 1.1.1i Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 03/30] glib-2.0: fix CVE-2020-35457 Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 04/30] timezone: upgrade to 2020e Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 05/30] devtool: gitsm:// should be handled same as git:// in upgrades Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 06/30] libexif: fix CVE-2020-0198; CVE-2020-0452 Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 07/30] grub: fix "CVE:" line in one of the patches Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 08/30] patch: fix CVE-2019-20633 Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 09/30] grub: Further reproducibility fix Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 10/30] wic/direct/kparser: ensure fsuuid for vfat and msdos align with format Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 11/30] man-db: Fix reproducibility issue Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 12/30] qemu: CVE-2020-25723 Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 13/30] qemu: CVE-2020-28916 Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 14/30] timezone: upgrade to 2020f Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 15/30] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y' Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 16/30] linux-yocto/5.4: update to v5.4.82 Anuj Mittal
2021-01-08 4:17 ` [gatesgarth][PATCH 17/30] linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 18/30] linux-yocto/5.4: update to v5.4.83 Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 19/30] linux-yocto/5.8/cfg: fix -tiny warnings Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 20/30] linux-yocto/5.4/cfg: " Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 21/30] linux-yocto/5.4/cfg: fix FIRMWARE_LOADER warnings Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 22/30] linux-yocto/5.4: update to v5.4.85 Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 23/30] diffstat: point the license checksum at the license Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 24/30] coreutils: enable xattrs by default for nativesdk Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 25/30] initscripts: use quotes for shell variable comparision Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 26/30] oeqa/commands: Ensure sync can be found regardless of PATH Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 27/30] lib/oe/path: Add canonicalize() Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 28/30] bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 29/30] wic: Pass canonicalized " Anuj Mittal
2021-01-08 4:18 ` [gatesgarth][PATCH 30/30] bitbake.conf: Prevent pyc file generation in pseudo context Anuj Mittal
2021-01-13 12:05 ` [OE-core] [gatesgarth][PATCH 00/30] patch review request Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2021-02-22 16:00 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.1610079278.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