Openembedded Core Discussions
 help / color / mirror / Atom feed
* [hardknott][PATCH 00/10] Review request
@ 2021-09-29 14:58 Anuj Mittal
  2021-09-29 14:58 ` [hardknott][PATCH 01/10] vim: fix CVEs Anuj Mittal
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Anuj Mittal @ 2021-09-29 14:58 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. One intermittent failure seen
when running SDK tests on Centos-8 but that doesn't look related to
these changes.

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

Thanks,

Anuj

The following changes since commit 437f5e04c92158d3c9e27fe6252260a02a108391:

  ffmpeg: fix CVE-2021-38114 (2021-09-24 10:17:24 +0100)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/hardknott

Konrad Weihmann (1):
  expat: pull from github releases

Mingli Yu (1):
  vim: fix CVEs

Richard Purdie (5):
  pybootchart: Avoid divide by zero
  oeqa/qemurunner: Use oe._exit(), not sys.exit()
  oeqa/selftest/gotoolchain: Fix temp file cleanup
  oeqa/buildproject: Ensure temp directories are cleaned up
  bash: Ensure deterministic build

Steve Sakoman (1):
  connman: add CVE_PRODUCT

Tom Pollard (2):
  bzip2: Update soname for libbz2 1.0.8
  libsamplerate0: Set correct soname for 0.1.9

 meta/lib/oeqa/selftest/cases/gotoolchain.py   |  6 +++
 meta/lib/oeqa/utils/buildproject.py           |  3 ++
 meta/lib/oeqa/utils/qemurunner.py             |  2 +-
 meta/lib/oeqa/utils/targetbuild.py            |  4 +-
 meta/recipes-connectivity/connman/connman.inc |  2 +
 meta/recipes-core/expat/expat_2.2.10.bb       |  6 ++-
 meta/recipes-extended/bash/bash.inc           |  5 ++
 meta/recipes-extended/bzip2/bzip2/Makefile.am |  2 +-
 .../libsamplerate0/shared_version_info.patch  | 13 +++++
 .../libsamplerate/libsamplerate0_0.1.9.bb     |  1 +
 .../vim/files/CVE-2021-3778.patch             | 34 +++++++++++++
 .../vim/files/CVE-2021-3796.patch             | 50 +++++++++++++++++++
 meta/recipes-support/vim/vim.inc              |  2 +
 scripts/pybootchartgui/pybootchartgui/draw.py |  5 +-
 14 files changed, 130 insertions(+), 5 deletions(-)
 create mode 100644 meta/recipes-multimedia/libsamplerate/libsamplerate0/shared_version_info.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2021-3778.patch
 create mode 100644 meta/recipes-support/vim/files/CVE-2021-3796.patch

-- 
2.31.1



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [hardknott][PATCH 00/10] review request
@ 2021-04-29  4:40 Anuj Mittal
  0 siblings, 0 replies; 12+ messages in thread
From: Anuj Mittal @ 2021-04-29  4:40 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. Builds cleanly on autobuilder
except for one intermittent and unrelated change.

Thanks,

Anuj

The following changes since commit 3357bbf0dad31306d5e16ad306d3e931042eec61:

  go: Use dl.google.com for SRC_URI (2021-04-26 08:44:53 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/hardknott

Alexander Kanavin (2):
  oeqa: tear down oeqa decorators if one of them raises an exception in
    setup
  meta/lib/oeqa/core/tests/cases/timeout.py: add a testcase for the
    previous fix

Chen Qi (3):
  glib-2.0: fix CVE-2021-28153
  weston: fix build failure due to race condition
  rsync: fix CVE-2020-14387

Kai Kang (2):
  kernel-yocto.bbclass: chdir to ${WORKDIR} for do_kernel_checkout
  cmake.bbclass: remove ${B} before cmake_do_configure

Richard Purdie (2):
  yocto-check-layer: Avoid bug when iterating and autoadding
    dependencies
  patchelf: Backport fix from upstream for note section overlap error

Stefan Ghinea (1):
  libssh2: fix build failure with option no-ecdsa

 meta/classes/cmake.bbclass                    |   8 +-
 meta/classes/kernel-yocto.bbclass             |   2 +-
 meta/lib/oeqa/core/case.py                    |   9 +-
 meta/lib/oeqa/core/decorator/oetimeout.py     |   5 +-
 meta/lib/oeqa/core/tests/cases/timeout.py     |  13 +
 meta/lib/oeqa/core/tests/test_decorators.py   |   6 +
 ...outputstream-Fix-a-typo-in-a-comment.patch |  32 ++
 ...-using-g_test_bug_base-in-file-tests.patch |  47 +++
 ...outputstream-Factor-out-a-flag-check.patch |  60 ++++
 ...stream-Fix-CREATE_REPLACE_DESTINATIO.patch | 294 ++++++++++++++++++
 ...stream-Add-a-missing-O_CLOEXEC-flag-.patch |  60 ++++
 meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb |  10 +
 ...c83653ce1b5fc201ff6db93b966394766814.patch |  44 +++
 .../patchelf/patchelf_0.12.bb                 |   1 +
 ...-the-hostname-in-the-certificate-whe.patch |  31 ++
 meta/recipes-devtools/rsync/rsync_3.2.3.bb    |   1 +
 ...001-meson.build-fix-incorrect-header.patch |  32 ++
 meta/recipes-graphics/wayland/weston_9.0.0.bb |   1 +
 ...EC-macro-outside-of-if-check-549-550.patch | 112 +++++++
 meta/recipes-support/libssh2/libssh2_1.9.0.bb |   1 +
 scripts/yocto-check-layer                     |   3 +
 21 files changed, 762 insertions(+), 10 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-glocalfileoutputstream-Fix-a-typo-in-a-comment.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0002-tests-Stop-using-g_test_bug_base-in-file-tests.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0003-glocalfileoutputstream-Factor-out-a-flag-check.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0004-glocalfileoutputstream-Fix-CREATE_REPLACE_DESTINATIO.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0005-glocalfileoutputstream-Add-a-missing-O_CLOEXEC-flag-.patch
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/6edec83653ce1b5fc201ff6db93b966394766814.patch
 create mode 100644 meta/recipes-devtools/rsync/files/0001-rsync-ssl-Verify-the-hostname-in-the-certificate-whe.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/0001-meson.build-fix-incorrect-header.patch
 create mode 100644 meta/recipes-support/libssh2/files/0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch

-- 
2.30.2


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

end of thread, other threads:[~2021-09-29 14:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-29 14:58 [hardknott][PATCH 00/10] Review request Anuj Mittal
2021-09-29 14:58 ` [hardknott][PATCH 01/10] vim: fix CVEs Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 02/10] connman: add CVE_PRODUCT Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 03/10] expat: pull from github releases Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 04/10] pybootchart: Avoid divide by zero Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 05/10] bzip2: Update soname for libbz2 1.0.8 Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 06/10] libsamplerate0: Set correct soname for 0.1.9 Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 07/10] oeqa/qemurunner: Use oe._exit(), not sys.exit() Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 08/10] oeqa/selftest/gotoolchain: Fix temp file cleanup Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 09/10] oeqa/buildproject: Ensure temp directories are cleaned up Anuj Mittal
2021-09-29 14:59 ` [hardknott][PATCH 10/10] bash: Ensure deterministic build Anuj Mittal
  -- strict thread matches above, loose matches on Subject: below --
2021-04-29  4:40 [hardknott][PATCH 00/10] review request Anuj Mittal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox