public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [hardknott][PATCH 00/28] Review request
@ 2021-08-24 16:25 Anuj Mittal
  2021-08-24 16:25 ` [hardknott][PATCH 01/28] ffmpeg: fix CVE-2020-20446 Anuj Mittal
                   ` (27 more replies)
  0 siblings, 28 replies; 30+ messages in thread
From: Anuj Mittal @ 2021-08-24 16:25 UTC (permalink / raw)
  To: openembedded-core

Please review these next set of changes for hardknott. Except for a
ptest failure in valgrind, no issues seen on autobuilder.

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

Thanks,

Anuj

The following changes since commit 01321ed982a8553672808afe2d9c1bee6628055d:

  gnutls: upgrade 3.7.1 -> 3.7.2 (2021-08-11 16:39:03 +0800)

are available in the Git repository at:

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

Alexandre Belloni (1):
  oeqa/runtime/cases: make date.DateTest.test_date more reliable

Anton Blanchard (1):
  kmod: use nonarch_base_libdir for depmod.d and modprobe.d

Bruce Ashfield (6):
  linux-yocto/5.10: update to v5.10.55
  linux-yocto/5.4: update to v5.4.137
  linux-yocto/5.4: update to v5.4.139
  linux-yocto/5.10: update to v5.10.57
  kernel-devsrc: 5.14+ updates
  kernel-devsrc: fix 5.14+ objtool compilation

Dmitry Baryshkov (1):
  linux-firmware: add more Qualcomm firmware packages

Joe Slater (1):
  terminal.bbclass: force bash for devshell

Jose Quaresma (1):
  sstate.bbclass: fix error handling when sstate mirrors is ro

Khem Raj (1):
  sdk: Enable do_populate_sdk with multilibs

Marta Rybczynska (1):
  lzo: add CVE_PRODUCT

Michael Halstead (1):
  uninative: Upgrade to 3.3, support glibc 2.34

Oleksandr Popovych (1):
  utils: Reduce the number of calls to the "dirname" command

Patrick Williams (1):
  pixman: re-disable iwmmxt

Ross Burton (4):
  tar: ignore node-tar CVEs
  uninative: Improve glob to handle glibc 2.34
  e2fsprogs: ensure small images have 256-byte inodes
  wic: don't forcibly pass -T default

Sakib Sajal (1):
  go: upgrade 1.16.5 -> 1.16.7

Tony Tascioglu (5):
  ffmpeg: fix CVE-2020-20446
  ffmpeg: fix CVE-2020-20453
  ffmpeg: fix CVE-2020-22015
  ffmpeg: fix CVE-2020-22021
  ffmpeg: fix CVE-2020-22019 and CVE-2020-22033

Vinay Kumar (1):
  glibc: Fix CVE-2021-38604

hongxu (1):
  sdk: fix relocate symlink failed

 meta/classes/multilib.bbclass                 |   1 -
 meta/classes/populate_sdk_base.bbclass        |   2 +-
 meta/classes/sstate.bbclass                   |   2 +
 meta/classes/terminal.bbclass                 |   5 +-
 meta/classes/uninative.bbclass                |   2 +-
 meta/classes/utils.bbclass                    |   2 +-
 meta/conf/distro/include/yocto-uninative.inc  |  10 +-
 meta/files/toolchain-shar-relocate.sh         |   2 +-
 meta/lib/oeqa/runtime/cases/date.py           |   9 +-
 .../glibc/glibc/0001-CVE-2021-38604.patch     |  40 +++++
 .../glibc/glibc/0002-CVE-2021-38604.patch     | 147 ++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.33.bb         |   2 +
 .../e2fsprogs/big-inodes-for-small-fs.patch   |  22 +++
 .../e2fsprogs/e2fsprogs_1.46.1.bb             |   1 +
 .../go/{go-1.16.5.inc => go-1.16.7.inc}       |   4 +-
 ...e_1.16.5.bb => go-binary-native_1.16.7.bb} |   4 +-
 ..._1.16.5.bb => go-cross-canadian_1.16.7.bb} |   0
 ...{go-cross_1.16.5.bb => go-cross_1.16.7.bb} |   0
 ...osssdk_1.16.5.bb => go-crosssdk_1.16.7.bb} |   0
 ...o-native_1.16.5.bb => go-native_1.16.7.bb} |   0
 ...runtime_1.16.5.bb => go-runtime_1.16.7.bb} |   0
 .../go/{go_1.16.5.bb => go_1.16.7.bb}         |   0
 meta/recipes-extended/tar/tar_1.34.bb         |   3 +
 .../xorg-lib/pixman_0.40.0.bb                 |   2 +
 meta/recipes-kernel/kmod/kmod_git.bb          |   8 +-
 .../linux-firmware/linux-firmware_20210511.bb |  17 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |  10 +-
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +--
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +--
 .../ffmpeg/ffmpeg/fix-CVE-2020-20446.patch    |  35 +++++
 .../ffmpeg/ffmpeg/fix-CVE-2020-20453.patch    |  42 +++++
 .../ffmpeg/ffmpeg/fix-CVE-2020-22015.patch    |  44 ++++++
 .../ffmpeg/ffmpeg/fix-CVE-2020-22021.patch    |  87 +++++++++++
 .../fix-CVE-2020-22033-CVE-2020-22019.patch   |  39 +++++
 .../recipes-multimedia/ffmpeg/ffmpeg_4.3.2.bb |   5 +
 meta/recipes-support/lzo/lzo_2.10.bb          |   2 +
 scripts/lib/wic/canned-wks/common.wks.inc     |   2 +-
 scripts/lib/wic/canned-wks/directdisk-gpt.wks |   2 +-
 scripts/lib/wic/canned-wks/mkefidisk.wks      |   2 +-
 43 files changed, 559 insertions(+), 70 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/0001-CVE-2021-38604.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0002-CVE-2021-38604.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/big-inodes-for-small-fs.patch
 rename meta/recipes-devtools/go/{go-1.16.5.inc => go-1.16.7.inc} (89%)
 rename meta/recipes-devtools/go/{go-binary-native_1.16.5.bb => go-binary-native_1.16.7.bb} (83%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.16.5.bb => go-cross-canadian_1.16.7.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.16.5.bb => go-cross_1.16.7.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.16.5.bb => go-crosssdk_1.16.7.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.16.5.bb => go-native_1.16.7.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.16.5.bb => go-runtime_1.16.7.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.16.5.bb => go_1.16.7.bb} (100%)
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/fix-CVE-2020-20446.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/fix-CVE-2020-20453.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/fix-CVE-2020-22015.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/fix-CVE-2020-22021.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/fix-CVE-2020-22033-CVE-2020-22019.patch

-- 
2.31.1


^ permalink raw reply	[flat|nested] 30+ messages in thread
* [hardknott][PATCH 00/28] review request
@ 2021-07-16  2:41 Anuj Mittal
  0 siblings, 0 replies; 30+ messages in thread
From: Anuj Mittal @ 2021-07-16  2:41 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. Builds cleanly on autobuilder
except for two intermittent ptest failures in lttng-tools and parted.

Thanks,

Anuj

The following changes since commit 4c2c3d3b84d883b2f1ad94095187e6b5b39e663f:

  lttng-modules: update to v2.12.6 (2021-07-02 11:14:53 +0800)

are available in the Git repository at:

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

Andrej Valek (1):
  busybox: add tmpdir option into mktemp applet

Asfak Rahman (1):
  openssh: Remove temporary keys before generating new ones

Bruce Ashfield (6):
  linux-yocto/5.10: update to v5.10.47
  linux-yocto/5.4: update to v5.4.129
  linux-yocto/5.10: scsi-debug needs scsi-disk
  linux-yocto-dev: base AUTOREV on specified version
  kernel-devsrc: fix scripts/prepare for ARM64
  kernel-devsrc: fix scripts prepare for powerpc

Changqing Li (2):
  libconvert-asn1-perl: fix CVE-2013-7488
  boost-build-native: workaround one rarely hang problem on fedora34

Florian Amstutz (1):
  devtool: deploy-target: Fix preserving attributes when using --strip

Kai Kang (1):
  rxvt-unicode: fix CVE-2021-33477

Khairul Rohaizzat Jamaluddin (2):
  curl: Fix CVE-2021-22898
  curl: Fix CVE-2021-22897

Marek Vasut (1):
  linux-firmware: Package RSI 911x WiFi firmware

Mingli Yu (1):
  perl: correct libpth and glibpth

Richard Purdie (7):
  oeqa/selftest/runcmd: Tweal test timeouts
  sstate/staging: Handle directory creation race issue
  oeqa/selftest/archiver: Allow tests to ignore empty directories
  runqemu: Remove potential lock races around tap device handling
  glibc-testsuite: Fix build failures when directly running recipe
  oeqa/selftest/multiprocesslauch: Fix test race
  dwarfsrcfiles: Avoid races over debug-link files

Vinay Kumar (1):
  binutils: Fix CVE-2021-20197

Wadim Egorov (1):
  xserver-xorg: Fix builds without glx

wangmy (2):
  go: upgrade 1.16.3 -> 1.16.4
  go: upgrade 1.16.4 -> 1.16.5

zhengruoqin (1):
  busybox: upgrade 1.33.0 -> 1.33.1

 meta/classes/kernel-yocto.bbclass             |  24 +++
 meta/classes/sstate.bbclass                   |   8 +-
 meta/classes/staging.bbclass                  |   6 +-
 meta/lib/oeqa/selftest/cases/archiver.py      |  16 +-
 meta/lib/oeqa/selftest/cases/oelib/utils.py   |   3 +-
 meta/lib/oeqa/selftest/cases/runcmd.py        |   4 +-
 .../openssh/openssh/sshd_check_keys           |   1 +
 ...ss_gunzip-Fix-DoS-if-gzip-is-corrupt.patch |  58 -----
 .../0001-mktemp-add-tmpdir-option.patch       |  81 +++++++
 .../{busybox_1.33.0.bb => busybox_1.33.1.bb}  |   8 +-
 .../glibc/glibc-testsuite_2.33.bb             |   1 +
 .../binutils/binutils-2.36.inc                |   3 +
 .../binutils/0001-CVE-2021-20197.patch        | 201 ++++++++++++++++++
 .../binutils/0002-CVE-2021-20197.patch        | 170 +++++++++++++++
 .../binutils/0003-CVE-2021-20197.patch        | 171 +++++++++++++++
 .../dwarfsrcfiles/files/dwarfsrcfiles.c       |  13 +-
 .../go/{go-1.16.3.inc => go-1.16.5.inc}       |   4 +-
 ...e_1.16.3.bb => go-binary-native_1.16.5.bb} |   4 +-
 ..._1.16.3.bb => go-cross-canadian_1.16.5.bb} |   0
 ...{go-cross_1.16.3.bb => go-cross_1.16.5.bb} |   0
 ...osssdk_1.16.3.bb => go-crosssdk_1.16.5.bb} |   0
 ...o-native_1.16.3.bb => go-native_1.16.5.bb} |   0
 ...runtime_1.16.3.bb => go-runtime_1.16.5.bb} |   0
 .../go/{go_1.16.3.bb => go_1.16.5.bb}         |   0
 meta/recipes-devtools/perl/perl_5.32.1.bb     |   2 +
 .../libconvert-asn1-perl/CVE-2013-7488.patch  |  35 +++
 .../perl/libconvert-asn1-perl_0.27.bb         |   3 +-
 ...nd-Makefile.am-fix-build-without-glx.patch |  46 ++++
 .../xorg-xserver/xserver-xorg_1.20.10.bb      |   1 +
 .../linux-firmware/linux-firmware_20210511.bb |  11 +
 meta/recipes-kernel/linux/kernel-devsrc.bb    |  22 +-
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +--
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +-
 .../rxvt-unicode-fix-CVE-2021-33477.patch     |  33 +++
 .../rxvt-unicode/rxvt-unicode_9.22.bb         |   4 +-
 .../boost/boost-build-native_4.3.0.bb         |   2 +-
 .../curl/curl/CVE-2021-22897.patch            |  72 +++++++
 .../curl/curl/CVE-2021-22898.patch            |  32 +++
 meta/recipes-support/curl/curl_7.75.0.bb      |   2 +
 scripts/lib/devtool/deploy.py                 |   2 +-
 scripts/runqemu                               |  27 ++-
 45 files changed, 1006 insertions(+), 138 deletions(-)
 delete mode 100644 meta/recipes-core/busybox/busybox/0001-decompress_gunzip-Fix-DoS-if-gzip-is-corrupt.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-mktemp-add-tmpdir-option.patch
 rename meta/recipes-core/busybox/{busybox_1.33.0.bb => busybox_1.33.1.bb} (92%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0001-CVE-2021-20197.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0002-CVE-2021-20197.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0003-CVE-2021-20197.patch
 rename meta/recipes-devtools/go/{go-1.16.3.inc => go-1.16.5.inc} (88%)
 rename meta/recipes-devtools/go/{go-binary-native_1.16.3.bb => go-binary-native_1.16.5.bb} (83%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.16.3.bb => go-cross-canadian_1.16.5.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.16.3.bb => go-cross_1.16.5.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.16.3.bb => go-crosssdk_1.16.5.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.16.3.bb => go-native_1.16.5.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.16.3.bb => go-runtime_1.16.5.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.16.3.bb => go_1.16.5.bb} (100%)
 create mode 100644 meta/recipes-extended/perl/libconvert-asn1-perl/CVE-2013-7488.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-hw-xwayland-Makefile.am-fix-build-without-glx.patch
 create mode 100644 meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt-unicode-fix-CVE-2021-33477.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22897.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22898.patch

-- 
2.31.1


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

end of thread, other threads:[~2021-08-24 16:26 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-24 16:25 [hardknott][PATCH 00/28] Review request Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 01/28] ffmpeg: fix CVE-2020-20446 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 02/28] ffmpeg: fix CVE-2020-20453 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 03/28] ffmpeg: fix CVE-2020-22015 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 04/28] ffmpeg: fix CVE-2020-22021 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 05/28] ffmpeg: fix CVE-2020-22019 and CVE-2020-22033 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 06/28] go: upgrade 1.16.5 -> 1.16.7 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 07/28] linux-firmware: add more Qualcomm firmware packages Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 08/28] sstate.bbclass: fix error handling when sstate mirrors is ro Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 09/28] pixman: re-disable iwmmxt Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 10/28] kmod: use nonarch_base_libdir for depmod.d and modprobe.d Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 11/28] oeqa/runtime/cases: make date.DateTest.test_date more reliable Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 12/28] terminal.bbclass: force bash for devshell Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 13/28] tar: ignore node-tar CVEs Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 14/28] linux-yocto/5.10: update to v5.10.55 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 15/28] linux-yocto/5.4: update to v5.4.137 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 16/28] linux-yocto/5.4: update to v5.4.139 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 17/28] linux-yocto/5.10: update to v5.10.57 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 18/28] uninative: Improve glob to handle glibc 2.34 Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 19/28] uninative: Upgrade to 3.3, support " Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 20/28] kernel-devsrc: 5.14+ updates Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 21/28] kernel-devsrc: fix 5.14+ objtool compilation Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 22/28] lzo: add CVE_PRODUCT Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 23/28] utils: Reduce the number of calls to the "dirname" command Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 24/28] e2fsprogs: ensure small images have 256-byte inodes Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 25/28] wic: don't forcibly pass -T default Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 26/28] sdk: fix relocate symlink failed Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 27/28] sdk: Enable do_populate_sdk with multilibs Anuj Mittal
2021-08-24 16:25 ` [hardknott][PATCH 28/28] glibc: Fix CVE-2021-38604 Anuj Mittal
  -- strict thread matches above, loose matches on Subject: below --
2021-07-16  2:41 [hardknott][PATCH 00/28] 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