All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/28] Patch review
Date: Mon,  8 Feb 2021 03:51:52 -1000	[thread overview]
Message-ID: <cover.1612792088.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/1837

The following changes since commit e0cd2e1f9ae956d72b8033ce1c4403d8bd99d3d5:

  staging: Clean up files installed into the sysroot (2021-01-29 04:48:10 -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 (1):
  ca-certificates: correct upstream version check

Anatol Belski (1):
  glib-2.0: Rename patch file for CVE-2020-35457

Awais Belal (1):
  kernel.bbclass: fix deployment for initramfs images

Bruce Ashfield (3):
  linux-yocto/5.4: update to v5.4.90
  linux-yocto-rt/5.4: fix 5.4-stable caused build breakage
  linux-yocto/5.4: update to v5.4.94

Dorinda (1):
  sanity.bbclass: Check if PSEUDO_IGNORE_PATHS and paths under pseudo
    control overlap

Julien Massot (1):
  rng-tools: fix rngd_jitter initialization

Lee Chee Yang (4):
  cve-check: replace Looseversion with custom version class
  cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioning
  openssl: set CVE_VERSION_SUFFIX
  wic/selftest: test_permissions also test bitbake image

Mark Hatle (1):
  package.bbclass: hash equivalency and pr service

Peter Bergin (1):
  buildhistory.bbclass: avoid exception for empty BUILDHISTORY_FEATURES
    variable

Ricardo Ribalda (1):
  classes/image_types_wic: Reorder do_flush_pseudodb

Ricardo Ribalda Delgado (1):
  oeqa: wic: Add tests for permissions and change-directory

Richard Purdie (5):
  pseudo: Update to include passwd and file renaming fixes
  package: Ensure do_packagedata is cleaned correctly
  image_types: Ensure tar archives are reproducible
  qemu.inc: Should depend on qemu-system-native, not qemu-native
  opkg: Fix build reproducibility issue

Sourabh Banerjee (1):
  layer.conf: fix sanity error for PATH variable in extensible SDK
    workflow

Tomasz Dziendzielski (3):
  python3: Use addtask statement instead of task dependencies
  lib/oe/patch.py: Ignore scissors line on applying patch
  sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid
    not found" KeyError

Vyacheslav Yurkov (1):
  npm.bbclass: use python3 for npm config

Wang Mingyu (1):
  ca-certificates: upgrade 20190110 -> 20200601

zhengruoqin (1):
  ca-certificates: upgrade 20200601 -> 20210119

 meta/classes/buildhistory.bbclass             |   2 +-
 meta/classes/cve-check.bbclass                |  14 ++-
 meta/classes/image_types.bbclass              |   2 +-
 meta/classes/image_types_wic.bbclass          |   2 +-
 meta/classes/kernel.bbclass                   |   2 +-
 meta/classes/npm.bbclass                      |   6 +-
 meta/classes/package.bbclass                  |  59 ++++++++--
 meta/classes/sanity.bbclass                   |  10 ++
 meta/conf/bitbake.conf                        |   1 +
 meta/conf/layer.conf                          |   4 +-
 meta/conf/machine/include/qemu.inc            |   2 +-
 meta/lib/oe/cve_check.py                      |  60 ++++++++++
 meta/lib/oe/patch.py                          |   2 +-
 meta/lib/oe/sstatesig.py                      |   6 +-
 meta/lib/oeqa/selftest/cases/cve_check.py     |  36 ++++++
 meta/lib/oeqa/selftest/cases/prservice.py     |   8 +-
 meta/lib/oeqa/selftest/cases/wic.py           | 106 ++++++++++++++++++
 .../openssl/openssl_1.1.1i.bb                 |   2 +
 ...onEntry-lis.patch => CVE-2020-35457.patch} |   0
 meta/recipes-core/glib-2.0/glib-2.0_2.62.6.bb |   2 +-
 .../opkg/opkg/sourcedateepoch.patch           |  25 +++++
 meta/recipes-devtools/opkg/opkg_0.4.2.bb      |   1 +
 meta/recipes-devtools/pseudo/pseudo_git.bb    |   2 +-
 meta/recipes-devtools/python/python3_3.8.2.bb |   5 +-
 .../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 ++--
 .../0001-certdata2pem.py-use-python3.patch    |  37 ------
 ...0190110.bb => ca-certificates_20210119.bb} |   6 +-
 ...-O_NONBLOCK-setting-for-entropy-pipe.patch |  26 +++++
 ...ialize-AES-key-before-setting-the-en.patch |  38 +++++++
 ...ys-read-from-entropy-pipe-before-set.patch |  38 +++++++
 .../rng-tools/rng-tools_6.9.bb                |   3 +
 33 files changed, 450 insertions(+), 93 deletions(-)
 create mode 100644 meta/lib/oe/cve_check.py
 create mode 100644 meta/lib/oeqa/selftest/cases/cve_check.py
 rename meta/recipes-core/glib-2.0/glib-2.0/{0001-goption-Add-a-precondition-to-avoid-GOptionEntry-lis.patch => CVE-2020-35457.patch} (100%)
 create mode 100644 meta/recipes-devtools/opkg/opkg/sourcedateepoch.patch
 delete mode 100644 meta/recipes-support/ca-certificates/ca-certificates/0001-certdata2pem.py-use-python3.patch
 rename meta/recipes-support/ca-certificates/{ca-certificates_20190110.bb => ca-certificates_20210119.bb} (93%)
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-rngd_jitter-fix-O_NONBLOCK-setting-for-entropy-pipe.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0002-rngd_jitter-initialize-AES-key-before-setting-the-en.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0003-rngd_jitter-always-read-from-entropy-pipe-before-set.patch

-- 
2.25.1


             reply	other threads:[~2021-02-08 13:52 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-08 13:51 Steve Sakoman [this message]
2021-02-08 13:51 ` [OE-core][dunfell 01/28] pseudo: Update to include passwd and file renaming fixes Steve Sakoman
2021-02-08 13:51 ` [OE-core][dunfell 02/28] sanity.bbclass: Check if PSEUDO_IGNORE_PATHS and paths under pseudo control overlap Steve Sakoman
2021-02-08 13:51 ` [OE-core][dunfell 03/28] ca-certificates: upgrade 20190110 -> 20200601 Steve Sakoman
2021-02-08 13:51 ` [OE-core][dunfell 04/28] ca-certificates: correct upstream version check Steve Sakoman
2021-02-08 13:51 ` [OE-core][dunfell 05/28] ca-certificates: upgrade 20200601 -> 20210119 Steve Sakoman
2021-02-08 13:51 ` [OE-core][dunfell 06/28] cve-check: replace Looseversion with custom version class Steve Sakoman
2021-02-08 13:51 ` [OE-core][dunfell 07/28] cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioning Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 08/28] openssl: set CVE_VERSION_SUFFIX Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 09/28] package.bbclass: hash equivalency and pr service Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 10/28] package: Ensure do_packagedata is cleaned correctly Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 11/28] kernel.bbclass: fix deployment for initramfs images Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 12/28] linux-yocto/5.4: update to v5.4.90 Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 13/28] linux-yocto-rt/5.4: fix 5.4-stable caused build breakage Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 14/28] linux-yocto/5.4: update to v5.4.94 Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 15/28] buildhistory.bbclass: avoid exception for empty BUILDHISTORY_FEATURES variable Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 16/28] npm.bbclass: use python3 for npm config Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 17/28] python3: Use addtask statement instead of task dependencies Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 18/28] image_types: Ensure tar archives are reproducible Steve Sakoman
2021-02-08 14:20   ` Martin Jansa
2021-02-08 15:52     ` Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 19/28] qemu.inc: Should depend on qemu-system-native, not qemu-native Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 20/28] glib-2.0: Rename patch file for CVE-2020-35457 Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 21/28] layer.conf: fix sanity error for PATH variable in extensible SDK workflow Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 22/28] lib/oe/patch.py: Ignore scissors line on applying patch Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 23/28] opkg: Fix build reproducibility issue Steve Sakoman
2021-02-09 14:34   ` Richard Purdie
2021-02-09 14:40     ` Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 24/28] sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not found" KeyError Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 25/28] rng-tools: fix rngd_jitter initialization Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 26/28] classes/image_types_wic: Reorder do_flush_pseudodb Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 27/28] oeqa: wic: Add tests for permissions and change-directory Steve Sakoman
2021-02-08 13:52 ` [OE-core][dunfell 28/28] wic/selftest: test_permissions also test bitbake image Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2020-05-05  3:18 [OE-core][dunfell 00/28] Patch review 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.1612792088.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.