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/40] Patch review
Date: Fri, 26 Feb 2021 04:23:43 -1000	[thread overview]
Message-ID: <cover.1614348990.git.steve@sakoman.com> (raw)

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

Passed a-full on autobuilder:

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

with the exception of two known autobuilder intermittent issues which passed
on subsequent retest.

The following changes since commit a8debddd6cbdd70db74e096d72f97fbee008ee63:

  build-appliance-image: Update to dunfell head revision (2021-02-18 23:43:04 +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

Alexander Kanavin (1):
  connman: update to 1.38

Andrei Gherzan (2):
  oe/recipeutils: Fix copying patches when BBLAYERS entries are not
    normalised
  qemu: Backport patch to avoid assertion fails on icache line size

Bruce Ashfield (2):
  linux-yocto/5.4: update to v5.4.96
  linux-yocto/5.4: update to v5.4.98

Chris Laplante (2):
  cve-check: introduce CVE_CHECK_RECIPE_FILE variable to allow changing
    of per-recipe check file
  cve-check: add CVE_CHECK_REPORT_PATCHED variable to suppress reporting
    of patched CVEs

Jan-Simon Möller (1):
  package_rpm: Enable use_source_date_epoch_as_buildtime in package_rpm
    class

Joshua Watt (3):
  oeqa: reproducible: Fix SSTATE_MIRRORS variable
  oeqa: reproducible: Add more logging
  libomxil: Fix up commercial license flag

Lee Chee Yang (2):
  sudo: 1.8.31 -> 1.8.32
  go: update to 1.14.15

Marek Vasut (1):
  weston-init: Fix weston-keyboard path in weston.ini

Martin Jansa (1):
  icu: backport fix for rare random genrb segmentation fault

Richard Purdie (15):
  pseudo: Update to work with glibc 2.33
  pseudo: Update for rename and faccessat fixes
  pseudo: Update to include fixes for glibc 2.33
  quilt: Be determnistic about column presence
  buildtools-extended-tarball: Add glibc-gconvs needed for build
  cwautomacros: Ensure version is set deterministically
  vim: Improve determinism
  vim: Fix a race over creation of the desktop files
  watchdog: Fix determinism issue from sendmail host path
  watchdog: Avoid reproducibility failures after fixing build
  xorg-fonts-minimal: Fix reproducibility
  xorg-minimal-fonts: Really fix determinism
  xmlto: Fix reproducibility
  groff: Fix determinism issue
  oeqa/commands: Fix compatibility with python 3.9

Scott Murray (1):
  u-boot: fix CVE-2020-8432 and CVE-2020-10648

Teoh Jay Shen (1):
  oeqa/runlevel : add test for runlevels

Thomas Viehweger (1):
  mtd-utils: Remove duplicate assignments to alternative link names

Vivien Didelot (2):
  local.conf.sample.extended: fix double 'of' typo
  local.conf.sample.extended: prefer INIT_MANAGER

Wes Lindauer (1):
  df.py: Add feature check for read-only-rootfs

Yoann Congal (1):
  npm.bbclass: avoid building target nodejs for native npm recipes

Zbigniew Bodek (1):
  wpebackend-fdo: Fix missing .so symlink when using dev package

akuster (2):
  cve-check.bbclass: add layer to cve log
  connman: update to 1.39

 meta/classes/cve-check.bbclass                |   46 +-
 meta/classes/npm.bbclass                      |    2 +-
 meta/classes/package_rpm.bbclass              |    1 +
 meta/conf/local.conf.sample.extended          |   23 +-
 meta/lib/oe/recipeutils.py                    |    2 +-
 meta/lib/oeqa/runtime/cases/df.py             |    2 +
 meta/lib/oeqa/runtime/cases/runlevel.py       |   22 +
 meta/lib/oeqa/selftest/cases/reproducible.py  |    5 +-
 meta/lib/oeqa/utils/commands.py               |    4 +-
 .../u-boot/files/CVE-2020-10648-1.patch       |   98 ++
 .../u-boot/files/CVE-2020-10648-2.patch       |   52 +
 .../u-boot/files/CVE-2020-8432.patch          |  114 ++
 meta/recipes-bsp/u-boot/u-boot-common.inc     |    3 +
 meta/recipes-connectivity/connman/connman.inc |    1 +
 ...-gweb-fix-segfault-with-musl-v1.1.21.patch |   34 -
 ...ve-musl-does-not-implement-res_ninit.patch |   20 +-
 .../connman/connman_1.37.bb                   |   17 -
 .../connman/connman_1.39.bb                   |   15 +
 .../meta/buildtools-extended-tarball.bb       |   10 +
 meta/recipes-devtools/go/go-1.14.inc          |    5 +-
 ...t-CGO_LDFLAGS-to-appear-in-go-ldflag.patch |   98 --
 meta/recipes-devtools/mtd/mtd-utils_git.bb    |    2 -
 meta/recipes-devtools/pseudo/pseudo_git.bb    |    2 +-
 meta/recipes-devtools/qemu/qemu.inc           |    1 +
 ...fix-crash-when-compiling-with-uClibc.patch |   48 +
 meta/recipes-devtools/quilt/quilt.inc         |    2 +-
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb   |    2 +-
 .../cwautomacros/cwautomacros_20110201.bb     |    2 +-
 .../groff/files/0001-Include-config.h.patch   | 1026 +----------------
 meta/recipes-extended/groff/groff_1.22.4.bb   |   11 +
 meta/recipes-extended/sudo/sudo.inc           |    2 +-
 ...Fix-includes-when-building-with-musl.patch |   29 +
 .../sudo/{sudo_1.8.31.bb => sudo_1.8.32.bb}   |    5 +-
 .../watchdog/watchdog_5.15.bb                 |    6 +
 .../wayland/weston-init/weston.ini            |    2 +-
 .../xorg-font/xorg-minimal-fonts.bb           |    8 +-
 .../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 +-
 .../libomxil/libomxil_0.9.3.bb                |    6 +-
 .../webkit/wpebackend-fdo_1.4.1.bb            |    3 +
 ...cnvalias-as-a-dependency-of-misc_res.patch |   24 +
 meta/recipes-support/icu/icu_66.1.bb          |    4 +-
 meta/recipes-support/vim/files/racefix.patch  |   33 +
 meta/recipes-support/vim/vim.inc              |    3 +
 45 files changed, 573 insertions(+), 1258 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/cases/runlevel.py
 create mode 100644 meta/recipes-bsp/u-boot/files/CVE-2020-10648-1.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/CVE-2020-10648-2.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/CVE-2020-8432.patch
 delete mode 100644 meta/recipes-connectivity/connman/connman/0001-gweb-fix-segfault-with-musl-v1.1.21.patch
 delete mode 100644 meta/recipes-connectivity/connman/connman_1.37.bb
 create mode 100644 meta/recipes-connectivity/connman/connman_1.39.bb
 delete mode 100644 meta/recipes-devtools/go/go-1.14/0010-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0012-util-cacheinfo-fix-crash-when-compiling-with-uClibc.patch
 create mode 100644 meta/recipes-extended/sudo/sudo/0001-Fix-includes-when-building-with-musl.patch
 rename meta/recipes-extended/sudo/{sudo_1.8.31.bb => sudo_1.8.32.bb} (89%)
 create mode 100644 meta/recipes-support/icu/icu/0002-ICU-21175-Add-cnvalias-as-a-dependency-of-misc_res.patch
 create mode 100644 meta/recipes-support/vim/files/racefix.patch

-- 
2.25.1


             reply	other threads:[~2021-02-26 14:24 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 14:23 Steve Sakoman [this message]
2021-02-26 14:23 ` [OE-core][dunfell 01/40] pseudo: Update to work with glibc 2.33 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 02/40] pseudo: Update for rename and faccessat fixes Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 03/40] pseudo: Update to include fixes for glibc 2.33 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 04/40] cve-check: introduce CVE_CHECK_RECIPE_FILE variable to allow changing of per-recipe check file Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 05/40] cve-check: add CVE_CHECK_REPORT_PATCHED variable to suppress reporting of patched CVEs Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 06/40] cve-check.bbclass: add layer to cve log Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 07/40] u-boot: fix CVE-2020-8432 and CVE-2020-10648 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 08/40] connman: update to 1.38 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 09/40] connman: update to 1.39 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 10/40] sudo: 1.8.31 -> 1.8.32 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 11/40] go: update to 1.14.15 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 12/40] linux-yocto/5.4: update to v5.4.96 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 13/40] linux-yocto/5.4: update to v5.4.98 Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 14/40] quilt: Be determnistic about column presence Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 15/40] buildtools-extended-tarball: Add glibc-gconvs needed for build Steve Sakoman
2021-02-26 14:23 ` [OE-core][dunfell 16/40] oeqa: reproducible: Fix SSTATE_MIRRORS variable Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 17/40] oeqa: reproducible: Add more logging Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 18/40] oeqa/runlevel : add test for runlevels Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 19/40] cwautomacros: Ensure version is set deterministically Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 20/40] vim: Improve determinism Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 21/40] vim: Fix a race over creation of the desktop files Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 22/40] watchdog: Fix determinism issue from sendmail host path Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 23/40] watchdog: Avoid reproducibility failures after fixing build Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 24/40] xorg-fonts-minimal: Fix reproducibility Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 25/40] xorg-minimal-fonts: Really fix determinism Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 26/40] xmlto: Fix reproducibility Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 27/40] groff: Fix determinism issue Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 28/40] local.conf.sample.extended: fix double 'of' typo Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 29/40] local.conf.sample.extended: prefer INIT_MANAGER Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 30/40] npm.bbclass: avoid building target nodejs for native npm recipes Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 31/40] libomxil: Fix up commercial license flag Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 32/40] mtd-utils: Remove duplicate assignments to alternative link names Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 33/40] weston-init: Fix weston-keyboard path in weston.ini Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 34/40] df.py: Add feature check for read-only-rootfs Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 35/40] package_rpm: Enable use_source_date_epoch_as_buildtime in package_rpm class Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 36/40] wpebackend-fdo: Fix missing .so symlink when using dev package Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 37/40] icu: backport fix for rare random genrb segmentation fault Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 38/40] oe/recipeutils: Fix copying patches when BBLAYERS entries are not normalised Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 39/40] oeqa/commands: Fix compatibility with python 3.9 Steve Sakoman
2021-02-26 14:24 ` [OE-core][dunfell 40/40] qemu: Backport patch to avoid assertion fails on icache line size 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.1614348990.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.