From: "Anuj Mittal" <anuj.mittal@intel.com>
To: richard.purdie@linuxfoundation.org,
openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 00/30] pull request (cover letter only)
Date: Tue, 12 Jan 2021 09:29:37 +0800 [thread overview]
Message-ID: <cover.1610414761.git.anuj.mittal@intel.com> (raw)
Please merge these changes in gatesgarth.
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 stable/gatesgarth-next
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-12 1:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-12 1:29 Anuj Mittal [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-25 4:04 [gatesgarth][PATCH 00/30] pull request (cover letter only) 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.1610414761.git.anuj.mittal@intel.com \
--to=anuj.mittal@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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.