From 076313903801533470fad5199443bc387cd66f10 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 6 Nov 2022 16:41:58 +0100 Subject: [PATCH] sysstat-12.7.1 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 --- CHANGES | 32 ++++++++++++++++++++++ sysstat-12.6.0.lsm => sysstat-12.7.1.lsm | 14 +++++----- sysstat-12.6.0.spec => sysstat-12.7.1.spec | 2 +- 3 files changed, 40 insertions(+), 8 deletions(-) rename sysstat-12.6.0.lsm => sysstat-12.7.1.lsm (89%) rename sysstat-12.6.0.spec => sysstat-12.7.1.spec (99%) diff --git a/CHANGES b/CHANGES index a7bb384..0aa33de 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,37 @@ Changes: +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 + 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 orange.fr) * sar: Fix maximum value for A_IRQ activity. * sar/sadf: A_NET_SOFT: Add new metric softnet network backlog. diff --git a/sysstat-12.6.0.lsm b/sysstat-12.7.1.lsm similarity index 89% rename from sysstat-12.6.0.lsm rename to sysstat-12.7.1.lsm index 6155ce1..39a4a9f 100644 --- a/sysstat-12.6.0.lsm +++ b/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 @@ -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/ - 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 diff --git a/sysstat-12.6.0.spec b/sysstat-12.7.1.spec similarity index 99% rename from sysstat-12.6.0.spec rename to sysstat-12.7.1.spec index 6eb6a3e..6bea0b1 100644 --- a/sysstat-12.6.0.spec +++ b/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 -- 2.40.0