From patchwork Mon Apr 15 11:14:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Marko, Peter" X-Patchwork-Id: 42348 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 6A8C9C4345F for ; Mon, 15 Apr 2024 11:15:37 +0000 (UTC) Received: from mta-64-227.siemens.flowmailer.net (mta-64-227.siemens.flowmailer.net [185.136.64.227]) by mx.groups.io with SMTP id smtpd.web10.18365.1713179726901289991 for ; Mon, 15 Apr 2024 04:15:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=fSWvLB1H; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.227, mailfrom: fm-256628-20240415111522dae84f49b1215c624a-w987fv@rts-flowmailer.siemens.com) Received: by mta-64-227.siemens.flowmailer.net with ESMTPSA id 20240415111522dae84f49b1215c624a for ; Mon, 15 Apr 2024 13:15:23 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=7GAP/iHqll82XSHwXpnMoxipzc6Km/6dhmAp/ZdscYs=; b=fSWvLB1HwFFrft8c6Ss0lb0ULAYK3hJFF/13W00AvBtd5+HUPYBvhV+rxsIrY327ifkNw+ TVpXtG9VqC59Jk1IvmkLa3mXdGq7fA+YC+4yxGWVSW2yVsSUgI5PZtXJBwiWiDBM9wrDF4MY BkVtuiYDaarHEGThCMonBSnygEG8w=; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [OE-core][PATCH] ttyrun: define CVE_PRODUCT Date: Mon, 15 Apr 2024 13:14:18 +0200 Message-Id: <20240415111418.17857-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer 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, 15 Apr 2024 11:15:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198232 From: Peter Marko Single executable ttyrun is taken ouf of s390-tools repository containing ton of other helper tools. CVEs are not assigned to executables, but to whole components. Historically there also already exists one CVE for s390-tools. Most of the CVEs will not be for ttyrun, but this is the way how to get notified even if most we get will have to be ignored. Signed-off-by: Peter Marko --- meta/recipes-core/ttyrun/ttyrun_2.31.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb index 122dd9d8e7..fac11d6310 100644 --- a/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb +++ b/meta/recipes-core/ttyrun/ttyrun_2.31.0.bb @@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" SRCREV = "6f15ed326491a17d83ca60cd2bda47fb5e8a0175" +CVE_PRODUCT = "s390-tools" + S = "${WORKDIR}/git" EXTRA_OEMAKE = "\