[OE-core] [hardknott][PATCH 0/9] Pull request (cover letter only)

2022-01-13 Thread Anuj Mittal
The following changes since commit b90dab2c8634c052c101cebb38fcd3d869f3b1bb:

  linux-yocto: add libmpc-native to DEPENDS (2022-01-10 11:57:23 +)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next

Alexander Kanavin (1):
  lib/oe/reproducible: correctly set .git location when recursively
looking for git repos

Anuj Mittal (1):
  python3-pyelftools: fix the override syntax

Chen Qi (1):
  busybox: backport patches to fix CVEs

Kai Kang (1):
  webkitgtk: fix fix CVE-2021-42762

Pgowda (2):
  glibc: Backport fix for CVE-2021-43396
  gcc: add support for Neoverse N2 CPU

Yongxin Liu (1):
  grub2: fix CVE-2021-3981

pgowda (2):
  gcc: add aarch64 support for Arm's Neoverse N2 CPU
  gcc: Fix CVE-2021-42574

 meta/lib/oe/reproducible.py   |2 +-
 ...onfig-Restore-umask-for-the-grub.cfg.patch |   49 +
 meta/recipes-bsp/grub/grub2.inc   |1 +
 .../busybox/busybox/0001-awk-fix-CVEs.patch   | 3266 +
 .../0002-man-fix-segfault-in-man-1.patch  |   30 +
 meta/recipes-core/busybox/busybox_1.33.2.bb   |2 +
 .../glibc/glibc/0031-CVE-2021-43396.patch |  182 +
 meta/recipes-core/glibc/glibc_2.33.bb |1 +
 meta/recipes-devtools/gcc/gcc-10.2.inc|7 +
 .../gcc/gcc/0001-CVE-2021-42574.patch | 2906 +++
 .../gcc/gcc/0002-CVE-2021-42574.patch | 2270 
 .../gcc/gcc/0003-CVE-2021-42574.patch | 1724 +
 .../gcc/gcc/0004-CVE-2021-42574.patch |  138 +
 .../gcc/gcc/0005-CVE-2021-42574.patch |  575 +++
 .../gcc/0038-arm-neoverse-n2-support.patch|   88 +
 .../gcc/0039-arm64-neoverse-n2-support.patch  |   60 +
 .../python/python3-pyelftools_0.27.bb |2 +-
 .../webkit/webkitgtk/CVE-2021-42762.patch |  468 +++
 meta/recipes-sato/webkit/webkitgtk_2.30.5.bb  |1 +
 19 files changed, 11770 insertions(+), 2 deletions(-)
 create mode 100644 
meta/recipes-bsp/grub/files/CVE-2021-3981-grub-mkconfig-Restore-umask-for-the-grub.cfg.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-awk-fix-CVEs.patch
 create mode 100644 
meta/recipes-core/busybox/busybox/0002-man-fix-segfault-in-man-1.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0031-CVE-2021-43396.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/0001-CVE-2021-42574.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/0002-CVE-2021-42574.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/0003-CVE-2021-42574.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/0004-CVE-2021-42574.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/0005-CVE-2021-42574.patch
 create mode 100644 
meta/recipes-devtools/gcc/gcc/0038-arm-neoverse-n2-support.patch
 create mode 100644 
meta/recipes-devtools/gcc/gcc/0039-arm64-neoverse-n2-support.patch
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/CVE-2021-42762.patch

-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#160523): 
https://lists.openembedded.org/g/openembedded-core/message/160523
Mute This Topic: https://lists.openembedded.org/mt/88398270/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [hardknott][PATCH 0/9] Pull request

2021-09-01 Thread Anuj Mittal
Please merge these changes.

Thanks,

Anuj

The following changes since commit 9ba6c42c1cc0ffb690126aa93ccb529405473af5:

  glibc: Fix CVE-2021-38604 (2021-08-25 10:44:50 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next

Alexander Kanavin (2):
  tcf-agent: fetching over git:// no longer works
  linux-firmware: upgrade 20210511 -> 20210818

Bruce Ashfield (2):
  linux-yocto/5.4: update to v5.4.141
  linux-yocto/5.4: update to v5.4.142

Changqing Li (1):
  file: fix close_on_exec for multithreaded decompression

Joe Slater (1):
  icu: increase pkgdata command buffer size

Khem Raj (1):
  weston: Re-order gbm destruction at DRM-backend tear down

Marek Vasut (1):
  image_types: Restore pre-btrfs-tools 4.14.1 mkfs.btrfs shrink behavior

Randy MacLeod (1):
  openssl: upgrade from 1.1.1k to 1.1.1l

 meta/classes/image_types.bbclass  |   2 +-
 .../{openssl_1.1.1k.bb => openssl_1.1.1l.bb}  |   2 +-
 meta/recipes-devtools/file/file_5.39.bb   |   3 +-
 ...ec-multithreaded-decompression-issue.patch | 220 ++
 .../tcf-agent/tcf-agent_git.bb|   2 +-
 ...d-drm-Re-order-gbm-destruction-at-DR.patch |  50 
 meta/recipes-graphics/wayland/weston_9.0.0.bb |   1 +
 ...20210511.bb => linux-firmware_20210818.bb} |   6 +-
 .../linux/linux-yocto-rt_5.4.bb   |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +-
 ...pkgdata-increase-command-buffer-size.patch |  46 
 meta/recipes-support/icu/icu_68.2.bb  |   1 +
 13 files changed, 344 insertions(+), 25 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1k.bb => 
openssl_1.1.1l.bb} (98%)
 create mode 100644 
meta/recipes-devtools/file/files/0001-Fix-close_on_exec-multithreaded-decompression-issue.patch
 create mode 100644 
meta/recipes-graphics/wayland/weston/0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20210511.bb => 
linux-firmware_20210818.bb} (99%)
 create mode 100644 
meta/recipes-support/icu/icu/0001-pkgdata-increase-command-buffer-size.patch

-- 
2.31.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155545): 
https://lists.openembedded.org/g/openembedded-core/message/155545
Mute This Topic: https://lists.openembedded.org/mt/85296860/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-