From patchwork Sat Feb 1 13:20:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 56404 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 C43FEC021AB for ; Sat, 1 Feb 2025 13:21:00 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.42622.1738416045115238196 for ; Sat, 01 Feb 2025 05:20:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=glM1KlZI; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=oXGsGL90; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 01010194c1abeabb-e87c01c5-db84-4f51-9779-aab838756b87-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1738416057; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8gY1CUYW6OznipxBQzxg6z/p9U70tmgh6N499LsXdjM=; b=glM1KlZIf2MT6EvHeJGF9GAIoVqbg2wGI1FaFqwtLj95Ql0RftjRwWR2/5rgST1d 4HyMjwsHk/Z3O1Kxsu5XmkEdxhqTFXWsG/N2QrQt/6jD/HPGAE2LMHmLcULKg4uQdhH 99zuLlqnEXhfSs20KfcWbZKp5ARqH5SC5kkhibl0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416057; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8gY1CUYW6OznipxBQzxg6z/p9U70tmgh6N499LsXdjM=; b=oXGsGL9066iUckJOJcWJWr0wb8egmIc3Gq6wPSu9zgqtkrS2zC7ayLUJlRnoy8TS IAPYc9hpmC6g9O/aBF/XZcCIK9RIB96rjvvdcw58bWjKAjhTkeBZLbPKzfNwnkF+lLr mnnToyoLTHumMFNv+2ixSzEHsQMH3VSnEOuelWnc= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] ed: upgrading to 1.21 SUCCEEDED Message-ID: <01010194c1abeabb-e87c01c5-db84-4f51-9779-aab838756b87-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:20:57 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.31 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 ; Sat, 01 Feb 2025 13:21:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210550 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ed* to *1.21* has Succeeded. Next steps: - apply the patch: git am 0001-ed-upgrade-1.20.2-1.21.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 60dc9d5fdc745b66d92a231e8be6384c7541b07f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 09:07:26 +0000 Subject: [PATCH] ed: upgrade 1.20.2 -> 1.21 --- .../ed/{ed_1.20.2.bb => ed_1.21.bb} | 57 +++++++++++++++++-- 1 file changed, 53 insertions(+), 4 deletions(-) rename meta/recipes-extended/ed/{ed_1.20.2.bb => ed_1.21.bb} (31%) diff --git a/meta/recipes-extended/ed/ed_1.20.2.bb b/meta/recipes-extended/ed/ed_1.21.bb similarity index 31% rename from meta/recipes-extended/ed/ed_1.20.2.bb rename to meta/recipes-extended/ed/ed_1.21.bb index 2b78b080ba..6b5fa7af19 100644 --- a/meta/recipes-extended/ed/ed_1.20.2.bb +++ b/meta/recipes-extended/ed/ed_1.21.bb @@ -1,11 +1,60 @@ +# 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: +# +# --- COPYING +# +++ COPYING +# @@ -1,8 +1,7 @@ +# GNU GENERAL PUBLIC LICENSE +# Version 2, June 1991 +# +# - Copyright (C) 1989, 1991 Free Software Foundation, Inc., +# - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + Copyright (C) 1989, 1991 Free Software Foundation, Inc. +# Everyone is permitted to copy and distribute verbatim copies +# of this license document, but changing it is not allowed. +# +# --- ed.h +# +++ ed.h +# @@ -1,7 +1,7 @@ +# /* Global declarations for the ed editor. */ +# /* GNU ed - The GNU line editor. +# Copyright (C) 1993, 1994 Andrew L. Moore, Talke Studio +# - Copyright (C) 2006-2024 Antonio Diaz Diaz. +# + Copyright (C) 2006-2025 Antonio Diaz Diaz. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# @@ -17,4 +17,4 @@ +# along with this program. If not, see . +# */ +# +# -#ifndef __cplusplus +# +#include +# --- main.c +# +++ main.c +# @@ -1,5 +1,5 @@ +# /* GNU ed - The GNU line editor. +# - Copyright (C) 2006-2024 Antonio Diaz Diaz. +# + Copyright (C) 2006-2025 Antonio Diaz Diaz. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# +# + SUMMARY = "Line-oriented text editor" HOMEPAGE = "http://www.gnu.org/software/ed/" DESCRIPTION = "GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands." LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ - file://ed.h;endline=20;md5=c3212b6c53b09668107420af9368c0ef \ - file://main.c;endline=17;md5=e5d2ae5ddd1ecb87dc71702c06dd06dc \ +LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \ + file://ed.h;endline=20;md5=a24e7f91c0fb83e65a746f5994762a49 \ + file://main.c;endline=17;md5=fd6ad9f1853f123f4ae7a31d59761f09 \ " SECTION = "base" @@ -19,7 +68,7 @@ bindir = "${base_bindir}" SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz" UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/" -SRC_URI[sha256sum] = "65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523" +SRC_URI[sha256sum] = "60e24998727d453a5cf02c54664b97536de46a2b34cd1f4f67c1c1a61bbbad75" EXTRA_OEMAKE = "-e MAKEFLAGS="