From ac1df71ca252c158e8d418ded93e5ed52f5e8765 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 29 Jan 2023 09:59:47 +0100 Subject: [PATCH] sysstat-12.7.2 sysstat version 12.7.2 final packaging. Changelog added. spec and lsm files updated. This version adds a new activity to sar and sadf: Batteries power statistics, which can be displayed using option "-m BAT". Output has also been improved so that healthy metrics values (for all sysstat commands) will no longer be displayed in "red" (or any other specific color). Last, starting and ending times can now be entered as a nuumber of seconds since the Epoch with sar and sadf's options -s/-e. Signed-off-by: Sebastien GODARD --- CHANGES | 17 +++++++++++++++++ sysstat-12.7.1.lsm => sysstat-12.7.2.lsm | 14 +++++++------- sysstat-12.7.1.spec => sysstat-12.7.2.spec | 2 +- 3 files changed, 25 insertions(+), 8 deletions(-) rename sysstat-12.7.1.lsm => sysstat-12.7.2.lsm (89%) rename sysstat-12.7.1.spec => sysstat-12.7.2.spec (99%) diff --git a/CHANGES b/CHANGES index 0aa33de..dcb674b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,22 @@ Changes: +2023/01/29: Version 12.7.2 - Sebastien Godard (sysstat orange.fr) + * All commands: Avoid displaying healthy metrics values in "red". +* * sar/sadf: Add new activity: Battery statistics (A_PWR_BAT). + * [Kevin Stubbings]: Add CodeQL workflow. + * sar: Make sure timestamps are always displayed in local time. + * sar/sadf: Starting and ending times used with options -s/-e can now + be entered as a number of seconds since the epoch. + * sar/sadf: Strengthen tests made on arguments given to options -s/-e. + * sadf: PCP: Fix pmiID used for two USB metrics [12.6.2]. + * [Nathanael P Wilson]: sadf: Fix extra space when no TZ printed. + * sadc: Add another overflow check [12.6.2]. + * DTD and XSD documents updated. + * Makefile: Fix dependencies. + * Remove LGTM links from README file. + * Manual pages updated. + * Non regression tests updated. + 2022/11/06: Version 12.7.1 - Sebastien Godard (sysstat orange.fr) * Fix possible overflow in sa_common.c (GHSL-2022-074) [12.6.1]. * sadf: Add support for option -t with SVG output to make it possible diff --git a/sysstat-12.7.1.lsm b/sysstat-12.7.2.lsm similarity index 89% rename from sysstat-12.7.1.lsm rename to sysstat-12.7.2.lsm index 39a4a9f..ddb05df 100644 --- a/sysstat-12.7.1.lsm +++ b/sysstat-12.7.2.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 12.7.1 -Entered-date: 2022-11-06 +Version: 12.7.2 +Entered-date: 2023-01-29 Description: The sysstat package contains the sar, sadf, mpstat, iostat, tapestat, pidstat, cifsiostat and sa tools for Linux. The sar command collects and reports system activity @@ -29,11 +29,11 @@ Keywords: system administration, system monitoring, sar, sadf, iostat, mpstat, t Author: sysstat@NOSPAM.orange.fr (Sebastien Godard) Maintained-by: sysstat@NOSPAM.orange.fr (Sebastien Godard) Primary-site: http://pagesperso-orange.fr/sebastien.godard/ - 1459kiB sysstat-12.7.1.tar.gz - 1143kiB sysstat-12.7.1.tar.bz2 - 861kiB sysstat-12.7.1.tar.xz - 1441kiB sysstat-12.7.1-1.src.rpm - 460kiB sysstat-12.7.1-1.x86_64.rpm + 1482kiB sysstat-12.7.2.tar.gz + 1157kiB sysstat-12.7.2.tar.bz2 + 876kiB sysstat-12.7.2.tar.xz + 1464kiB sysstat-12.7.2-1.src.rpm + 468kiB sysstat-12.7.2-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-12.7.1.spec b/sysstat-12.7.2.spec similarity index 99% rename from sysstat-12.7.1.spec rename to sysstat-12.7.2.spec index 6bea0b1..e78d3ef 100644 --- a/sysstat-12.7.1.spec +++ b/sysstat-12.7.2.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 12.7.1 +Version: 12.7.2 Release: 1 License: GPL Group: Applications/System -- 2.40.0