From patchwork Sat Feb 1 13:20:50 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: 56418 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 DCC0AC021BD for ; Sat, 1 Feb 2025 13:21:01 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.42718.1738416051425296114 for ; Sat, 01 Feb 2025 05:20:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=LcNKcEpF; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=a9+HjVyn; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 01010194c1abd0c1-4f4cefed-e5b9-4546-acd7-1cba5efb4d16-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=1738416051; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=uWkAoLGuAmRCCx7Z73Qrkp86GhSuI6eX9NOucifxnoA=; b=LcNKcEpFADhNHVHmw6LHxubTMZSlqE5S+kRGtPbJLTWcYPmWXUWkiAYISZhbpMCN +d6ufaTVUajm3E03xJ1qrPv+f0T20ZUuZwPUy0fwWXzHqBh4czUCoTbEPlU4xZZa0N1 VnEBk39lWyt+OzneV+AGfNXnst75DrPN/kreo5g8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416051; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=uWkAoLGuAmRCCx7Z73Qrkp86GhSuI6eX9NOucifxnoA=; b=a9+HjVynJAv6CIToga7uj+vk/OsBBbUZZXOnEVXJDE3HHrpsb0JzHiRijLwD1Q7t JVydfj3B3buHM/JhdLku5Uza/sdzYGRVJqHUXHwyr8ZFiYZVtTF+o0XZVeCTlohICuM C0QcU60qxrSvGXOL+LjYaGjK4lcl4fdW9XBwcIj0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] mtools: upgrading to 4.0.47 SUCCEEDED Message-ID: <01010194c1abd0c1-4f4cefed-e5b9-4546-acd7-1cba5efb4d16-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:20:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.33 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:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210531 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mtools* to *4.0.47* has Succeeded. Next steps: - apply the patch: git am 0001-mtools-upgrade-4.0.46-4.0.47.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 07f17b8c9007c273a1228085ea02784164fffdde Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 07:57:17 +0000 Subject: [PATCH] mtools: upgrade 4.0.46 -> 4.0.47 --- meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 2 +- .../mtools/mtools/disable-hardcoded-configs.patch | 4 ++-- meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | 6 +++--- .../mtools/{mtools_4.0.46.bb => mtools_4.0.47.bb} | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-devtools/mtools/{mtools_4.0.46.bb => mtools_4.0.47.bb} (93%) diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch index 1420d84b86..2f3c452420 100644 --- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch +++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch @@ -1,4 +1,4 @@ -From 6654edfb1eee416b58bcb6490658f80071a353c2 Mon Sep 17 00:00:00 2001 +From d8e9cf472f49c8dbb3b0855145974d199a83e8a4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Sep 2018 11:55:41 -0700 Subject: [PATCH] Undefine UNUSED macros with clang diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 1bed4e7614..1b3c3e003d 100644 --- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch +++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch @@ -1,4 +1,4 @@ -From 0953b744b0257e26c170fb6d6b4c0f6210e4ae43 Mon Sep 17 00:00:00 2001 +From 4e51cf33fc34e8e82661b9bc3ab13858a2ffe43d Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 13 Jun 2017 14:55:52 +0300 Subject: [PATCH] Disabled reading host configs. @@ -11,7 +11,7 @@ Signed-off-by: Ed Bartosh 1 file changed, 8 deletions(-) diff --git a/config.c b/config.c -index 358282b..8ebafb4 100644 +index 436c94b..794f098 100644 --- a/config.c +++ b/config.c @@ -868,14 +868,6 @@ void read_config(void) diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch index 8c80040f91..fb7ba56eec 100644 --- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch +++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch @@ -1,4 +1,4 @@ -From fd1e84c66852c2c906ee292aad942b4bfbd9e306 Mon Sep 17 00:00:00 2001 +From b517158e8ffc6a665506007b20708d6c2589cec1 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 8 Jun 2007 08:35:12 +0000 Subject: [PATCH] mtools: imported from OE @@ -39,10 +39,10 @@ index 7b305b0..70c8c74 100644 pdf: mtools.pdf %.pdf: %.texi sysconfdir.texi diff --git a/configure.ac b/configure.ac -index de108a8..0fd9ef0 100644 +index 37f0d00..c93cfb5 100644 --- a/configure.ac +++ b/configure.ac -@@ -33,6 +33,33 @@ AC_CANONICAL_TARGET +@@ -36,6 +36,33 @@ AC_PATH_PROG(INSTALL_INFO, install-info, "") AC_C_CONST AC_C_INLINE diff --git a/meta/recipes-devtools/mtools/mtools_4.0.46.bb b/meta/recipes-devtools/mtools/mtools_4.0.47.bb similarity index 93% rename from meta/recipes-devtools/mtools/mtools_4.0.46.bb rename to meta/recipes-devtools/mtools/mtools_4.0.47.bb index 1173718662..70d6579621 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.46.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.47.bb @@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\ glibc-gconv-ibm866 \ glibc-gconv-ibm869 \ " -SRC_URI[sha256sum] = "9aad8dd859f88fb7787924ec47590192d3abf7bad6c840509c854290d6bc16c0" +SRC_URI[sha256sum] = "31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff" SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ file://mtools-makeinfo.patch \