From patchwork Wed May 13 20:00:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Benjamin Robin (Schneider Electric)" X-Patchwork-Id: 88076 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 E91CACD37AC for ; Wed, 13 May 2026 20:00:17 +0000 (UTC) Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.6160.1778702416533020619 for ; Wed, 13 May 2026 13:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=PZdV9NPG; spf=pass (domain: bootlin.com, ip: 185.246.85.4, mailfrom: benjamin.robin@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id BF0C54E42C89; Wed, 13 May 2026 20:00:14 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 8AE2C5FE21; Wed, 13 May 2026 20:00:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id DDE9F11AF8C47; Wed, 13 May 2026 22:00:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1778702413; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=sjBGDoKEJlgya235T6OSoEwv4wlXjCovwyVvIRadiyU=; b=PZdV9NPG6U8u5KiNbDlNtkbfbnw+63IgvlhU6xvfsCCTKxcYu/+2IjlltKs34tjNfNdDbo Jl5iCf4LbzKtv9B0y/CSjmw7mkM3D3or6z7DQGMU9B/YfCDyUBvJIDdQ1+V08IU43exAF1 8yeUwhQpONy19lbc3UY8uX8EdtBvKmdarHyglBokoIjHqWO/QwEXd0lcea4u1VXSdENmVJ fM9LCavwvdM9stDcnBpx6bO1uXvbztcad+cD7dKZkruyy0nhePcUrOBKbXjk+zMkOEtP8q 5zQJpR5L6skm/RlnB1QI0arJPObYsDFcGx5Xf1EYfjfYp7UN6FZzBMWEf796Pg== From: "Benjamin Robin (Schneider Electric)" Date: Wed, 13 May 2026 22:00:05 +0200 Subject: [wrynose][PATCH v2 1/3] python3-sbom-cve-check: Update to version 1.3.1 MIME-Version: 1.0 Message-Id: <20260513-update-sbom-cve-check-wrynose-v2-1-94d0e353dc6c@bootlin.com> References: <20260513-update-sbom-cve-check-wrynose-v2-0-94d0e353dc6c@bootlin.com> In-Reply-To: <20260513-update-sbom-cve-check-wrynose-v2-0-94d0e353dc6c@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: richard.purdie@linuxfoundation.org, ross.burton@arm.com, olivier.benjamin@bootlin.com, antonin.godard@bootlin.com, mathieu.dubois-briand@bootlin.com, thomas.petazzoni@bootlin.com, pascal.eberhard@se.com, wahid.essid@se.com, "Benjamin Robin (Schneider Electric)" X-Mailer: b4 0.15.2 X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 13 May 2026 20:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237007 For details on this new release which fixes various bugs, see: https://github.com/bootlin/sbom-cve-check/releases/tag/v1.3.1 Also, update the LICENSE, which is now GPL-2.0-or-later instead of GPL-2.0-only, to be compatible with the licence dependencies. (cherry picked from commit f8bdcebd01a16adb4e5d5a89c6b47c5f0af1f5a4) Signed-off-by: Benjamin Robin (Schneider Electric) --- ...ython3-sbom-cve-check_1.3.0.bb => python3-sbom-cve-check_1.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.0.bb b/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.1.bb similarity index 76% rename from meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.0.bb rename to meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.1.bb index 96fc167ecbc3..8120848a667d 100644 --- a/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.0.bb +++ b/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.1.bb @@ -1,11 +1,11 @@ SUMMARY = "Lightweight SBOM CVE analysis tool" HOMEPAGE = "https://github.com/bootlin/sbom-cve-check" SECTION = "devel/python" -LICENSE = "GPL-2.0-only" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce" PYPI_PACKAGE = "sbom_cve_check" -SRC_URI[sha256sum] = "dad6f9df848f6dd7b69922baef0ec187b66ad0847fe0cf62614529e27203e842" +SRC_URI[sha256sum] = "675828b2f02f11620b7a229853a24d09264bf41161be5fbb80a92456f46a14e0" inherit pypi python_hatchling