From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/37] pull request (cover letter only)
Date: Fri, 6 Aug 2021 09:09:39 +0800 [thread overview]
Message-ID: <cover.1628212045.git.anuj.mittal@intel.com> (raw)
Please merge these changes.
Thanks,
Anuj
The following changes since commit e458c15627e7b27392d158cbb9417f66424aa7d5:
xserver-xorg: Fix builds without glx (2021-07-14 00:04:22 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next
Alexander Kanavin (1):
devtool: correctly handle non-standard source tree locations in
upgrades
Bruce Ashfield (7):
linux-yocto: add vfat KERNEL_FEATURE when MACHINE_FEATURES include
vfat
linux-yocto/5.10: update to v5.10.49
linux-yocto/5.4: update to v5.4.131
linux-yocto/5.10: update to v5.10.50
linux-yocto/5.4: update to v5.4.132
linux-yocto/5.10: update to v5.10.52
linux-yocto/5.4: update to v5.4.134
Changqing Li (1):
archiver.bbclass: fix do_ar_configured failure for kernel
Chen Qi (1):
systemd: fix CVE-2020-13529
Damian Wrobel (1):
gobject-introspection: Fix the license (add MIT)
Khairul Rohaizzat Jamaluddin (1):
glibc: Fix CVE-2021-33574
Khem Raj (1):
ovmf: Fix VLA warnings with GCC 11
Marek Vasut (1):
update-rc.d: update SRCREV to pull in fix for non-bash shell support
Matthias Schiffer (1):
initscripts: fix creation order for /var/log with
VOLATILE_LOG_DIR=true
Michael Opdenacker (1):
oe-setup-builddir: update YP docs and OE URLs
Mingli Yu (1):
netbase: use git fetcher
Nicolas Dechesne (4):
yocto-check-layer: improve missed dependencies
checklayer: new function get_layer_dependencies()
checklayer: rename _find_layer_depends
yocto-check-layer: ensure that all layer dependencies are tested too
Oleksandr Kravchuk (1):
bitbake.conf: change GNOME_MIRROR to new one
Ralph Siemsen (1):
oeqa/manual/toaster: fix small typo
Richard Purdie (3):
pseudo: Add uninative configuration sanity check
pseudo: Update to latest version including statx fix
sstate: Drop pseudo exclusion
Ross Burton (5):
parted: improve ptest execution
parted: fix ptest RRECOMMENDS
parted: skip tests that need vfat support
avahi: fix CVE-2021-36217, crash on pinging '.local'
glew: fix Makefile race
Sakib Sajal (1):
go: fix CVE-2020-29509, CVE-2020-29511
Tony Tascioglu (1):
valgrind: skip flaky ptest fb_test_amd64
Trevor Gamblin (1):
python3-pip: fix CVE-2021-3572
Ulrich Ölmann (2):
initramfs-framework: fix whitespace issue
initramfs-framework/setup-live: fix shebang
leimaohui (1):
archiver.bbclass: Fix patch error for recipes that inherit dos2unix.
meta/classes/archiver.bbclass | 8 +-
meta/classes/sstate.bbclass | 2 -
meta/conf/bitbake.conf | 2 +-
.../lib/oeqa/manual/toaster-managed-mode.json | 2 +-
meta/recipes-connectivity/avahi/avahi_0.8.bb | 1 +
.../avahi/files/local-ping.patch | 152 ++++++++++++++++
.../glibc/glibc/CVE-2021-33574_1.patch | 76 ++++++++
.../glibc/glibc/CVE-2021-33574_2.patch | 61 +++++++
meta/recipes-core/glibc/glibc_2.33.bb | 2 +
.../initramfs-framework/setup-live | 2 +-
.../initrdscripts/initramfs-framework_1.0.bb | 2 +-
.../initscripts/initscripts_1.0.bb | 3 +-
meta/recipes-core/netbase/netbase_6.2.bb | 5 +-
.../ovmf/0001-Fix-VLA-parameter-warning.patch | 51 ++++++
meta/recipes-core/ovmf/ovmf_git.bb | 1 +
...heck-error-earlier-and-reduce-indent.patch | 172 ++++++++++++++++++
...02-sd-dhcp-client-shorten-code-a-bit.patch | 66 +++++++
...ogs-when-dhcp-client-unexpectedly-ga.patch | 69 +++++++
...entatively-ignore-FORCERENEW-command.patch | 42 +++++
meta/recipes-core/systemd/systemd_247.6.bb | 4 +
.../update-rc.d/update-rc.d_0.8.bb | 2 +-
meta/recipes-devtools/go/go-1.16.5.inc | 1 +
...dle-leading-trailing-or-double-colon.patch | 123 +++++++++++++
meta/recipes-devtools/pseudo/pseudo.inc | 13 ++
meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
...git-references-on-unicode-separators.patch | 40 ++++
.../python/python3-pip_20.0.2.bb | 4 +-
.../valgrind/valgrind/remove-for-all | 1 +
.../parted/files/check-vfat.patch | 51 ++++++
meta/recipes-extended/parted/files/run-ptest | 2 +-
meta/recipes-extended/parted/parted_3.4.bb | 10 +-
.../gobject-introspection_1.66.1.bb | 2 +-
.../0001-Fix-build-race-in-Makefile.patch | 56 ++++++
meta/recipes-graphics/glew/glew_2.2.0.bb | 1 +
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-rt_5.4.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +-
.../linux/linux-yocto-tiny_5.4.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto.inc | 1 +
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +--
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +--
scripts/lib/checklayer/__init__.py | 11 +-
scripts/lib/devtool/upgrade.py | 15 +-
scripts/oe-setup-builddir | 4 +-
scripts/yocto-check-layer | 23 ++-
45 files changed, 1092 insertions(+), 67 deletions(-)
create mode 100644 meta/recipes-connectivity/avahi/files/local-ping.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2021-33574_1.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2021-33574_2.patch
create mode 100644 meta/recipes-core/ovmf/ovmf/0001-Fix-VLA-parameter-warning.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-sd-dhcp-client-check-error-earlier-and-reduce-indent.patch
create mode 100644 meta/recipes-core/systemd/systemd/0002-sd-dhcp-client-shorten-code-a-bit.patch
create mode 100644 meta/recipes-core/systemd/systemd/0003-sd-dhcp-client-logs-when-dhcp-client-unexpectedly-ga.patch
create mode 100644 meta/recipes-core/systemd/systemd/0004-sd-dhcp-client-tentatively-ignore-FORCERENEW-command.patch
create mode 100644 meta/recipes-devtools/go/go-1.16/0001-encoding-xml-handle-leading-trailing-or-double-colon.patch
create mode 100644 meta/recipes-devtools/python/python3-pip/0001-Don-t-split-git-references-on-unicode-separators.patch
create mode 100644 meta/recipes-extended/parted/files/check-vfat.patch
create mode 100644 meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch
--
2.31.1
reply other threads:[~2021-08-06 1:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1628212045.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.