From patchwork Wed Nov 1 14:25:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33279 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 26246C05021 for ; Wed, 1 Nov 2023 14:25:12 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.8484.1698848703888072599 for ; Wed, 01 Nov 2023 07:25:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KMGBf3+k; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=HBL0EETt; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.193, mailfrom: 0101018b8b460e7e-25cb6dcd-c07b-4de4-8b71-86e0c561b914-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1698848706; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ycrtVmBu5K6K4cP/348kGIC58fUC4AzJYM4iXdAioF8=; b=KMGBf3+kjqltASUE5A7yhOEVz2SpaZC4D1NuAHCkDINyAqXSvVSoMF7mfaYKGitG GCCrO0t4KB3MykhcJEK214pXb5bEhCt5uFigpQCWMtq22Nt98z1twS7Wi+fAcxFgB39 jjZWBvvR1kosMoxb1zrlvzMbYfbgOOWVj3UBPevU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1698848706; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ycrtVmBu5K6K4cP/348kGIC58fUC4AzJYM4iXdAioF8=; b=HBL0EETtvMdjSWvoa7GkKbiyr8jQuhG6J45fN3f9Xr5ORX9AAJRddl+xBpvREGRC L6RDe6nnsbPnvmQm5Kkq93QGu0bih0jaodnVWf+Mrngqzf3I1OKB95y/Nxj5NPrzNMB twgOodM2uA90tWha5Tf1nbE0F7bp8BYNdNdS9UDo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] debianutils: upgrading to 5.14 SUCCEEDED Message-ID: <0101018b8b460e7e-25cb6dcd-c07b-4de4-8b71-86e0c561b914-000000@us-west-2.amazonses.com> Date: Wed, 1 Nov 2023 14:25:06 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.01-54.240.27.193 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 ; Wed, 01 Nov 2023 14:25:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190024 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *debianutils* to *5.14* has Succeeded. Next steps: - apply the patch: git am 0001-debianutils-upgrade-5.13-5.14.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 565a89075cd9f56cef2d04d4c48da7a9f17fa781 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Nov 2023 14:01:08 +0000 Subject: [PATCH] debianutils: upgrade 5.13 -> 5.14 --- ...ebianutils_5.13.bb => debianutils_5.14.bb} | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) rename meta/recipes-support/debianutils/{debianutils_5.13.bb => debianutils_5.14.bb} (67%) diff --git a/meta/recipes-support/debianutils/debianutils_5.13.bb b/meta/recipes-support/debianutils/debianutils_5.14.bb similarity index 67% rename from meta/recipes-support/debianutils/debianutils_5.13.bb rename to meta/recipes-support/debianutils/debianutils_5.14.bb index 915277b42c..a2e3fe4281 100644 --- a/meta/recipes-support/debianutils/debianutils_5.13.bb +++ b/meta/recipes-support/debianutils/debianutils_5.14.bb @@ -1,3 +1,29 @@ +# 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: +# +# --- debian/copyright +# +++ debian/copyright +# @@ -39,10 +39,10 @@ +# redistributed under the terms of the GNU GPL, Version 2 or later, +# found on Debian systems in the file /usr/share/common-licenses/GPL-2. +# +# -Files: which +# +Files: which.debianutils +# Copyright: public-domain +# License: public-domain +# - which is in the public domain. +# + which.debianutils is in the public domain. +# +# Files: savelog +# Copyright: +# +# + SUMMARY = "Miscellaneous utilities specific to Debian" DESCRIPTION = "Provides a number of small utilities which are used \ primarily by the installation scripts of Debian packages, although \ @@ -6,12 +32,12 @@ HOMEPAGE = "https://packages.debian.org/sid/debianutils" BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=debianutils;dist=unstable" SECTION = "base" LICENSE = "GPL-2.0-only & SMAIL_GPL" -LIC_FILES_CHKSUM = "file://debian/copyright;md5=74765f57ae5dd2b10ffbc39528d98753" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9" SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ " -SRCREV = "d49a78eb264c1b2ad3d0d6de8e1fb776bda9c943" +SRCREV = "7e63b32ea4126c70a5da958f0106add267810a94" inherit autotools update-alternatives