From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/18] Patch review
Date: Mon, 7 Sep 2020 07:01:59 -1000 [thread overview]
Message-ID: <cover.1599495862.git.steve@sakoman.com> (raw)
Please review this next set of changes for dunfell and have comments back
by end of day Wednesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1350
NOTE: json-c: Fix CVE-2020-12762 has a line longer than 988 characters and thus
breaks send-pull-request. I've truncated that line and tagged it with a <snip>
The full patch is of course available in the git repo linked below.
The following changes since commit 0d4d0df6084cce3c3d9051db88f3199a030d3352:
linux-firmware: update 20200721 -> 20200817 (2020-09-01 05:45:54 -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
Anibal Limon (1):
recipes-kernel: linux-firmware add qcom-venus-{5.2,5.4} packages
Bruce Ashfield (1):
kernel-yocto: checksum all modifications to available kernel fragments
directories
Joshua Watt (1):
oeqa: sdk: Capture stderr output
Khem Raj (3):
json-c: Fix CVE-2020-12762
util-linux: Allow update alternatives for additional apps
json-glib: Backport a build fix with clang
Martin Jansa (1):
devtool: expand SRC_URI when guessing recipe update mode
Michael Tretter (1):
devtool: deploy-target: Fix size calculation for hard links
Nicolas Dechesne (1):
linux-libc-headers: kernel headers are installed in
STAGING_KERNEL_BUILDDIR
Rasmus Villemoes (1):
cml1: Move find_cfgs() helper to cml1.bbclass
Richard Purdie (1):
selftest/prservice: Improve test failure message
Ross Burton (2):
package.bbclass: explode the RPROVIDES so we don't think the versions
are provides
insane: improve gnu-hash-style warning
Steve Sakoman (1):
sanity.conf: update BB_MIN_VERSION to 1.46.0
Sumit Garg (1):
insane: fix gnu-hash-style check
Vijai Kumar K (1):
wic: misc: Add /bin to the list of searchpaths
Yann Dirson (1):
package: get_package_mapping: avoid dependency mapping if renamed
package provides original name
hongxu (1):
sysstat: fix installed-vs-shipped QA Issue in systemd
meta/classes/cml1.bbclass | 10 +
meta/classes/insane.bbclass | 5 +-
meta/classes/kernel-yocto.bbclass | 16 ++
meta/classes/package.bbclass | 18 +-
meta/conf/sanity.conf | 2 +-
meta/lib/oeqa/sdk/case.py | 2 +-
meta/lib/oeqa/sdk/cases/assimp.py | 2 +-
meta/lib/oeqa/sdk/cases/buildcpio.py | 2 +-
meta/lib/oeqa/sdk/cases/buildepoxy.py | 2 +-
meta/lib/oeqa/sdk/cases/buildgalculator.py | 2 +-
meta/lib/oeqa/sdk/cases/buildlzip.py | 2 +-
meta/lib/oeqa/selftest/cases/prservice.py | 4 +-
meta/recipes-bsp/u-boot/u-boot.inc | 10 -
meta/recipes-core/busybox/busybox.inc | 10 -
meta/recipes-core/util-linux/util-linux.inc | 3 +
.../json-c/json-c/CVE-2020-12762.patch | 231 ++++++++++++++++++
meta/recipes-devtools/json-c/json-c_0.13.1.bb | 1 +
meta/recipes-extended/sysstat/sysstat.inc | 2 +-
...o-instead-of-cast-to-convert-pointer.patch | 33 +++
.../json-glib/json-glib_1.4.4.bb | 4 +-
.../linux-firmware/linux-firmware_20200817.bb | 6 +-
.../linux-libc-headers/linux-libc-headers.inc | 2 +-
scripts/lib/devtool/deploy.py | 8 +-
scripts/lib/devtool/standard.py | 2 +-
scripts/lib/wic/misc.py | 5 +-
25 files changed, 341 insertions(+), 43 deletions(-)
create mode 100644 meta/recipes-devtools/json-c/json-c/CVE-2020-12762.patch
create mode 100644 meta/recipes-gnome/json-glib/json-glib/0001-scanner-use-macro-instead-of-cast-to-convert-pointer.patch
--
2.17.1
next reply other threads:[~2020-09-07 17:02 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-07 17:01 Steve Sakoman [this message]
2020-09-07 17:02 ` [OE-core][dunfell 01/18] package.bbclass: explode the RPROVIDES so we don't think the versions are provides Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 02/18] devtool: expand SRC_URI when guessing recipe update mode Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 03/18] kernel-yocto: checksum all modifications to available kernel fragments directories Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 04/18] json-c: Fix CVE-2020-12762 Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 05/18] cml1: Move find_cfgs() helper to cml1.bbclass Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 06/18] sanity.conf: update BB_MIN_VERSION to 1.46.0 Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 07/18] sysstat: fix installed-vs-shipped QA Issue in systemd Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 08/18] wic: misc: Add /bin to the list of searchpaths Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 09/18] recipes-kernel: linux-firmware add qcom-venus-{5.2,5.4} packages Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 10/18] util-linux: Allow update alternatives for additional apps Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 11/18] oeqa: sdk: Capture stderr output Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 12/18] insane: fix gnu-hash-style check Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 13/18] insane: improve gnu-hash-style warning Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 14/18] devtool: deploy-target: Fix size calculation for hard links Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 15/18] selftest/prservice: Improve test failure message Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 16/18] json-glib: Backport a build fix with clang Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 17/18] linux-libc-headers: kernel headers are installed in STAGING_KERNEL_BUILDDIR Steve Sakoman
2020-09-07 17:02 ` [OE-core][dunfell 18/18] package: get_package_mapping: avoid dependency mapping if renamed package provides original name Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-01-01 17:42 [OE-core][dunfell 00/18] Patch review Steve Sakoman
2022-03-04 15:04 Steve Sakoman
2021-12-03 18:18 Steve Sakoman
2020-11-13 14:52 Steve Sakoman
2020-07-27 15:09 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.1599495862.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.