From patchwork Thu Feb 1 18:00:06 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: 38601 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 53684C54788 for ; Thu, 1 Feb 2024 18:00:17 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.2122.1706810407365288911 for ; Thu, 01 Feb 2024 10:00:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Jsr+1pYb; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=SOr2nR1b; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018d65d3f664-0ace2774-e4b3-42b8-9091-cf45091cfd21-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=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dg7KvSsu8k7SiWXujJZDOMNitG4jYCHVIWIdfyCV+pA=; b=Jsr+1pYbbtsI6iU8GLQeKYSB0vUT5ybvHNDUl2OYMuGaW5cV7dIfdfSpE/2ZT/PY Cgzi66N6fBa/rzqGZc3ITwT1TtZWnZMpplbwoNvSMK/G8muhVPmhvwtJzfB1Pa510zE ajIXQknDDAzJSeg5FL09TjOiEcWClXQFR7nb4lHI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810406; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dg7KvSsu8k7SiWXujJZDOMNitG4jYCHVIWIdfyCV+pA=; b=SOr2nR1bg7q8LdOuENXzy3FjaYBGBq6SltPVE6qX0lCID8/iFcVz4D0W4rceXic1 let/pZszNvn6vdLcyA8zF0k5k4Tf7M6geGNNID4hGEVaHF5dgAzTHcW4gHf/2lYgyOm dOgbDPgm4GiYC+R0iDNcXx1DB5Yx16oKS2Yaan84= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] mc: upgrading to 4.8.31 SUCCEEDED Message-ID: <0101018d65d3f664-0ace2774-e4b3-42b8-9091-cf45091cfd21-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:06 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-54.240.27.29 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 ; Thu, 01 Feb 2024 18:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194676 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mc* to *4.8.31* has Succeeded. Next steps: - apply the patch: git am 0001-mc-upgrade-4.8.30-4.8.31.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 d427c13ee6e4887caefd56ccbfd989589075f9c4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 11:34:49 +0000 Subject: [PATCH] mc: upgrade 4.8.30 -> 4.8.31 --- meta/recipes-extended/mc/files/nomandate.patch | 4 ++-- meta/recipes-extended/mc/{mc_4.8.30.bb => mc_4.8.31.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.30.bb => mc_4.8.31.bb} (97%) diff --git a/meta/recipes-extended/mc/files/nomandate.patch b/meta/recipes-extended/mc/files/nomandate.patch index 4ebaaa2fa7..bdc033007c 100644 --- a/meta/recipes-extended/mc/files/nomandate.patch +++ b/meta/recipes-extended/mc/files/nomandate.patch @@ -1,4 +1,4 @@ -From 4482ed0b8bd506cc2590ceacfdada6cc34450796 Mon Sep 17 00:00:00 2001 +From 9488c7f9f1e5c207f1c5b5f8ac5cfd949b2ed6ef Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 4 Feb 2020 18:12:15 +0000 Subject: [PATCH] mc: Fix manpage date indeterminism @@ -21,7 +21,7 @@ Signed-off-by: Richard Purdie 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/date-of-man-include.am b/doc/man/date-of-man-include.am -index c6b1e69..165a796 100644 +index 96f9f10..d734c5d 100644 --- a/doc/man/date-of-man-include.am +++ b/doc/man/date-of-man-include.am @@ -1,5 +1,5 @@ diff --git a/meta/recipes-extended/mc/mc_4.8.30.bb b/meta/recipes-extended/mc/mc_4.8.31.bb similarity index 97% rename from meta/recipes-extended/mc/mc_4.8.30.bb rename to meta/recipes-extended/mc/mc_4.8.31.bb index 258ac38e15..b6e5a1f98c 100644 --- a/meta/recipes-extended/mc/mc_4.8.30.bb +++ b/meta/recipes-extended/mc/mc_4.8.31.bb @@ -11,7 +11,7 @@ RRECOMMENDS:${PN} = "ncurses-terminfo" SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \ file://nomandate.patch \ " -SRC_URI[sha256sum] = "38171f22f889e3030ec9055463d3ecd7843984ab24e6497d8294d1c441a7ddb4" +SRC_URI[sha256sum] = "f42f4114ed42f6cf9995f1d896fa6c797ccb36dac57760dda8dd9f78ac462841" inherit autotools gettext pkgconfig