From: Wang Mingyu Date: Wed, 10 Jul 2024 09:43:53 +0000 (+0800) Subject: sysstat: upgrade 12.7.5 -> 12.7.6 X-Git-Tag: uninative-4.6~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3382192725303a9bf55e10fa33379e7b54ed1b2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sysstat: upgrade 12.7.5 -> 12.7.6 Changelog: ========== * sar/sadf: [A_NET_ETCP]: Rename retrans/s field to retrseg/s because it was already used in A_NET_NFS report. * sadf: SVG: Fix oversized SVG canvas height. * sadf: Don't cap SVG graph output at 100%. * sadf: A_NET_SOFT: Don't display graphs for offline CPU. * sadf: SVG: Don't ignore other views when one has to be skipped. * sadf: Make sure structures will be alloacated for every installed CPU. * sadf: Define MIN_CANVAS_HEIGHT constant. * sar: Display min/max values only when available. * Define macros for CPU manipulation. * SREALLOC() macro: Make sure size is not zero. * Fix a warning given by gcc v13 with -fanalyzer option. * [Eli Schwartz]: configure.ac: fix erroneous bashisms. * sar manual page updated. * DTD and XSD documents updated. * Year updated in copyright messages. * Other cosmetic changes in code. * FAQ and README files updated. * Non regression tests updated. New tests added. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/sysstat/sysstat_12.7.5.bb b/meta/recipes-extended/sysstat/sysstat_12.7.6.bb similarity index 98% rename from meta/recipes-extended/sysstat/sysstat_12.7.5.bb rename to meta/recipes-extended/sysstat/sysstat_12.7.6.bb index d598d5366fa..ea94ebf0aa4 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.7.5.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.7.6.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 = "2d7682f26f42cef9127b123e319349b330c4ab8f" +SRCREV = "3e3ec9b2c69940503723e3c2ffc1965a8a3484e3" S = "${WORKDIR}/git" DEPENDS += "base-passwd"