]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sysstat: upgrade 12.7.7 -> 12.7.8 mathieu/master-next-success
authorGyorgy Sarvari <skandigraun@gmail.com>
Wed, 13 Aug 2025 10:13:00 +0000 (12:13 +0200)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Wed, 13 Aug 2025 17:41:52 +0000 (19:41 +0200)
Changelog:
* sar/sadf: Add new metric kbshmem.
* sar/sadf: Now compute used memory as total memory - available memory.
* sadf: Set availablekb to frmkb during conversion.
* cifsiostat, iostat, mpstat, tapestat: Add new option -U to display
  timestamps in seconds since the Epoch.
* Trap SIGTERM with all sysstat commands.
* mpstat: Go to next line when Ctrl/C is pressed.
* Add support for out-of-tree building and testing.
* sar: A_PWR_BAT: Fix wrong size used in memory initialization.
* Makefile.in: Update dependencies for install_man target.
* Makefile.in: Remove unused TFLAGS variable.
* Makefile.in: Remove old references to nfsiostat.
* DTD and XSD documents updated.
* NLS translations updated.
* sar, mpstat, iostat, cifsiostat and tapestat manual pages updated.
* Various cosmetic changes in code and Makefile.
* do_test: Add test target for out-of-tree build.
* systest: Explicitly set signal to SIGINT.
* Non regression tests: Remove root symlink in tests directory.
* Non regression tests updated.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-extended/sysstat/sysstat_12.7.8.bb [moved from meta/recipes-extended/sysstat/sysstat_12.7.7.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-extended/sysstat/sysstat_12.7.7.bb
rename to meta/recipes-extended/sysstat/sysstat_12.7.8.bb
index 0fa4a3c950328776f58f5cb556be583da4e29860..2194dfc956b4a51701374eff6415d627f2308c3f 100644 (file)
@@ -4,7 +4,7 @@ HOMEPAGE = "https://sysstat.github.io/"
 LICENSE = "GPL-2.0-or-later"
 SECTION = "console/utils"
 
-SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \
+SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master;tag=v${PV} \
            file://99_sysstat \
            file://sysstat.service \
            file://0001-configure.in-remove-check-for-chkconfig.patch \
@@ -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"