From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/17] Patch review
Date: Mon, 15 Feb 2021 04:37:11 -1000 [thread overview]
Message-ID: <cover.1613399659.git.steve@sakoman.com> (raw)
Please review this next set of patches for dunfell and have comments back by
end of day Wednesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1852
The following changes since commit 9efabaff73090b08233b4fcef22142b9ac0c11aa:
wic/selftest: test_permissions also test bitbake image (2021-02-09 06:12:09 -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
Alexander Kanavin (6):
p11-kit: upgrade 0.23.20 -> 0.23.21
python3: split python target configuration into own class
python3-pycairo: use python3targetconfig
distutils3-base.bbclass: use python3targetconfig
meta: drop _PYTHON_SYSCONFIGDATA_NAME hacks
gpgme: use python3targetconfig
Dorinda (1):
oe-pkgdata-util: Check if environment script is initialized
Jon Mason (1):
gcc-9.3.inc: Fix potential runtime crash
Khem Raj (1):
python3targetconfig.bbclass: Make py3 dep and tasks only for target
recipes
Lee Chee Yang (1):
p11-kit: upgrade 0.23.21 -> 0.23.22
Martin Jansa (1):
image_types.bbclass: tar: use posix format instead of gnu
Michael Halstead (1):
uninative: Upgrade to 2.10
Richard Purdie (3):
image_types: Ensure tar archives are reproducible
opkg: Fix build reproducibility issue
opkg: Fix patch glitches
saloni (2):
libgcrypt: Whitelisted CVEs
libcroco: Added CVE
meta/classes/distutils3-base.bbclass | 2 +-
meta/classes/image_types.bbclass | 2 +-
meta/classes/python3native.bbclass | 2 -
meta/classes/python3targetconfig.bbclass | 17 ++
meta/classes/scons.bbclass | 3 -
meta/conf/distro/include/yocto-uninative.inc | 8 +-
meta/lib/oe/prservice.py | 4 -
meta/recipes-core/glib-2.0/glib.inc | 4 -
meta/recipes-devtools/gcc/gcc-9.3.inc | 1 +
...-PR-tree-optimization-97236-fix-bad-.patch | 119 +++++++++++
.../opkg/opkg/sourcedateepoch.patch | 24 +++
meta/recipes-devtools/opkg/opkg_0.4.2.bb | 1 +
.../python/python3-pycairo_1.19.0.bb | 2 +-
meta/recipes-graphics/mesa/mesa.inc | 5 -
meta/recipes-support/gpgme/gpgme_1.13.1.bb | 2 +-
.../libcroco/files/CVE-2020-12825.patch | 192 ++++++++++++++++++
.../libcroco/libcroco_0.6.13.bb | 3 +
.../libgcrypt/libgcrypt_1.8.5.bb | 3 +
...{p11-kit_0.23.20.bb => p11-kit_0.23.22.bb} | 7 +-
scripts/oe-pkgdata-util | 3 +
20 files changed, 375 insertions(+), 29 deletions(-)
create mode 100644 meta/classes/python3targetconfig.bbclass
create mode 100644 meta/recipes-devtools/gcc/gcc-9.3/0001-Backport-fix-for-PR-tree-optimization-97236-fix-bad-.patch
create mode 100644 meta/recipes-devtools/opkg/opkg/sourcedateepoch.patch
create mode 100644 meta/recipes-support/libcroco/files/CVE-2020-12825.patch
rename meta/recipes-support/p11-kit/{p11-kit_0.23.20.bb => p11-kit_0.23.22.bb} (75%)
--
2.25.1
next reply other threads:[~2021-02-15 14:37 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-15 14:37 Steve Sakoman [this message]
2021-02-15 14:37 ` [OE-core][dunfell 01/17] uninative: Upgrade to 2.10 Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 02/17] image_types: Ensure tar archives are reproducible Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 03/17] image_types.bbclass: tar: use posix format instead of gnu Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 04/17] opkg: Fix build reproducibility issue Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 05/17] opkg: Fix patch glitches Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 06/17] oe-pkgdata-util: Check if environment script is initialized Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 07/17] libgcrypt: Whitelisted CVEs Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 08/17] libcroco: Added CVE Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 09/17] p11-kit: upgrade 0.23.20 -> 0.23.21 Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 10/17] p11-kit: upgrade 0.23.21 -> 0.23.22 Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 11/17] gcc-9.3.inc: Fix potential runtime crash Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 12/17] python3: split python target configuration into own class Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 13/17] python3-pycairo: use python3targetconfig Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 14/17] distutils3-base.bbclass: " Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 15/17] meta: drop _PYTHON_SYSCONFIGDATA_NAME hacks Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 16/17] gpgme: use python3targetconfig Steve Sakoman
2021-02-15 14:37 ` [OE-core][dunfell 17/17] python3targetconfig.bbclass: Make py3 dep and tasks only for target recipes Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-11-15 3:17 [OE-core][dunfell 00/17] Patch review Steve Sakoman
2023-07-08 15:55 Steve Sakoman
2021-08-13 14:29 Steve Sakoman
2020-12-28 22:15 Steve Sakoman
2020-05-25 22:36 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.1613399659.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.