All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/41] Pull request (cover letter only)
@ 2021-03-03 14:15 Steve Sakoman
  2021-03-03 16:39 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Sakoman @ 2021-03-03 14:15 UTC (permalink / raw)
  To: openembedded-core

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-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next

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 (16):
  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
  selftest/reproducible: Don't call sync between each file compare

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  |    7 +-
 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, 574 insertions(+), 1259 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core][dunfell 00/41] Pull request (cover letter only)
  2021-03-03 14:15 [OE-core][dunfell 00/41] Pull request (cover letter only) Steve Sakoman
@ 2021-03-03 16:39 ` Khem Raj
  2021-03-03 17:15   ` Steve Sakoman
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Khem Raj @ 2021-03-03 16:39 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: Patches and discussions about the oe-core layer

On Wed, Mar 3, 2021 at 6:17 AM Steve Sakoman <steve@sakoman.com> wrote:
>
> 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-next
>   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next
>
> Alexander Kanavin (1):
>   connman: update to 1.38
>

connman changes will impact iwd and also depend on ell version. Many
times they go in lock steps.

> 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 (16):
>   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
>   selftest/reproducible: Don't call sync between each file compare
>
> 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  |    7 +-
>  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, 574 insertions(+), 1259 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
>
>
> 
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core][dunfell 00/41] Pull request (cover letter only)
  2021-03-03 16:39 ` Khem Raj
@ 2021-03-03 17:15   ` Steve Sakoman
       [not found]   ` <1668E4840CB0FC3A.19537@lists.openembedded.org>
  2021-03-10 17:32   ` akuster
  2 siblings, 0 replies; 6+ messages in thread
From: Steve Sakoman @ 2021-03-03 17:15 UTC (permalink / raw)
  To: Khem Raj, Armin Kuster; +Cc: Patches and discussions about the oe-core layer

On Wed, Mar 3, 2021 at 6:40 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> On Wed, Mar 3, 2021 at 6:17 AM Steve Sakoman <steve@sakoman.com> wrote:
> >
> > 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-next
> >   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next
> >
> > Alexander Kanavin (1):
> >   connman: update to 1.38
> >
>
> connman changes will impact iwd and also depend on ell version. Many
> times they go in lock steps.

Armin specifically requested these connman version update patches for
dunfell. Armin, can you comment on Khem's concerns?

Steve




> > 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 (16):
> >   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
> >   selftest/reproducible: Don't call sync between each file compare
> >
> > 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  |    7 +-
> >  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, 574 insertions(+), 1259 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
> >
> >
> > 
> >

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core][dunfell 00/41] Pull request (cover letter only)
       [not found]   ` <1668E4840CB0FC3A.19537@lists.openembedded.org>
@ 2021-03-04 14:22     ` Steve Sakoman
  0 siblings, 0 replies; 6+ messages in thread
From: Steve Sakoman @ 2021-03-04 14:22 UTC (permalink / raw)
  To: Steve Sakoman
  Cc: Khem Raj, Armin Kuster, Patches and discussions about the oe-core layer

On Wed, Mar 3, 2021 at 7:15 AM Steve Sakoman via
lists.openembedded.org <steve=sakoman.com@lists.openembedded.org>
wrote:
>
> On Wed, Mar 3, 2021 at 6:40 AM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > On Wed, Mar 3, 2021 at 6:17 AM Steve Sakoman <steve@sakoman.com> wrote:
> > >
> > > 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-next
> > >   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next
> > >
> > > Alexander Kanavin (1):
> > >   connman: update to 1.38
> > >
> >
> > connman changes will impact iwd and also depend on ell version. Many
> > times they go in lock steps.
>
> Armin specifically requested these connman version update patches for
> dunfell. Armin, can you comment on Khem's concerns?

In order to not hold up the other 38 patches I am going to remove the
two patches in question from this pull request and resubmit.

Once Armin has responded I can add them to the next batch of patches.

Steve

>
> > > 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 (16):
> > >   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
> > >   selftest/reproducible: Don't call sync between each file compare
> > >
> > > 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  |    7 +-
> > >  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, 574 insertions(+), 1259 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
> > >
> > >
> > >
> > >
>
> 
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core][dunfell 00/41] Pull request (cover letter only)
  2021-03-03 16:39 ` Khem Raj
  2021-03-03 17:15   ` Steve Sakoman
       [not found]   ` <1668E4840CB0FC3A.19537@lists.openembedded.org>
@ 2021-03-10 17:32   ` akuster
  2 siblings, 0 replies; 6+ messages in thread
From: akuster @ 2021-03-10 17:32 UTC (permalink / raw)
  To: Khem Raj, Steve Sakoman; +Cc: Patches and discussions about the oe-core layer



On 3/3/21 8:39 AM, Khem Raj wrote:
> On Wed, Mar 3, 2021 at 6:17 AM Steve Sakoman <steve@sakoman.com> wrote:
>> 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-next
>>   http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next
>>
>> Alexander Kanavin (1):
>>   connman: update to 1.38
>>
> connman changes will impact iwd and also depend on ell version. Many
> times they go in lock steps.

ok. The update should be dropped then.

-armin
>
>> 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 (16):
>>   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
>>   selftest/reproducible: Don't call sync between each file compare
>>
>> 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  |    7 +-
>>  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, 574 insertions(+), 1259 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
>>
>>
>>
>>
>>
>> 
>>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [OE-core][dunfell 00/41] Pull request (cover letter only)
@ 2020-10-05 14:58 Steve Sakoman
  0 siblings, 0 replies; 6+ messages in thread
From: Steve Sakoman @ 2020-10-05 14:58 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit b39bda4cc62db12c0edfbe489d5a7f5988ede6a9:

  build-appliance-image: Update to dunfell head revision (2020-09-23 12:48:03 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next

Andrey Zhizhikin (1):
  insane: check for missing update-alternatives inherit

Bruce Ashfield (5):
  kernel-yocto: add KBUILD_DEFCONFIG search location to failure message
  linux-yocto/config: netfilter: Enable nat for ipv4 and ipv6
  linux-yocto/5.4: update to v5.4.64
  linux-yocto/5.4: update to v5.4.65
  lttng-modules: backport writeback.h changes from 2.12.x to fix kernel
    5.4.62+

Chee Yang Lee (4):
  qemu : fix CVE-2020-16092
  bash : inlcude patch 17 & 18
  xserver-xorg: fix CVE-2020-14346/14361/14362
  libx11: fix CVE-2020-14363

Chris Laplante (3):
  cve-update-db-native: be less magical about checking whether the
    cve-check class is enabled
  cve-update-db-native: move -journal checking into do_fetch
  cve-update-db-native: remove unused variable

Christian Eggers (1):
  packagegroup: rrecommend perf also for musl on ARM

De Huo (1):
  bash: fix CVE-2019-18276

Jacob Kroon (1):
  insane: Check for feature check variables not being used

Joshua Watt (4):
  wic: Add --offset argument for partitions
  wic: Fix --extra-space argument handling
  wic: Fix error message when reporting invalid offset
  wic: Add 512 Byte alignment to --offset

Khem Raj (2):
  site: Make sys_siglist default to no
  packagegroups: remove strace and lttng-tools for rv32/musl

Konrad Weihmann (1):
  testexport: rename create_tarball method

Michael Gloff (1):
  sysvinit rc: Use PSPLASH_FIFO_DIR for progress fifo

Norman Stetter (1):
  sstate.bbclass: Check file ownership before doing 'touch -a'

Otavio Salvador (1):
  openssh: Allow enable/disable of rng-tools recommendation on sshd

Randy MacLeod (1):
  curl: Change SRC_URI from http to https

Richard Purdie (10):
  python3-markupsafe: Import from meta-oe/meta-python
  python3-jinja2: Import from meta-oe/meta-python
  buildtools-tarball: Add python3-jinja2
  dropbear/openssh: Lower priority of key generation
  buildtools: Handle generic environment setup injection
  buildtools-tarball: Fix conflicts with oe-selftest and other tooling
  oeqa/qemurunner: Increase serial timeout
  oeqa/selftest/incompatible_lib: Fix append usage
  oeqa/selftest/containerimage: Update to match assumptions in
    configuration
  ssh-pregen-hostkeys: Add a recipe with pregenerated ssh host keys

Ross Burton (3):
  alsa-plugins: improve .la removal
  sato-screenshot: improve .la removal
  meta: add/fix invalid Upstream-Status tags

Steve Sakoman (1):
  xinput-calibrator: change SRC_URI to branch with libinput support

 meta/classes/insane.bbclass                   |  21 +-
 meta/classes/kernel-yocto.bbclass             |   2 +-
 meta/classes/sstate.bbclass                   |   2 +-
 meta/classes/testexport.bbclass               |   8 +-
 meta/conf/distro/include/maintainers.inc      |   3 +
 .../lib/oeqa/selftest/cases/containerimage.py |   3 +
 .../oeqa/selftest/cases/incompatible_lic.py   |   2 +-
 meta/lib/oeqa/selftest/cases/wic.py           | 157 +++++--
 meta/lib/oeqa/utils/qemurunner.py             |   2 +-
 .../openssh/openssh/sshdgenkeys.service       |   1 +
 .../openssh/openssh_8.2p1.bb                  |  10 +-
 .../ssh-pregen-hostkeys/dropbear_rsa_host_key | Bin 0 -> 805 bytes
 .../openssh/ssh_host_ecdsa_key                |   9 +
 .../openssh/ssh_host_ecdsa_key.pub            |   1 +
 .../openssh/ssh_host_ed25519_key              |   7 +
 .../openssh/ssh_host_ed25519_key.pub          |   1 +
 .../openssh/ssh_host_rsa_key                  |  38 ++
 .../openssh/ssh_host_rsa_key.pub              |   1 +
 .../ssh-pregen-hostkeys_1.0.bb                |  19 +
 .../dropbear/dropbear/dropbearkey.service     |   1 +
 meta/recipes-core/meta/buildtools-tarball.bb  |  23 +-
 .../recipes-core/meta/cve-update-db-native.bb |  18 +-
 .../packagegroup-core-tools-debug.bb          |   5 +-
 .../packagegroup-core-tools-profile.bb        |   2 +
 meta/recipes-core/sysvinit/sysvinit/rc        |   9 +-
 .../python/python3-jinja2/run-ptest           |   3 +
 .../python/python3-jinja2_2.11.2.bb           |  45 ++
 .../python/python3-markupsafe/run-ptest       |   3 +
 .../python/python3-markupsafe_1.1.1.bb        |  28 ++
 ...ssing-libraries-to-Extension-for-mul.patch |   2 +-
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 ...mu-Do-not-include-file-if-not-exists.patch |   2 +-
 .../qemu/qemu/CVE-2020-16092.patch            |  45 ++
 .../bash/bash/bash-CVE-2019-18276.patch       | 386 ++++++++++++++++++
 meta/recipes-extended/bash/bash_5.0.bb        |   8 +
 .../0004-guard-mallocopt-with-__GLIBC__.patch |   2 +-
 .../xinput-calibrator_git.bb                  |   4 +-
 .../xorg-lib/libx11/CVE-2020-14363.patch      |  36 ++
 .../recipes-graphics/xorg-lib/libx11_1.6.9.bb |   1 +
 .../xserver-xorg/CVE-2020-14346.patch         |  36 ++
 .../xserver-xorg/CVE-2020-14361.patch         |  36 ++
 .../xserver-xorg/CVE-2020-14362.patch         |  70 ++++
 .../xorg-xserver/xserver-xorg_1.20.8.bb       |   3 +
 .../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 +-
 ...ckport-writeback.h-changes-from-2.12.patch | 128 ++++++
 .../lttng/lttng-modules_2.11.2.bb             |   7 +-
 .../alsa/alsa-plugins_1.2.1.bb                |   2 +-
 .../sato-screenshot/sato-screenshot_0.3.bb    |   2 +-
 meta/recipes-support/curl/curl_7.69.1.bb      |   2 +-
 meta/site/common                              |   7 +
 meta/site/common-glibc                        |   3 -
 meta/site/common-musl                         |   5 -
 scripts/lib/wic/ksparser.py                   |  56 ++-
 scripts/lib/wic/partition.py                  |   1 +
 scripts/lib/wic/plugins/imager/direct.py      |  15 +
 57 files changed, 1202 insertions(+), 118 deletions(-)
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key.pub
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key.pub
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key.pub
 create mode 100644 meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-jinja2/run-ptest
 create mode 100644 meta/recipes-devtools/python/python3-jinja2_2.11.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-markupsafe/run-ptest
 create mode 100644 meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-16092.patch
 create mode 100644 meta/recipes-extended/bash/bash/bash-CVE-2019-18276.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/libx11/CVE-2020-14363.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2020-14346.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2020-14361.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2020-14362.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-backport-writeback.h-changes-from-2.12.patch

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-10 17:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 14:15 [OE-core][dunfell 00/41] Pull request (cover letter only) Steve Sakoman
2021-03-03 16:39 ` Khem Raj
2021-03-03 17:15   ` Steve Sakoman
     [not found]   ` <1668E4840CB0FC3A.19537@lists.openembedded.org>
2021-03-04 14:22     ` Steve Sakoman
2021-03-10 17:32   ` akuster
  -- strict thread matches above, loose matches on Subject: below --
2020-10-05 14:58 Steve Sakoman

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.