From patchwork Mon Apr 1 18:11:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 41876 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 CD738CD12A0 for ; Mon, 1 Apr 2024 18:11:14 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.2303.1711995071857633795 for ; Mon, 01 Apr 2024 11:11:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=N63KHZcZ; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=egZToHaP; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018e9adbab40-c7963c89-13d4-49f7-8e3e-f4c5df89ced5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1711995071; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cGQK5xZ1VH0ar4t+UnY8PP+RY7j1kMElCqqLjV8SQyE=; b=N63KHZcZ3RKkWMP4KyzhTiMBRU04dRJkgMXwm4nTZkghul3bawB+moU9sffusz2U /zso5MnzMU7DmZDQZvurPUOGRes8OtumLM8pSELVsBSsxHoTJURUOtOKZhIHRDCTPHR 8gy2QzFJBw/Pwj8bFRdjb7QJ6u6c3uBkTmKe07Y8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711995071; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cGQK5xZ1VH0ar4t+UnY8PP+RY7j1kMElCqqLjV8SQyE=; b=egZToHaPWcfNqWjR7ovGEt7WIflD6Nww94hZBysEOESVHR8ogkjk/O4LOwrmpJGQ 9ZjL8NujiFQ6qB9xH4vVrW/I2KLvic2eiuoRg5+kbiDcVlj2W5UvCLXc12R6lMJ7Kae mk1GpKV5ggvOrq23GpFuec3d5iDREflIllerKfDM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] debianutils: upgrading to 5.17 SUCCEEDED Message-ID: <0101018e9adbab40-c7963c89-13d4-49f7-8e3e-f4c5df89ced5-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:11:11 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.191 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, 01 Apr 2024 18:11:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197837 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *debianutils* to *5.17* has Succeeded. Next steps: - apply the patch: git am 0001-debianutils-upgrade-5.16-5.17.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 d5888b2cfe976d066ef5adb09ee0c6ac5e004c60 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 16:47:16 +0000 Subject: [PATCH] debianutils: upgrade 5.16 -> 5.17 --- .../debianutils/{debianutils_5.16.bb => debianutils_5.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/debianutils/{debianutils_5.16.bb => debianutils_5.17.bb} (97%) diff --git a/meta/recipes-support/debianutils/debianutils_5.16.bb b/meta/recipes-support/debianutils/debianutils_5.17.bb similarity index 97% rename from meta/recipes-support/debianutils/debianutils_5.16.bb rename to meta/recipes-support/debianutils/debianutils_5.17.bb index ec629d8b73..c5f25bae40 100644 --- a/meta/recipes-support/debianutils/debianutils_5.16.bb +++ b/meta/recipes-support/debianutils/debianutils_5.17.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9 SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ " -SRCREV = "9e0facf19b17b6d090a5dcc8cacb0c16e5ad9f72" +SRCREV = "baf12e98a02883d1b76081e32f2185ee3497570b" inherit autotools update-alternatives