From patchwork Tue Aug 26 16:30:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 69183 X-Patchwork-Delegate: steve@sakoman.com 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 B98BFCA0FF2 for ; Tue, 26 Aug 2025 16:31:17 +0000 (UTC) Received: from mta-65-227.siemens.flowmailer.net (mta-65-227.siemens.flowmailer.net [185.136.65.227]) by mx.groups.io with SMTP id smtpd.web11.69920.1756225871462746140 for ; Tue, 26 Aug 2025 09:31:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=IoWsKsbV; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.227, mailfrom: fm-256628-2025082616310632fad2bbea0002075c-suuy_v@rts-flowmailer.siemens.com) Received: by mta-65-227.siemens.flowmailer.net with ESMTPSA id 2025082616310632fad2bbea0002075c for ; Tue, 26 Aug 2025 18:31:07 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm2; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=NGfqA/O4LxINf8K7OPf/6q0uOHqyJzTBXQ05dU4IXkc=; b=IoWsKsbVLSlTVMQv42oedtuSv6pt/aXVdcqFLgSCLYH5X1JWCjmz202TXBAu8K9elvr4sk 3GBI+vdoyYHHz3aOycMQizqfrR7/OR/2/73VkEv7P5XuTjw/M1Qus+LPx6R9zHT+HwSTXdFT LyZd2hMjZAiaoENo6V9f+gxtvIHfUCbk3Tt6x78AdwVNlIedcwF9biqOouH+2cq3n3kdYP9e 4IO8AUgU6K2xvKPjpDMMlt/utn8rPVMoA1bQJNBqv5aNLMkTmfXOeGxAWWqo7+vZ8y1QLsX3 /1Hm7HUJbT7BBLhvcYPuvP2nJlS3BC3qT/qrNQqtAi41LTdCZKi8K6TA==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [OE-core][kirkstone][PATCH] sudo: remove devtool FIXME comment Date: Tue, 26 Aug 2025 18:30:19 +0200 Message-Id: <20250826163019.16249-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 ; Tue, 26 Aug 2025 16:31:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/222473 From: Peter Marko This comment should not have been merged. It shows that the license did not change. Signed-off-by: Peter Marko --- meta/recipes-extended/sudo/sudo_1.9.17p1.bb | 52 --------------------- 1 file changed, 52 deletions(-) diff --git a/meta/recipes-extended/sudo/sudo_1.9.17p1.bb b/meta/recipes-extended/sudo/sudo_1.9.17p1.bb index c5d57da9f0..5b9d73b33b 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.17p1.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.17p1.bb @@ -1,55 +1,3 @@ -# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. -# The following is the difference between the old and the new license text. -# Please update the LICENSE value if needed, and summarize the changes in -# the commit message via 'License-Update:' tag. -# (example: 'License-Update: copyright years updated.') -# -# The changes: -# -# --- LICENSE.md -# +++ LICENSE.md -# @@ -1,6 +1,6 @@ -# Sudo is distributed under the following license: -# -# - Copyright (c) 1994-1996, 1998-2023 -# + Copyright (c) 1994-1996, 1998-2025 -# Todd C. Miller -# -# Permission to use, copy, modify, and distribute this software for any -# @@ -247,9 +247,9 @@ -# -# The file arc4random.c bears the following license: -# -# - Copyright (c) 1996, David Mazieres -# - Copyright (c) 2008, Damien Miller -# - Copyright (c) 2013, Markus Friedl -# + Copyright (c) 1996, David Mazieres -# + Copyright (c) 2008, Damien Miller -# + Copyright (c) 2013, Markus Friedl -# Copyright (c) 2014, Theo de Raadt -# -# Permission to use, copy, modify, and distribute this software for any -# @@ -282,7 +282,7 @@ -# -# The file getentropy.c bears the following license: -# -# - Copyright (c) 2014 Theo de Raadt -# + Copyright (c) 2014 Theo de Raadt -# Copyright (c) 2014 Bob Beck -# -# Permission to use, copy, modify, and distribute this software for any -# @@ -299,7 +299,7 @@ -# -# The embedded copy of zlib bears the following license: -# -# - Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler -# + Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler -# -# This software is provided 'as-is', without any express or implied -# warranty. In no event will the authors be held liable for any damages -# -# - require sudo.inc SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \