From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/14] Review request
Date: Wed, 1 Dec 2021 15:16:00 +0800 [thread overview]
Message-ID: <cover.1638342222.git.anuj.mittal@intel.com> (raw)
Next set of changes for hardknott. Please review. No problems seen while
testing on autobuilder except for an intermittent qemu bootup failure.
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2975
Thanks,
Anuj
The following changes since commit e95ccf6f7fe5a42fffcfa5e43087ff964622e26c:
squashfs-tools: fix CVE-2021-41072 (2021-11-22 09:45:46 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib anujm/hardknott
Bruce Ashfield (5):
linux-yocto/5.4: update to v5.4.154
linux-yocto/5.4: update to v5.4.155
linux-yocto/5.4: update to v5.4.156
linux-yocto/5.4: update to v5.4.158
linux-yocto/5.10: update to v5.10.79
Claus Stovgaard (1):
cups: Fix missing installation of cups sysv init scripts
Daniel Gomez (1):
os-release: Add DISTRO_CODENAME as vardeps for do_compile
Mingli Yu (1):
wic: use shutil.which
Oleksandr Kravchuk (1):
python3: update to 3.9.7
Pavel Zhukov (1):
go: upgrade 1.16.8 -> 1.16.10
Richard Purdie (2):
uninative: Add version to uninative tarball name
glibc: Fix i586/c3 support
Ross Burton (1):
gmp: fix CVE-2021-43618
zhengruoqin (1):
python3: upgrade 3.9.5 -> 3.9.6
meta/classes/uninative.bbclass | 2 +-
meta/conf/distro/include/yocto-uninative.inc | 3 +-
meta/recipes-core/glibc/glibc_2.33.bb | 2 +-
meta/recipes-core/os-release/os-release.bb | 4 ++-
.../go/{go-1.16.8.inc => go-1.16.10.inc} | 6 ++--
..._1.16.8.bb => go-binary-native_1.16.10.bb} | 4 +--
...1.16.8.bb => go-cross-canadian_1.16.10.bb} | 0
...go-cross_1.16.8.bb => go-cross_1.16.10.bb} | 0
...sssdk_1.16.8.bb => go-crosssdk_1.16.10.bb} | 0
...-native_1.16.8.bb => go-native_1.16.10.bb} | 0
...untime_1.16.8.bb => go-runtime_1.16.10.bb} | 0
.../go/{go_1.16.8.bb => go_1.16.10.bb} | 0
...sue36464-parallel-build-race-problem.patch | 34 -------------------
.../{python3_3.9.5.bb => python3_3.9.7.bb} | 3 +-
meta/recipes-extended/cups/cups.inc | 2 +-
.../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_5.10.bb | 24 ++++++-------
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 ++++++------
.../gmp/gmp/cve-2021-43618.patch | 27 +++++++++++++++
meta/recipes-support/gmp/gmp_6.2.1.bb | 1 +
scripts/lib/wic/engine.py | 6 ++--
scripts/lib/wic/misc.py | 4 +--
scripts/wic | 4 +--
26 files changed, 86 insertions(+), 90 deletions(-)
rename meta/recipes-devtools/go/{go-1.16.8.inc => go-1.16.10.inc} (86%)
rename meta/recipes-devtools/go/{go-binary-native_1.16.8.bb => go-binary-native_1.16.10.bb} (83%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.16.8.bb => go-cross-canadian_1.16.10.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.16.8.bb => go-cross_1.16.10.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.16.8.bb => go-crosssdk_1.16.10.bb} (100%)
rename meta/recipes-devtools/go/{go-native_1.16.8.bb => go-native_1.16.10.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.16.8.bb => go-runtime_1.16.10.bb} (100%)
rename meta/recipes-devtools/go/{go_1.16.8.bb => go_1.16.10.bb} (100%)
delete mode 100644 meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
rename meta/recipes-devtools/python/{python3_3.9.5.bb => python3_3.9.7.bb} (98%)
create mode 100644 meta/recipes-support/gmp/gmp/cve-2021-43618.patch
--
2.33.1
next reply other threads:[~2021-12-01 7:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-01 7:16 Anuj Mittal [this message]
2021-12-01 7:16 ` [hardknott][PATCH 01/14] linux-yocto/5.4: update to v5.4.154 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 02/14] linux-yocto/5.4: update to v5.4.155 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 03/14] linux-yocto/5.4: update to v5.4.156 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 04/14] linux-yocto/5.4: update to v5.4.158 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 05/14] go: upgrade 1.16.8 -> 1.16.10 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 06/14] uninative: Add version to uninative tarball name Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 07/14] wic: use shutil.which Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 08/14] gmp: fix CVE-2021-43618 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 09/14] glibc: Fix i586/c3 support Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 10/14] linux-yocto/5.10: update to v5.10.79 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 11/14] os-release: Add DISTRO_CODENAME as vardeps for do_compile Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 12/14] python3: upgrade 3.9.5 -> 3.9.6 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 13/14] python3: update to 3.9.7 Anuj Mittal
2021-12-01 7:16 ` [hardknott][PATCH 14/14] cups: Fix missing installation of cups sysv init scripts Anuj Mittal
-- strict thread matches above, loose matches on Subject: below --
2021-11-16 3:24 [hardknott][PATCH 00/14] Review request 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.1638342222.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.