From patchwork Fri Aug 1 14:07:59 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: 67911 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 10794CA0EF4 for ; Fri, 1 Aug 2025 14:08:02 +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.web10.88801.1754057268050553273 for ; Fri, 01 Aug 2025 07:08:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=gcyFUULi; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=MVvoWRFK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019865f608ed-037434bc-e8f7-4700-b2a0-93b5a8d11f35-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1754057279; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=DAymy5NqvpBzKet9MeX82oRm4tz0bR9JPBEChlovw+E=; b=gcyFUULiPSv+z8/foKX9NhF5qIPTNw2DwCbo+FgXgkh5wCUrAaep027kMygWjoEw QEyUUoFVWJ+67nrpgIpoA0dFoyN2sefAT8M47OVyDiFrwtUfHJ3whg2GDvAiF/9Wqk2 yhOOMOLsGFa6plKTVUvryVBugnO0nN3YwJLUFpew= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1754057279; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=DAymy5NqvpBzKet9MeX82oRm4tz0bR9JPBEChlovw+E=; b=MVvoWRFKQhB3X6onrYXlxcHR+/6Tm2sg9KJqs2pYxH4kO/s2ScgouAQOsPZwdxjC KhrTfAZUOLw53ovde0fK9D3qTNSmoUHPMt5AQt/nznxi03dtbQozOtXW89LkTK1HSaP KJ6T7hPVmNthcT2ih2vuIL/JlkPh6YHaxd5zd4nA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] sysstat: upgrading to 12.7.8 SUCCEEDED Message-ID: <0101019865f608ed-037434bc-e8f7-4700-b2a0-93b5a8d11f35-000000@us-west-2.amazonses.com> Date: Fri, 1 Aug 2025 14:07:59 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.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 ; Fri, 01 Aug 2025 14:08:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221302 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *sysstat* to *12.7.8* has Succeeded. Next steps: - apply the patch: git am 0001-sysstat-upgrade-12.7.7-12.7.8.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 8ac844a23159482d9640d7e73205c8b572359ea3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Aug 2025 10:45:15 +0000 Subject: [PATCH] sysstat: upgrade 12.7.7 -> 12.7.8 --- .../0001-configure.in-remove-check-for-chkconfig.patch | 7 ++----- .../sysstat/{sysstat_12.7.7.bb => sysstat_12.7.8.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_12.7.7.bb => sysstat_12.7.8.bb} (98%) diff --git a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch index 84383f955f..c9a228fa90 100644 --- a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch +++ b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch @@ -1,4 +1,4 @@ -From 1590cc614aaf0fb81cd804414d6c9d5a9227352c Mon Sep 17 00:00:00 2001 +From ae18e7979a1adbc603095efeb96958a349692eaf Mon Sep 17 00:00:00 2001 From: Wenlin Kang Date: Tue, 5 Nov 2019 16:16:44 +0800 Subject: [PATCH] configure.ac: remove check for chkconfig @@ -13,7 +13,7 @@ Signed-off-by: Wenlin Kang 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 48b9a31..cedeb43 100644 +index 0bdd6d27..4855707d 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,8 @@ AC_SUBST(VER_JSON) @@ -26,6 +26,3 @@ index 48b9a31..cedeb43 100644 # Check for systemd AC_CHECK_PROG(PKG_CONFIG, pkg-config, pkg-config) --- -1.9.1 - diff --git a/meta/recipes-extended/sysstat/sysstat_12.7.7.bb b/meta/recipes-extended/sysstat/sysstat_12.7.8.bb similarity index 98% rename from meta/recipes-extended/sysstat/sysstat_12.7.7.bb rename to meta/recipes-extended/sysstat/sysstat_12.7.8.bb index 0fa4a3c950..05a6adcc2a 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.7.7.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.7.8.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" -SRCREV = "dac10e13c70d1102aa3beea10135a3ed60520c36" +SRCREV = "5841596edf7f5e53288cb56400e0c0c1da5f2415" DEPENDS += "base-passwd"