From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/15] Patch review
Date: Thu, 1 Apr 2021 05:27:29 -1000 [thread overview]
Message-ID: <cover.1617290309.git.steve@sakoman.com> (raw)
Please review this next set of patches for dunfell and have comments back by
end of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2019
The following changes since commit 707036d4ec12ef1a260adcef78627b26e32e6540:
linux-yocto/5.4: update to v5.4.105 (2021-03-24 04:30:32 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Anton D. Kachalov (1):
run-postinsts: do not remove postinsts directory.
Bruce Ashfield (1):
linux-yocto/5.4: update to v5.4.107
Catalin Enache (1):
connman: fix CVE-2021-26675, CVE-2021-26676
Christopher Larson (2):
buildhistory: add missing vardepsexcludes
image,populate_sdk_base: move 'func' flag setting for sdk command vars
He Zhe (1):
cryptodev-module: Backport a patch to fix build failure with kernel
v5.8
Khem Raj (1):
documentation-audit.sh: Fix typo in specifying LICENSE_FLAGS_WHITELIST
Mark Hatle (1):
populate_sdk_ext: Avoid copying and producing .pyc files
Michael Trensch (1):
linux-firmware: Fix packaging
Mikko Rapeli (1):
openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449
Mingli Yu (1):
libtool: make sure autoheader run before autoconf
Minjae Kim (1):
git: fix CVE-2021-21300
Naveen Saini (1):
cryptodev-module: fix build failure with kernel v5.10
Robert P. J. Day (2):
bitbake.conf: correct description of HOSTTOOLS_DIR
packagegroups: delete useless "PROVIDES" lines
meta/classes/buildhistory.bbclass | 3 +
meta/classes/image.bbclass | 2 +-
meta/classes/populate_sdk_base.bbclass | 7 +
meta/classes/populate_sdk_ext.bbclass | 4 +-
meta/conf/bitbake.conf | 2 +-
meta/lib/oe/copy_buildsystem.py | 6 +-
.../connman/connman/CVE-2021-26675.patch | 62 ++++
.../connman/connman/CVE-2021-26676-0001.patch | 231 +++++++++++++
.../connman/connman/CVE-2021-26676-0002.patch | 33 ++
.../connman/connman_1.37.bb | 3 +
.../{openssl_1.1.1j.bb => openssl_1.1.1k.bb} | 2 +-
.../packagegroups/packagegroup-base.bb | 1 -
.../packagegroups/packagegroup-core-nfs.bb | 1 -
.../git/files/CVE-2021-21300.patch | 305 ++++++++++++++++++
meta/recipes-devtools/git/git.inc | 4 +-
.../libtool/libtool-2.4.6.inc | 1 +
...-sure-autoheader-run-before-autoconf.patch | 35 ++
.../run-postinsts/run-postinsts/run-postinsts | 10 +-
.../cryptodev/cryptodev-module_1.10.bb | 2 +
.../0001-Fix-build-for-Linux-5.8-rc1.patch | 49 +++
.../0001-Fix-build-for-Linux-5.9-rc1.patch | 42 +++
.../linux-firmware/linux-firmware_20210208.bb | 41 ++-
.../linux/linux-yocto-rt_5.4.bb | 6 +-
.../linux/linux-yocto-tiny_5.4.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +-
scripts/contrib/documentation-audit.sh | 2 +-
26 files changed, 840 insertions(+), 44 deletions(-)
create mode 100644 meta/recipes-connectivity/connman/connman/CVE-2021-26675.patch
create mode 100644 meta/recipes-connectivity/connman/connman/CVE-2021-26676-0001.patch
create mode 100644 meta/recipes-connectivity/connman/connman/CVE-2021-26676-0002.patch
rename meta/recipes-connectivity/openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb} (98%)
create mode 100644 meta/recipes-devtools/git/files/CVE-2021-21300.patch
create mode 100644 meta/recipes-devtools/libtool/libtool/0001-Makefile.am-make-sure-autoheader-run-before-autoconf.patch
create mode 100644 meta/recipes-kernel/cryptodev/files/0001-Fix-build-for-Linux-5.8-rc1.patch
create mode 100644 meta/recipes-kernel/cryptodev/files/0001-Fix-build-for-Linux-5.9-rc1.patch
--
2.25.1
next reply other threads:[~2021-04-01 15:28 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-01 15:27 Steve Sakoman [this message]
2021-04-01 15:27 ` [OE-core][dunfell 01/15] connman: fix CVE-2021-26675, CVE-2021-26676 Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 02/15] git: fix CVE-2021-21300 Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 03/15] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449 Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 04/15] linux-yocto/5.4: update to v5.4.107 Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 05/15] linux-firmware: Fix packaging Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 06/15] cryptodev-module: Backport a patch to fix build failure with kernel v5.8 Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 07/15] cryptodev-module: fix build failure with kernel v5.10 Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 08/15] run-postinsts: do not remove postinsts directory Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 09/15] documentation-audit.sh: Fix typo in specifying LICENSE_FLAGS_WHITELIST Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 10/15] bitbake.conf: correct description of HOSTTOOLS_DIR Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 11/15] libtool: make sure autoheader run before autoconf Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 12/15] populate_sdk_ext: Avoid copying and producing .pyc files Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 13/15] packagegroups: delete useless "PROVIDES" lines Steve Sakoman
2021-04-01 20:07 ` Andre McCurdy
2021-04-01 20:30 ` Steve Sakoman
2021-04-02 12:30 ` Robert P. J. Day
2021-04-01 15:27 ` [OE-core][dunfell 14/15] buildhistory: add missing vardepsexcludes Steve Sakoman
2021-04-01 15:27 ` [OE-core][dunfell 15/15] image,populate_sdk_base: move 'func' flag setting for sdk command vars Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-11-11 15:02 [OE-core][dunfell 00/15] Patch review Steve Sakoman
2021-10-04 14:18 Steve Sakoman
2020-07-13 14:16 Steve Sakoman
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.1617290309.git.steve@sakoman.com \
--to=steve@sakoman.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.