public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/16] Patch review
Date: Tue,  1 Dec 2020 08:51:43 -1000	[thread overview]
Message-ID: <cover.1606848593.git.steve@sakoman.com> (raw)

Please review this next set of patches for dunfell and have comments back by
end of day Thursday.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1638

The following changes since commit b885888df67eb5cdb3b82f4f0a07369a449e223b:

  build-appliance-image: Update to dunfell head revision (2020-11-25 23:25:31 +0000)

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

Anuj Mittal (1):
  distutils-common-base: fix LINKSHARED expansion

Bruce Ashfield (2):
  kernel: provide module.lds for out of tree builds in v5.10+
  kernel: relocate copy of module.lds to module compilation task

Fedor Ross (2):
  sysvinit: remove bashism to be compatible with dash
  eudev: remove bashism to be compatible with dash

Loic Domaigne (1):
  roofs_*.bbclass: fix missing vardeps for do_rootfs

Max Krummenacher (1):
  linux-firmware: rdepend on license for all nvidia packages

Richard Purdie (2):
  fs-perms: Ensure /usr/src/debug/ file modes are correct
  e2fsprogs: Fix a ptest permissions determinism issue

Ross Burton (4):
  cve-check: show real PN/PV
  python3: add CVE-2007-4559 to whitelist
  gstreamer1.0-rtsp-server: set CVE_PRODUCT
  gstreamer1.0-plugins-base: set CVE_PRODUCT

Steve Sakoman (1):
  sqlite3: add CVE-2015-3717 to whitelist

Vyacheslav Yurkov (1):
  license_image.bbclass: use canonical name for license files

Wonmin Jung (1):
  kernel: Set proper LD in KERNEL_KCONFIG_COMMAND

 meta/classes/cve-check.bbclass                           | 9 ++++++---
 meta/classes/distutils-common-base.bbclass               | 2 +-
 meta/classes/kernel.bbclass                              | 6 +++++-
 meta/classes/license_image.bbclass                       | 3 ++-
 meta/classes/package.bbclass                             | 2 +-
 meta/classes/rootfs_deb.bbclass                          | 2 +-
 meta/classes/rootfs_ipk.bbclass                          | 2 +-
 meta/classes/rootfs_rpm.bbclass                          | 2 +-
 meta/conf/abi_version.conf                               | 2 +-
 meta/files/fs-perms-persistent-log.txt                   | 2 +-
 meta/files/fs-perms.txt                                  | 2 +-
 meta/recipes-core/sysvinit/sysvinit/rc                   | 2 +-
 meta/recipes-core/udev/eudev/init                        | 2 +-
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.4.bb      | 2 ++
 meta/recipes-devtools/python/python3_3.8.2.bb            | 2 ++
 .../linux-firmware/linux-firmware_20201022.bb            | 1 +
 meta/recipes-kernel/linux/kernel-devsrc.bb               | 6 ++++++
 .../gstreamer/gstreamer1.0-plugins-base_1.16.3.bb        | 2 ++
 .../gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb         | 2 ++
 meta/recipes-support/sqlite/sqlite3_3.31.1.bb            | 2 ++
 20 files changed, 40 insertions(+), 15 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-12-01 18:52 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 18:51 Steve Sakoman [this message]
2020-12-01 18:51 ` [OE-core][dunfell 01/16] kernel: provide module.lds for out of tree builds in v5.10+ Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 02/16] kernel: relocate copy of module.lds to module compilation task Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 03/16] kernel: Set proper LD in KERNEL_KCONFIG_COMMAND Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 04/16] roofs_*.bbclass: fix missing vardeps for do_rootfs Steve Sakoman
2020-12-01 18:59   ` Robert P. J. Day
2020-12-01 19:49     ` Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 05/16] linux-firmware: rdepend on license for all nvidia packages Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 06/16] license_image.bbclass: use canonical name for license files Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 07/16] cve-check: show real PN/PV Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 08/16] python3: add CVE-2007-4559 to whitelist Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 09/16] sqlite3: add CVE-2015-3717 " Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 10/16] gstreamer1.0-rtsp-server: set CVE_PRODUCT Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 11/16] gstreamer1.0-plugins-base: " Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 12/16] distutils-common-base: fix LINKSHARED expansion Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 13/16] sysvinit: remove bashism to be compatible with dash Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 14/16] eudev: " Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 15/16] fs-perms: Ensure /usr/src/debug/ file modes are correct Steve Sakoman
2020-12-01 18:51 ` [OE-core][dunfell 16/16] e2fsprogs: Fix a ptest permissions determinism issue Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-02-20 22:20 [OE-core][dunfell 00/16] Patch review Steve Sakoman
2023-01-25 14:41 Steve Sakoman
2020-10-27 22:29 Steve Sakoman
2020-06-01 14:11 Steve Sakoman
2020-04-29 16:10 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.1606848593.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox