Skip to content

Commit

Permalink
sysstat-12.7.1
Browse files Browse the repository at this point in the history
sysstat version 12.7.1 final packaging.
Changelog added.
spec and lsm files updated.

This version adds some small new features, like option -H to mpstat to
handle vCPU physical hotplug, or true time mode support to sadf's SVG
output.
It also fixes several bugs, one of which has been the object of a
security advisory (CVE-2022-39377).

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Nov 6, 2022
1 parent 5b6fe72 commit 0763139
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 8 deletions.
32 changes: 32 additions & 0 deletions CHANGES
@@ -1,5 +1,37 @@
Changes:

2022/11/06: Version 12.7.1 - Sebastien Godard (sysstat <at> 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
to display timestamps in the same locale as that of the file creator.
* sadf: Print timezone instead of UTC in true time mode. Timezone is
also displayed in local time.
* sadf: PCP: Fix timestamps written to PCP archive file.
* sar: Add new environment variable S_REPEAT_HEADER.
* pidstat: Return exit code of the process that was monitored with option
-e.
* mpstat: Add option -H to handle vCPU physical hotplug.
* Add local, xlocal and debug targets to iconfig script.
* Turn off gcc's tree-slp-vectorize option which was making sadf crash
in some situations.
* sa_conv.c: Make size of statistics structures from older sysstat
versions immutable [12.6.1].
* [Bernhard M. Wiedemann]: Declare sadc dependency on libsyscom.a
[12.6.1].
* [Steve Kay]: Fix gcc v11.2 warnings [12.6.1].
* [Steve Kay]: Various cosmetic fixes [12.6.1].
* [Jan Christoph Uhde]: sar: Remove `-I int_list` from man-page and
help [12.6.1].
* [Frank Dana]: Consolidate systemctl commands in README file [12.6.1].
* [Rong Tao]: Remove whitespace characters at the end of lines
[12.6.1].
* Update configure file to deal with newer autoconf version. configure.in
file is renamed to configure.ac.
* Update DTD and XSD documents.
* sar and sysstat manual pages updated.
* NLS updated. Add new Georgian translation.
* Non regression tests updated.

2022/05/29: Version 12.6.0 - Sebastien Godard (sysstat <at> orange.fr)
* sar: Fix maximum value for A_IRQ activity.
* sar/sadf: A_NET_SOFT: Add new metric softnet network backlog.
Expand Down
14 changes: 7 additions & 7 deletions sysstat-12.6.0.lsm → sysstat-12.7.1.lsm
@@ -1,7 +1,7 @@
Begin4
Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
Version: 12.6.0
Entered-date: 2022-05-29
Version: 12.7.1
Entered-date: 2022-11-06
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
Expand Down Expand Up @@ -29,11 +29,11 @@ Keywords: system administration, system monitoring, sar, sadf, iostat, mpstat, t
Author: [email protected] (Sebastien Godard)
Maintained-by: [email protected] (Sebastien Godard)
Primary-site: http:https://pagesperso-orange.fr/sebastien.godard/
1450kiB sysstat-12.6.0.tar.gz
1159kiB sysstat-12.6.0.tar.bz2
863kiB sysstat-12.6.0.tar.xz
1432kiB sysstat-12.6.0-1.src.rpm
437kiB sysstat-12.6.0-1.x86_64.rpm
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
Alternate-site:
Copying-policy: GPL
End
2 changes: 1 addition & 1 deletion sysstat-12.6.0.spec → sysstat-12.7.1.spec
@@ -1,6 +1,6 @@
Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
Name: sysstat
Version: 12.6.0
Version: 12.7.1
Release: 1
License: GPL
Group: Applications/System
Expand Down

0 comments on commit 0763139

Please sign in to comment.