From patchwork Mon Nov 22 02:20:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 272 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54822C433F5 for ; Mon, 22 Nov 2021 02:20:28 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.1369.1637547626744952510 for ; Sun, 21 Nov 2021 18:20:26 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: anuj.mittal@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10175"; a="298122175" X-IronPort-AV: E=Sophos;i="5.87,253,1631602800"; d="scan'208";a="298122175" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2021 18:20:25 -0800 X-IronPort-AV: E=Sophos;i="5.87,253,1631602800"; d="scan'208";a="739428766" Received: from kkleong1-mobl1.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.215.239.135]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2021 18:20:24 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [hardknott][PATCH 00/16] Review request Date: Mon, 22 Nov 2021 10:20:04 +0800 Message-Id: X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 22 Nov 2021 02:20:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/158536 Please review these changes for hardknott. No issues seen while testing on autobuilder. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2933 Thanks, Anuj The following changes since commit 2fd327ae5b3da8841ebed00bfc60b7bb8d6a64c5: llvm: bump HASHEQUIV_HASH_VERSION (2021-11-16 11:20:31 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib anujm/hardknott Andrej Valek (1): mklibs-native: drop deprecated cpp17 exceptions Bruce Ashfield (2): linux-yocto/5.10: update to v5.10.77 linux-yocto/5.10: update to v5.10.78 Changqing Li (1): rpm: fix CVE-2021-3521 Jon Mason (1): scripts/lib/wic/help.py: Update Fedora Kickstart URLs Kai Kang (2): convert-srcuri.py: use regex to check space in SRC_URI squashfs-tools: fix CVE-2021-41072 Mingli Yu (4): vim: fix CVE-2021-3872 and CVE-2021-3903 vim: fix CVE-2021-3875 bind: fix CVE-2021-25219 vim: fix CVE-2021-3927 and CVE-2021-3928 Pgowda (1): gcc: Fix CVE-2021-35465 Richard Purdie (3): mirrors: Add uninative mirror on kernel.org scripts/oe-package-browser: Handle no packages being built mirrors: Add kernel.org sources mirror for downloads.yoctoproject.org Yi Zhao (1): inetutils: fix CVE-2021-40491 meta/classes/mirrors.bbclass | 2 + .../bind/bind-9.16.16/CVE-2021-25219-1.patch | 76 +++ .../bind/bind-9.16.16/CVE-2021-25219-2.patch | 65 +++ .../recipes-connectivity/bind/bind_9.16.16.bb | 2 + .../inetutils/inetutils/CVE-2021-40491.patch | 67 +++ .../inetutils/inetutils_2.0.bb | 1 + meta/recipes-devtools/gcc/gcc-10.2.inc | 4 + .../gcc/gcc/0001-CVE-2021-35465.patch | 138 ++++++ .../gcc/gcc/0002-CVE-2021-35465.patch | 40 ++ .../gcc/gcc/0003-CVE-2021-35465.patch | 103 +++++ .../gcc/gcc/0004-CVE-2021-35465.patch | 304 ++++++++++++ ...ecated-exception-specification-cpp17.patch | 431 ++++++++++++++++++ .../mklibs/mklibs-native_0.1.44.bb | 1 + .../rpm/files/0001-CVE-2021-3521.patch | 57 +++ .../rpm/files/0002-CVE-2021-3521.patch | 62 +++ .../rpm/files/0003-CVE-2021-3521.patch | 332 ++++++++++++++ meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | 3 + .../files/CVE-2021-41072-requisite-1.patch | 135 ++++++ .../files/CVE-2021-41072-requisite-2.patch | 109 +++++ .../files/CVE-2021-41072-requisite-3.patch | 330 ++++++++++++++ .../squashfs-tools/files/CVE-2021-41072.patch | 316 +++++++++++++ .../squashfs-tools/squashfs-tools_git.bb | 4 + .../linux/linux-yocto-rt_5.10.bb | 6 +- .../linux/linux-yocto-tiny_5.10.bb | 8 +- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +- .../vim/files/CVE-2021-3872.patch | 57 +++ .../vim/files/CVE-2021-3875.patch | 37 ++ .../vim/files/CVE-2021-3903.patch | 38 ++ .../vim/files/CVE-2021-3927.patch | 32 ++ .../vim/files/CVE-2021-3928.patch | 34 ++ meta/recipes-support/vim/vim.inc | 5 + scripts/contrib/convert-srcuri.py | 8 +- scripts/lib/wic/help.py | 4 +- scripts/oe-pkgdata-browser | 2 + 34 files changed, 2812 insertions(+), 25 deletions(-) create mode 100644 meta/recipes-connectivity/bind/bind-9.16.16/CVE-2021-25219-1.patch create mode 100644 meta/recipes-connectivity/bind/bind-9.16.16/CVE-2021-25219-2.patch create mode 100644 meta/recipes-connectivity/inetutils/inetutils/CVE-2021-40491.patch create mode 100644 meta/recipes-devtools/gcc/gcc/0001-CVE-2021-35465.patch create mode 100644 meta/recipes-devtools/gcc/gcc/0002-CVE-2021-35465.patch create mode 100644 meta/recipes-devtools/gcc/gcc/0003-CVE-2021-35465.patch create mode 100644 meta/recipes-devtools/gcc/gcc/0004-CVE-2021-35465.patch create mode 100644 meta/recipes-devtools/mklibs/files/remove-deprecated-exception-specification-cpp17.patch create mode 100644 meta/recipes-devtools/rpm/files/0001-CVE-2021-3521.patch create mode 100644 meta/recipes-devtools/rpm/files/0002-CVE-2021-3521.patch create mode 100644 meta/recipes-devtools/rpm/files/0003-CVE-2021-3521.patch create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072-requisite-1.patch create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072-requisite-2.patch create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072-requisite-3.patch create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072.patch create mode 100644 meta/recipes-support/vim/files/CVE-2021-3872.patch create mode 100644 meta/recipes-support/vim/files/CVE-2021-3875.patch create mode 100644 meta/recipes-support/vim/files/CVE-2021-3903.patch create mode 100644 meta/recipes-support/vim/files/CVE-2021-3927.patch create mode 100644 meta/recipes-support/vim/files/CVE-2021-3928.patch