From patchwork Sat Mar 1 11:25:23 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: 58129 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 0199BC28B24 for ; Sat, 1 Mar 2025 11:25:28 +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.web10.7169.1740828324885380526 for ; Sat, 01 Mar 2025 03:25:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=YgV89uLg; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=Mj8cbjnA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019551743079-2d6d3aa8-2243-4a6b-b75e-78fc1d8a2719-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=1740828324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=RTFClkynF4Y93ly8dcrUnOqlc5JTsY+IAPVO3uBhT4M=; b=YgV89uLgV/c+INXHo6f41g9fstUq3zQ2Hd6/ZyVOIE9C1QnoFjxrNAeXmFQ9w0Wo B1zIZuxKn3ip2zGw3rBquGBQrHwsoI9ZaVq3nLc3RFzehYJQM3QAlw0Dz0+HFXw4N2x v6Zf4VUz5SoqmMnV2o1QKncenIxKdmRyRCYfG47M= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1740828324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=RTFClkynF4Y93ly8dcrUnOqlc5JTsY+IAPVO3uBhT4M=; b=Mj8cbjnA0dNWynZpRnX4BpK6Pz+AYm5RXSc2JLAbhKeaHTsANozQ4//bIb9lW6EA sCJl3JWe5i/wrpMnwIa+EmekA7pVejP1lQyC0UzNKQ/rLuBODch+vw9t/5qXLj0culR 4RHCIfDSM+Ey/le8w/U76lUaBBJODUMa+cWDxZjA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] mtools: upgrading to 4.0.48 SUCCEEDED Message-ID: <0101019551743079-2d6d3aa8-2243-4a6b-b75e-78fc1d8a2719-000000@us-west-2.amazonses.com> Date: Sat, 1 Mar 2025 11:25:23 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.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 Mar 2025 11:25:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212119 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mtools* to *4.0.48* has Succeeded. Next steps: - apply the patch: git am 0001-mtools-upgrade-4.0.47-4.0.48.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 5faef1798c3822054a63a251639f6690a0b3c34f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Mar 2025 07:41:24 +0000 Subject: [PATCH] mtools: upgrade 4.0.47 -> 4.0.48 --- meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 6 +++--- .../mtools/mtools/disable-hardcoded-configs.patch | 6 +++--- meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | 6 +++--- .../mtools/{mtools_4.0.47.bb => mtools_4.0.48.bb} | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) rename meta/recipes-devtools/mtools/{mtools_4.0.47.bb => mtools_4.0.48.bb} (93%) diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch index 2f3c452420..c2a46af967 100644 --- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch +++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch @@ -1,4 +1,4 @@ -From d8e9cf472f49c8dbb3b0855145974d199a83e8a4 Mon Sep 17 00:00:00 2001 +From 734a02d05051b27bb5ce6eb147c898e6a53984da 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 @@ -10,10 +10,10 @@ Signed-off-by: Khem Raj 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysincludes.h b/sysincludes.h -index 6b322ff..48daecd 100644 +index 272b316..49ee5ae 100644 --- a/sysincludes.h +++ b/sysincludes.h -@@ -85,7 +85,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3 +@@ -98,7 +98,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3 #if defined __GNUC__ && defined __STDC__ /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ # define PACKED __attribute__ ((packed)) diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 1b3c3e003d..47d63685db 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 4e51cf33fc34e8e82661b9bc3ab13858a2ffe43d Mon Sep 17 00:00:00 2001 +From 660f154d9b926ad2f2dc82be4154978539d9bfff 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,10 +11,10 @@ Signed-off-by: Ed Bartosh 1 file changed, 8 deletions(-) diff --git a/config.c b/config.c -index 436c94b..794f098 100644 +index 2433457..3972150 100644 --- a/config.c +++ b/config.c -@@ -868,14 +868,6 @@ void read_config(void) +@@ -849,14 +849,6 @@ void read_config(void) memcpy(devices, const_devices, nr_const_devices*sizeof(struct device)); diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch index fb7ba56eec..d6fb1f64ca 100644 --- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch +++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch @@ -1,4 +1,4 @@ -From b517158e8ffc6a665506007b20708d6c2589cec1 Mon Sep 17 00:00:00 2001 +From c6d9f9212e4ea423e33304fbf01728328b120045 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 @@ -10,7 +10,7 @@ Upstream-Status: Inappropriate [licensing] 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in -index 7b305b0..70c8c74 100644 +index d9cc6e3..1f8d93f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,10 +26,11 @@ USERCFLAGS = @@ -39,7 +39,7 @@ index 7b305b0..70c8c74 100644 pdf: mtools.pdf %.pdf: %.texi sysconfdir.texi diff --git a/configure.ac b/configure.ac -index 37f0d00..c93cfb5 100644 +index fa73f7b..c42a232 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,33 @@ AC_PATH_PROG(INSTALL_INFO, install-info, "") diff --git a/meta/recipes-devtools/mtools/mtools_4.0.47.bb b/meta/recipes-devtools/mtools/mtools_4.0.48.bb similarity index 93% rename from meta/recipes-devtools/mtools/mtools_4.0.47.bb rename to meta/recipes-devtools/mtools/mtools_4.0.48.bb index 70d6579621..646735f3b3 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.47.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.48.bb @@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\ glibc-gconv-ibm866 \ glibc-gconv-ibm869 \ " -SRC_URI[sha256sum] = "31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff" +SRC_URI[sha256sum] = "03c29aac8735dd7154a989fbc29eaf2b506121ae1c3a35cd0bf2a02e94d271a9" SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ file://mtools-makeinfo.patch \