From: Wang Mingyu Date: Tue, 19 Dec 2023 09:36:04 +0000 (+0800) Subject: sysstat: upgrade 12.7.4 -> 12.7.5 X-Git-Tag: uninative-4.4~665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebecc455d5e4ef84669d05707244be1cca8c271;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sysstat: upgrade 12.7.4 -> 12.7.5 Changelog: =========== * [Quan quan Cao]: sar/sadc: Add new metrics pgprom/s and pgdem/s. * sar: Remove %vmeff metric. * sadf: Update various output formats to take into account metrics that have been added or removed. * Update DTD and XSD documents. * Update sar manual page. * sar: Add a cron entry and a new systemd service and timer to rotate daily data file at midnight. * Option -V with sysstat commands also displays environment contents. * [Sam Morris]: Use correct encoding to produce hyphen-minus when rendering man pages. * Add UMASK variable definition to sysstat(5) manual page. * Update non regression tests. * Add --getenv option to commands that didn't have it. * Update README file for Debian-based distros. * Update link to my personal web page in README and manual pages. * NLS: Translations updated. 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.4.bb b/meta/recipes-extended/sysstat/sysstat_12.7.5.bb similarity index 98% rename from meta/recipes-extended/sysstat/sysstat_12.7.4.bb rename to meta/recipes-extended/sysstat/sysstat_12.7.5.bb index 660bc634a0e..150f4932d89 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.7.4.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.7.5.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 = "1df0d61306ae826c896a5cf6f665d58c671c0498" +SRCREV = "2d7682f26f42cef9127b123e319349b330c4ab8f" S = "${WORKDIR}/git" DEPENDS += "base-passwd"