@@ -1,4 +1,4 @@
-From f41b0253d1583f7e1286fa2f29393c3d3f5183b4 Mon Sep 17 00:00:00 2001
+From 7df414e3a4919d6bc68728ea593d00098ef1fc13 Mon Sep 17 00:00:00 2001
From: Wenlin Kang <wenlin.kang@windriver.com>
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 <wenlin.kang@windriver.com>
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 8b5f9b73..910ebd5a 100644
+index 17507ea9..a08d717b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,8 @@ AC_SUBST(VER_JSON)
similarity index 98%
rename from meta/recipes-extended/sysstat/sysstat_12.7.9.bb
rename to meta/recipes-extended/sysstat/sysstat_12.8.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master;tag
LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
-SRCREV = "b8f987807e7c7ba5c1b2ca8b7b1e9d80e61bce6c"
+SRCREV = "ffabe8175aa9a7aa056380c66ed3648e50c1967d"
DEPENDS += "base-passwd xz-native"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *sysstat* to *12.8.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-sysstat-upgrade-12.7.9-12.8.0.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 0cb33fa796415d1a72f5c591d4d46b9a47ba8505 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sat, 29 Aug 2026 05:26:22 +0000 Subject: [PATCH] sysstat: upgrade 12.7.9 -> 12.8.0 Source: CHANGES 2026/08/28: Version 12.8.0 - Sebastien Godard (sysstat <at> orange.fr) * [Agenticode]: sadc: Read /proc/stat once per collection cycle. * rd_stats.c: Rework functions to read /proc files once. * Read all /proc files once per collection cycle. * [Sagar Sagar]: Avoid all-zero CPU rows on counter regression. * [Lilu]: svg_stats.c: Fix integer overflow in allocate_graph_lines size computation. * [Hang Zhao]: sadc: Fix pgscan_direct counter incorrectly including pgscan_direct_throttle. * [Andy Lau]: sadc: Fix pgsteal/s double counting by only summing pgsteal_anon and pgsteal_file. * [Andy Lau]: sar, mpstat: use write() instead of printf() in signal handler to ensure JSON output is properly closed on SIGTERM. * [Andy Lau]: Remove unnecessary unsigned int cast that truncates irq_nr in read_stat_total_irq(). * [Andy Lau]: Fix typo in sar manual page. * [Dean Chen]: sadf, sar: let --fs match mountpoints as well as device names. * sar/sadf: Don't test for empty "--fs=" list. * [Nathan Scott]: iostat/tapestat/cifsiostat: add -G flag for gibibyte display. * [Nathan Scott]: sa1: derive LONG_NAME from SADC_OPTIONS, not just HISTORY. * [Nathan Scott]: sa2: honour -D in SADC_OPTIONS for date format. * [Nathan Scott]: Slightly reduce scope of install-cron configure script option. * [Nathan Scott]: Rename --enable-install-cron to --disable-automated-sar-reporting. * [Nathan Scott]: Enable automated sar reporting by default. * [Nathan Scott]: sadc: Fix heap buffer overflow in reallocate_buffer(). * [Nathan Scott]: do_test: Replace bash-ism with POSIX arithmetic. * [Nathan Scott]: do_test: Exit with error status on test failure. * [Nathan Scott]: tests: Fix PCP archive test portability. * [Nathan Scott]: ci: Add GitHub Actions CI workflow. * sa1: Remove "iso" option. * cifsiostat: Add JSON output for option -G (display in Gigabytes). * pidstat: Add fflush() after JSON closing output. * sadc: Now only read pgscan_kswapd counter. * sa_wrap.c: Also use reallocate_buffer() function for A_PWR_FREQ activity. * cifsiostat, iostat, sa1, sadf, sar and tapestat manual pages updated. * Non-regression tests updated. New tests added. * simtest: Fix issue related to 19th day of the month. * Makefile: Fix EXTRALIST variable contents. * Fix some tests for out-of-tree build. * do_test: Make options available with out-of-tree target. * [orbisai0security]: Fix a (theoretical) security vulnerability. * [Peter Dave Hello]: Refresh sysstat gettext template file. * FAQ file updated. * NLS translations updated. * Update year in copyright messages. * tapestat: Cosmetic change. --- .../0001-configure.in-remove-check-for-chkconfig.patch | 4 ++-- .../sysstat/{sysstat_12.7.9.bb => sysstat_12.8.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_12.7.9.bb => sysstat_12.8.0.bb} (98%)