public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/33] Patch review
Date: Mon, 22 Jun 2020 07:57:54 -1000	[thread overview]
Message-ID: <cover.1592848337.git.steve@sakoman.com> (raw)

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

The following changes since commit 6372f78c2456a9b57ef5f8ff9b975426bd1a46be:

  u-boot-tools: backport patch from upstream to fix gcc 10 builds (2020-06-18 04:34:55 -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

Alex Kiernan (1):
  recipetool: Fix list concatenation when using edit

Alexander Kanavin (3):
  patchelf: switch to git
  powertop: switch to Arjan's git
  apr-util: make gdbm optional

Andreas M?ller (1):
  meson.bbclass: avoid unexpected operating-system names

Chen Qi (1):
  vim: restore the 'chmod -x' workaround in do_install

Dan McGregor (1):
  buildhistory-collect-srcrevs: sort directories

Joshua Watt (1):
  classes/archiver: Create patched archive before configuring

Kai Kang (3):
  mdadm: remove service template from SYSTEMD_SERVICE
  wpa-supplicant: remove service templates from SYSTEMD_SERVICE
  encodings: clear postinst script

Konrad Weihmann (1):
  oeqa/runtime: Add OERequirePackage decorator

Lee Chee Yang (1):
  qemu: fix CVE-2020-13361

Martin Jansa (1):
  net-tools: backport a patch from upstream to use the same ifconfig
    format as debian/ubuntu

Otavio Salvador (6):
  systemd: Sync systemd-serialgetty@.service with upstream
  mtd-utils: Fix return value of ubiformat
  go-mod.bbclass: Add class for `go mod` support
  glide: Avoid use of 'go mod' support
  go-dep: Avoid use of 'go mod' support
  go.bbclass: Add `-trimpath` to default build flags

Peter Kjellerstedt (1):
  relocatable.bbclass: Avoid an exception if an empty pkgconfig dir
    exist

Richard Purdie (2):
  ltp: Add missing dependencies on coreutils, bc, e2fsprogs and gdb
  perl: Fix host specific modules problems

Ross Burton (4):
  install-buildtools: fail if an error occurs
  install-buildtools: remove hardcoded x86-64 architecture
  common-licenses: add BSD-2-Clause-Patent
  gstreamer1.0-plugins-bad: add support for vdpau

Steve Sakoman (1):
  buildtools-tarball: export OPENSSL_CONF in environment setup

Tuomas Salokanto (1):
  recipetool: create: fix SRCBRANCH not being passed to params

Yongxin Liu (1):
  linux-firmware: add ice for Intel E800 series driver

akuster (1):
  bind: update to 9.11.19

haiqing (1):
  libpam: Remove option 'obscure' from common-password

wenlin.kang@windriver.com (1):
  populate_sdk_base.bbclass: fix warning: name not matched

 meta/classes/archiver.bbclass                 |   2 +-
 meta/classes/go-mod.bbclass                   |  20 +
 meta/classes/go.bbclass                       |   2 +-
 meta/classes/meson.bbclass                    |   3 +
 meta/classes/populate_sdk_base.bbclass        |   2 +-
 meta/classes/relocatable.bbclass              |  20 +-
 .../common-licenses/BSD-2-Clause-Patent.txt   |  47 +++
 meta/lib/oeqa/runtime/decorator/package.py    |  34 +-
 .../bind/bind/CVE-2020-8616.patch             | 206 ----------
 .../bind/bind/CVE-2020-8617.patch             |  29 --
 .../bind/{bind_9.11.13.bb => bind_9.11.19.bb} |   7 +-
 .../wpa-supplicant/wpa-supplicant_2.9.bb      |   6 +-
 meta/recipes-core/meta/buildtools-tarball.bb  |   1 +
 .../systemd-serialgetty/serial-getty@.service |  14 +-
 meta/recipes-devtools/glide/glide_0.13.3.bb   |   4 +
 meta/recipes-devtools/go/go-dep_0.5.4.bb      |   4 +
 ...-utils-Fix-return-value-of-ubiformat.patch |  62 +++
 meta/recipes-devtools/mtd/mtd-utils_git.bb    |   1 +
 .../patchelf/patchelf_0.10.bb                 |   7 +-
 meta/recipes-devtools/perl/perl_5.30.1.bb     |   2 +-
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 .../qemu/qemu/CVE-2020-13361.patch            |  61 +++
 meta/recipes-extended/ltp/ltp_20200120.bb     |   4 +
 meta/recipes-extended/mdadm/mdadm_4.1.bb      |   6 +-
 ...-to-unsigned-long-long-constants-to-.patch | 381 ++++++++++++++++++
 .../net-tools/net-tools_1.60-26.bb            |   1 +
 .../pam/libpam/pam.d/common-password          |   5 +-
 .../xorg-font/encodings_1.0.5.bb              |   4 +
 .../linux-firmware/linux-firmware_20200519.bb |   9 +
 meta/recipes-kernel/powertop/powertop_2.10.bb |  13 +-
 .../gstreamer1.0-plugins-bad_1.16.2.bb        |   4 +-
 meta/recipes-support/apr/apr-util_1.6.1.bb    |   6 +-
 meta/recipes-support/vim/vim.inc              |   6 +
 scripts/buildhistory-collect-srcrevs          |   1 +
 scripts/install-buildtools                    |  20 +-
 scripts/lib/recipetool/create.py              |   1 +
 scripts/lib/recipetool/edit.py                |   2 +-
 37 files changed, 704 insertions(+), 294 deletions(-)
 create mode 100644 meta/classes/go-mod.bbclass
 create mode 100644 meta/files/common-licenses/BSD-2-Clause-Patent.txt
 delete mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8616.patch
 delete mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8617.patch
 rename meta/recipes-connectivity/bind/{bind_9.11.13.bb => bind_9.11.19.bb} (94%)
 create mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-mtd-utils-Fix-return-value-of-ubiformat.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-13361.patch
 create mode 100644 meta/recipes-extended/net-tools/net-tools/0001-added-ull-prefix-to-unsigned-long-long-constants-to-.patch

-- 
2.17.1


             reply	other threads:[~2020-06-22 17:59 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22 17:57 Steve Sakoman [this message]
2020-06-22 17:57 ` [OE-core][dunfell 01/33] patchelf: switch to git Steve Sakoman
2020-06-22 17:57 ` [OE-core][dunfell 02/33] powertop: switch to Arjan's git Steve Sakoman
2020-06-22 17:57 ` [OE-core][dunfell 03/33] populate_sdk_base.bbclass: fix warning: name not matched Steve Sakoman
2020-06-22 17:57 ` [OE-core][dunfell 04/33] ltp: Add missing dependencies on coreutils, bc, e2fsprogs and gdb Steve Sakoman
2020-06-22 17:57 ` [OE-core][dunfell 05/33] mdadm: remove service template from SYSTEMD_SERVICE Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 06/33] wpa-supplicant: remove service templates " Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 07/33] encodings: clear postinst script Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 08/33] vim: restore the 'chmod -x' workaround in do_install Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 09/33] qemu: fix CVE-2020-13361 Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 10/33] recipetool: Fix list concatenation when using edit Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 11/33] buildtools-tarball: export OPENSSL_CONF in environment setup Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 12/33] systemd: Sync systemd-serialgetty@.service with upstream Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 13/33] mtd-utils: Fix return value of ubiformat Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 14/33] relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 15/33] install-buildtools: fail if an error occurs Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 16/33] install-buildtools: remove hardcoded x86-64 architecture Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 17/33] libpam: Remove option 'obscure' from common-password Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 18/33] bind: update to 9.11.19 Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 19/33] perl: Fix host specific modules problems Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 20/33] buildhistory-collect-srcrevs: sort directories Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 21/33] common-licenses: add BSD-2-Clause-Patent Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 22/33] oeqa/runtime: Add OERequirePackage decorator Steve Sakoman
2020-06-23 14:32   ` Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 23/33] classes/archiver: Create patched archive before configuring Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 24/33] net-tools: backport a patch from upstream to use the same ifconfig format as debian/ubuntu Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 25/33] go-mod.bbclass: Add class for `go mod` support Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 26/33] glide: Avoid use of 'go mod' support Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 27/33] go-dep: " Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 28/33] go.bbclass: Add `-trimpath` to default build flags Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 29/33] linux-firmware: add ice for Intel E800 series driver Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 30/33] apr-util: make gdbm optional Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 31/33] recipetool: create: fix SRCBRANCH not being passed to params Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 32/33] meson.bbclass: avoid unexpected operating-system names Steve Sakoman
2020-06-22 17:58 ` [OE-core][dunfell 33/33] gstreamer1.0-plugins-bad: add support for vdpau Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2021-08-05 15:33 [OE-core][dunfell 00/33] Patch review 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.1592848337.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox