From patchwork Wed Nov 24 14:34:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 365 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 7D171C433EF for ; Wed, 24 Nov 2021 14:34:10 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web08.6735.1637764449888062364 for ; Wed, 24 Nov 2021 06:34:10 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: anuj.mittal@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10177"; a="215314469" X-IronPort-AV: E=Sophos;i="5.87,260,1631602800"; d="scan'208";a="215314469" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2021 06:34:09 -0800 X-IronPort-AV: E=Sophos;i="5.87,260,1631602800"; d="scan'208";a="674876177" Received: from itong-mobl1.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.213.141.89]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2021 06:34:07 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [honister][PATCH 0/5] Pull request Date: Wed, 24 Nov 2021 22:34:02 +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 ; Wed, 24 Nov 2021 14:34:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/158692 Please merge these changes. Thanks, Anuj The following changes since commit 9f3fbfc02ae6fadffbcc1bda1fa75dfe140d05c5: insane.bbclass: Add a check for directories that are expected to be empty (2021-11-16 13:09:56 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/honister-next Andres Beltran (1): create-spdx: Fix key errors in do_create_runtime_spdx Claus Stovgaard (1): cups: Fix missing installation of cups sysv init scripts Richard Purdie (1): glibc: Backport fix for CVE-2021-43396 Saul Wold (2): create_spdx: ensure is_work_shared() is unique create-spdx: Protect against None from LICENSE_PATH meta/classes/create-spdx.bbclass | 18 +- .../glibc/glibc/CVE-2021-43396.patch | 184 ++++++++++++++++++ meta/recipes-core/glibc/glibc_2.34.bb | 1 + meta/recipes-extended/cups/cups.inc | 2 +- 4 files changed, 195 insertions(+), 10 deletions(-) create mode 100644 meta/recipes-core/glibc/glibc/CVE-2021-43396.patch