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] Pull request (cover letter only)
Date: Wed,  1 Jul 2020 15:41:15 -1000	[thread overview]
Message-ID: <cover.1593653993.git.steve@sakoman.com> (raw)

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

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-07-02  1:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02  1:41 Steve Sakoman [this message]
2020-07-02 18:07 ` [OE-core][dunfell 00/22] Pull request (cover letter only) Bruce Ashfield
2020-07-02 18:16   ` Steve Sakoman
2020-07-02 18:19     ` Bruce Ashfield
     [not found]     ` <161E0270090CD0C2.18513@lists.openembedded.org>
2020-07-02 18:24       ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2020-09-02 14:47 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.1593653993.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.