All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/16] Patch review
@ 2020-06-01 14:11 Steve Sakoman
  2020-06-01 14:11 ` [OE-core][dunfell 01/16] cve-check: Run it after do_fetch Steve Sakoman
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Steve Sakoman @ 2020-06-01 14:11 UTC (permalink / raw)
  To: openembedded-core

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

The following changes since commit c88cf750f26f6786d6ba5b4f1f7e5d4f0c800e6e:

  avahi: Don't advertise example services by default (2020-05-26 04:12:28 -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

Adrian Bunk (1):
  libubootenv: Remove the DEPENDS on mtd-utils

Gregor Zatko (1):
  sanity.bbclass: Detect and fail if 'inherit' is used in conf file

Joe Slater (1):
  terminal.py: do not stop searching for auto

Joshua Watt (1):
  checklayer: Skip layers without a collection

Khem Raj (2):
  cve-check: Run it after do_fetch
  make-mod-scripts: Fix a rare build race condition

Konrad Weihmann (1):
  qemurunner: fix ip fallback detection

Lee Chee Yang (2):
  bind: fix CVE-2020-8616/7
  libexif: fix CVE-2020-13114

Mark Hatle (1):
  sstate.bbclass: When siginfo or sig files are missing, stop fetcher
    errors

Richard Purdie (2):
  resulttool/report: Remove leftover debugging
  resulttool/log: Add ability to dump ltp logs as well as ptest

Robert P. J. Day (1):
  bitbake.conf: Remove unused DEPLOY_DIR_TOOLS variable

Robert Yang (1):
  archiver.bbclass: Fix duplicated SRC_URIs for do_ar_original

Steve Sakoman (1):
  oeqa/concurrencytest: don't delete build directory for failed tests

Trevor Gamblin (1):
  qemuarm: check serial consoles vs /proc/consoles

 meta/classes/archiver.bbclass                 |   8 +-
 meta/classes/cve-check.bbclass                |   2 +-
 meta/classes/sanity.bbclass                   |   6 +
 meta/classes/sstate.bbclass                   |   6 +-
 meta/conf/bitbake.conf                        |   1 -
 meta/conf/machine/qemuarm.conf                |   1 +
 meta/conf/machine/qemuarm64.conf              |   1 +
 meta/lib/oe/terminal.py                       |   5 +-
 meta/lib/oeqa/core/utils/concurrencytest.py   |  10 +-
 meta/lib/oeqa/utils/qemurunner.py             |   2 +-
 meta/recipes-bsp/u-boot/libubootenv_0.2.bb    |   2 +-
 .../bind/bind/CVE-2020-8616.patch             | 206 ++++++++++++++++++
 .../bind/bind/CVE-2020-8617.patch             |  29 +++
 .../recipes-connectivity/bind/bind_9.11.13.bb |   2 +
 .../make-mod-scripts/make-mod-scripts_1.0.bb  |   7 +-
 .../libexif/libexif/CVE-2020-13114.patch      |  73 +++++++
 .../recipes-support/libexif/libexif_0.6.21.bb |   4 +-
 scripts/lib/checklayer/__init__.py            |   3 +
 scripts/lib/resulttool/log.py                 |  21 +-
 scripts/lib/resulttool/report.py              |   1 -
 scripts/lib/resulttool/resultutils.py         |  22 +-
 21 files changed, 383 insertions(+), 29 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8616.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8617.patch
 create mode 100644 meta/recipes-support/libexif/libexif/CVE-2020-13114.patch

-- 
2.17.1


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

end of thread, other threads:[~2020-06-02  5:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 14:11 [OE-core][dunfell 00/16] Patch review Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 01/16] cve-check: Run it after do_fetch Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 02/16] checklayer: Skip layers without a collection Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 03/16] oeqa/concurrencytest: don't delete build directory for failed tests Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 04/16] sanity.bbclass: Detect and fail if 'inherit' is used in conf file Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 05/16] archiver.bbclass: Fix duplicated SRC_URIs for do_ar_original Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 06/16] resulttool/report: Remove leftover debugging Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 07/16] resulttool/log: Add ability to dump ltp logs as well as ptest Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 08/16] terminal.py: do not stop searching for auto Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 09/16] bind: fix CVE-2020-8616/7 Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 10/16] libexif: fix CVE-2020-13114 Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 11/16] libubootenv: Remove the DEPENDS on mtd-utils Steve Sakoman
2020-06-02  5:24   ` Adrian Bunk
2020-06-01 14:11 ` [OE-core][dunfell 12/16] qemurunner: fix ip fallback detection Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 13/16] make-mod-scripts: Fix a rare build race condition Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 14/16] bitbake.conf: Remove unused DEPLOY_DIR_TOOLS variable Steve Sakoman
2020-06-01 16:38   ` Richard Purdie
2020-06-01 16:51     ` Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 15/16] sstate.bbclass: When siginfo or sig files are missing, stop fetcher errors Steve Sakoman
2020-06-01 14:11 ` [OE-core][dunfell 16/16] qemuarm: check serial consoles vs /proc/consoles 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.