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/22] Patch review
Date: Mon, 29 Jun 2020 17:02:58 -1000	[thread overview]
Message-ID: <cover.1593485896.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 test on autobuilder:

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

The following changes since commit 1a98936830ba468d63e2e49d766add9e9cb75998:

  gstreamer1.0-plugins-bad: add support for vdpau (2020-06-23 04:33:47 -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):
  linux-firmware: upgrade 20200519 -> 20200619

Andrej Valek (1):
  oeqa/runtime/cases/ptest: Make output content path absolute

Armin Kuster (2):
  curl: Security fixes for CVE-2020-{8169/8177}
  wpa-supplicant: Security fix CVE-2020-12695

Changqing Li (1):
  mime.bbclass: fix post install scriptlet error

Chen Qi (1):
  systemd-serialgetty: do not use BindsTo

Konrad Weihmann (2):
  runqemu: add QB_ROOTFS_EXTRA_OPT parameter
  testimage: enable ovmf support

Lee Chee Yang (2):
  dbus: fix CVE-2020-12049
  perl: fix CVE-2020-10543 & CVE-2020-10878

Lili Li (1):
  kernel.bbclass: Fix Module.symvers support

Ming Liu (1):
  u-boot: introduce UBOOT_INITIAL_ENV

Nicolas Dechesne (1):
  checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2()

Pierre-Jean Texier (1):
  ell: upgrade 0.31 -> 0.32

Richard Purdie (7):
  pseudo: Fix attr errors due to incorrect library resolution issues
  oeqa/selftest/runcmd: Add better debug for thread count mismatch
    failures
  oeqa/utils/command: Improve stdin handling in runCmd
  scripts/install-buildtools: Update to 3.2 M1 buildtools
  scripts/install-buildtools: Handle new format checksum files
  oeqa/selftest: Clean up separate builddir in success case when
    non-threaded
  populate_sdk_ext: Fix to use python3, not python

Steve Sakoman (1):
  u-boot: move redundant-yyloc-global patch to u-boot-common.inc

 meta/classes/kernel.bbclass                   |   2 +-
 meta/classes/mime.bbclass                     |  13 +-
 meta/classes/populate_sdk_ext.bbclass         |   2 +-
 meta/classes/qemuboot.bbclass                 |   5 +
 meta/classes/testimage.bbclass                |   6 +-
 meta/lib/oeqa/core/target/qemu.py             |   6 +-
 meta/lib/oeqa/core/utils/concurrencytest.py   |  23 +--
 meta/lib/oeqa/runtime/cases/ptest.py          |   4 +
 meta/lib/oeqa/selftest/cases/runcmd.py        |   9 +-
 meta/lib/oeqa/selftest/context.py             |  36 ++++-
 meta/lib/oeqa/utils/commands.py               |   4 +-
 meta/lib/oeqa/utils/qemurunner.py             |   5 +-
 .../remove-redundant-yyloc-global.patch       |   0
 meta/recipes-bsp/u-boot/u-boot-common.inc     |   1 +
 .../u-boot/u-boot-tools_2020.01.bb            |   2 -
 meta/recipes-bsp/u-boot/u-boot.inc            |  55 ++++---
 ...allow-event-subscriptions-with-URLs-.patch | 151 +++++++++++++++++
 ...nt-message-generation-using-a-long-U.patch |  62 +++++++
 ...HTTP-initiation-failures-for-events-.patch |  50 ++++++
 .../wpa-supplicant/wpa-supplicant_2.9.bb      |   5 +-
 .../dbus/dbus/CVE-2020-12049.patch            |  78 +++++++++
 meta/recipes-core/dbus/dbus_1.12.16.bb        |   1 +
 .../ell/{ell_0.31.bb => ell_0.32.bb}          |   3 +-
 .../systemd-serialgetty/serial-getty@.service |   3 +-
 .../perl/files/CVE-2020-10543.patch           |  36 +++++
 .../perl/files/CVE-2020-10878_1.patch         | 152 ++++++++++++++++++
 .../perl/files/CVE-2020-10878_2.patch         |  36 +++++
 meta/recipes-devtools/perl/perl_5.30.1.bb     |   3 +
 .../pseudo/files/xattr_version.patch          |  54 +++++++
 meta/recipes-devtools/pseudo/pseudo_git.bb    |   1 +
 ...20200519.bb => linux-firmware_20200619.bb} |   4 +-
 .../curl/curl/CVE-2020-8169.patch             | 140 ++++++++++++++++
 .../curl/curl/CVE-2020-8177.patch             |  67 ++++++++
 meta/recipes-support/curl/curl_7.69.1.bb      |   2 +
 scripts/install-buildtools                    |  10 +-
 scripts/lib/checklayer/__init__.py            |   7 +-
 scripts/runqemu                               |  11 +-
 37 files changed, 979 insertions(+), 70 deletions(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools => files}/remove-redundant-yyloc-global.patch (100%)
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0002-WPS-UPnP-Fix-event-message-generation-using-a-long-U.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0003-WPS-UPnP-Handle-HTTP-initiation-failures-for-events-.patch
 create mode 100644 meta/recipes-core/dbus/dbus/CVE-2020-12049.patch
 rename meta/recipes-core/ell/{ell_0.31.bb => ell_0.32.bb} (83%)
 create mode 100644 meta/recipes-devtools/perl/files/CVE-2020-10543.patch
 create mode 100644 meta/recipes-devtools/perl/files/CVE-2020-10878_1.patch
 create mode 100644 meta/recipes-devtools/perl/files/CVE-2020-10878_2.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/xattr_version.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200519.bb => linux-firmware_20200619.bb} (99%)
 create mode 100644 meta/recipes-support/curl/curl/CVE-2020-8169.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2020-8177.patch

-- 
2.17.1


             reply	other threads:[~2020-06-30  3:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  3:02 Steve Sakoman [this message]
2020-06-30  3:02 ` [OE-core][dunfell 01/22] dbus: fix CVE-2020-12049 Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 02/22] perl: fix CVE-2020-10543 & CVE-2020-10878 Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 03/22] curl: Security fixes for CVE-2020-{8169/8177} Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 04/22] u-boot: introduce UBOOT_INITIAL_ENV Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 05/22] ell: upgrade 0.31 -> 0.32 Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 06/22] systemd-serialgetty: do not use BindsTo Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 07/22] mime.bbclass: fix post install scriptlet error Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 08/22] pseudo: Fix attr errors due to incorrect library resolution issues Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 09/22] oeqa/selftest/runcmd: Add better debug for thread count mismatch failures Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 10/22] oeqa/utils/command: Improve stdin handling in runCmd Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 11/22] oeqa/runtime/cases/ptest: Make output content path absolute Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 12/22] runqemu: add QB_ROOTFS_EXTRA_OPT parameter Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 13/22] testimage: enable ovmf support Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 14/22] scripts/install-buildtools: Update to 3.2 M1 buildtools Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 15/22] scripts/install-buildtools: Handle new format checksum files Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 16/22] wpa-supplicant: Security fix CVE-2020-12695 Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 17/22] kernel.bbclass: Fix Module.symvers support Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 18/22] linux-firmware: upgrade 20200519 -> 20200619 Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 19/22] checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2() Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 20/22] oeqa/selftest: Clean up separate builddir in success case when non-threaded Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 21/22] populate_sdk_ext: Fix to use python3, not python Steve Sakoman
2020-06-30  3:03 ` [OE-core][dunfell 22/22] u-boot: move redundant-yyloc-global patch to u-boot-common.inc Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2021-05-12 14:56 [OE-core][dunfell 00/22] Patch review Steve Sakoman
2023-08-13 21:18 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.1593485896.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.