From patchwork Wed May 31 04:18:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco)" X-Patchwork-Id: 24749 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 F034BC77B7C for ; Wed, 31 May 2023 04:18:09 +0000 (UTC) Received: from alln-iport-1.cisco.com (alln-iport-1.cisco.com [173.37.142.88]) by mx.groups.io with SMTP id smtpd.web11.6174.1685506688577006353 for ; Tue, 30 May 2023 21:18:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@cisco.com header.s=iport header.b=iTEKWJ7W; spf=pass (domain: cisco.com, ip: 173.37.142.88, mailfrom: schitrod@cisco.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1095; q=dns/txt; s=iport; t=1685506688; x=1686716288; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KO2eScrH90Vwje6Dqi8Oms5nFoW5u/udoqH3VGQ0s70=; b=iTEKWJ7W3Vf3yePvJhXDIxgYbfz1bSttHmT6FleY5GeEUYPb28ZsPJ9h Pqz10SdiI2MXRVmSBVeK9uMZexZqrpcFuL6nNwJeSSdI/Kc4bsIwOmt92 2GdvzdHAVzw4KunyYkNlgtOAbDJb0Uiu7AmvSWxJ+p7XS7tUP0S6ZxWyG o=; X-IronPort-AV: E=Sophos;i="6.00,205,1681171200"; d="scan'208";a="118030103" Received: from alln-core-12.cisco.com ([173.36.13.134]) by alln-iport-1.cisco.com with ESMTP/TLS/DHE-RSA-SEED-SHA; 31 May 2023 04:18:07 +0000 Received: from sjc-ads-7441.cisco.com (sjc-ads-7441.cisco.com [10.30.220.226]) by alln-core-12.cisco.com (8.15.2/8.15.2) with ESMTPS id 34V4I5Bj000594 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 31 May 2023 04:18:07 GMT Received: by sjc-ads-7441.cisco.com (Postfix, from userid 1812315) id AA2B9CC1293; Tue, 30 May 2023 21:18:04 -0700 (PDT) From: Sanjay Chitroda To: openembedded-devel@lists.openembedded.org Cc: Sanjay Chitroda , Khem Raj Subject: [meta-oe][kirkstone,PATCH] gnulib: Update recipe name to 2018-12-18 Date: Tue, 30 May 2023 21:18:02 -0700 Message-Id: <20230531041802.2258066-1-schitrod@cisco.com> X-Mailer: git-send-email 2.35.6 MIME-Version: 1.0 X-Outbound-SMTP-Client: 10.30.220.226, sjc-ads-7441.cisco.com X-Outbound-Node: alln-core-12.cisco.com 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, 31 May 2023 04:18:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102902 As per gnulib_2018-03-07 recipe information, SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" This revision was committed on "2018-12-18". There is a discrepancy between SRCREV and the recipe version. Which reports "CVE-2018-17942" as unpatched. To report "CVE-2018-17942" as patched, We need to align a recipe name with SRCREV commit date. Signed-off-by: Sanjay Chitroda Signed-off-by: Khem Raj (cherry picked from commit 9edbe7033cc41f4a49f74717cd3146b52588ce22) Signed-off-by: Sanjay Chitroda --- .../gnulib/{gnulib_2018-03-07.03.bb => gnulib_2018-12-18.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes-support/gnulib/{gnulib_2018-03-07.03.bb => gnulib_2018-12-18.bb} (100%) diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb similarity index 100% rename from meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb rename to meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb