From: Sebastien GODARD Date: Fri, 23 Oct 2015 12:55:05 +0000 (+0200) Subject: sysstat-11.1.8 X-Git-Tag: v11.1.8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13ac5af1dca333fc48611e74ba58af34de8e1d2c;p=sysstat sysstat-11.1.8 sysstat version 11.1.8 final packaging. lsm and spec files updated. Changelog added. Cosmetic changes in source code. NOTE: A stable version (11.0.8) also exists and will be available for download from my web site: http://pagesperso-orange.fr/sebastien.godard/ The stable version includes only the bug fixes added in sysstat 11.1.8 but not the new features. Signed-off-by: Sebastien GODARD --- diff --git a/CHANGES b/CHANGES index 2117857..ccf1b7b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,24 @@ Changes: +2015/10/23: Version 11.1.8 - Sebastien Godard (sysstat orange.fr) + * Add support for color customization. + * Add color support for pidstat, tapestat and cifsiostat commands. + * Define values "always", "never" and "auto" for S_COLORS + environment variable. + * sar: Remove exta line of statistics displayed when SIGINT is + received. + * Add missing va_end() statements (CID #113539, #113540, #113541, + #113542). + * Fix possible NULL pointer dereference in SREALLOC macro (CID + #29706) [11.0.8]. + * sadc: Fix untrusted value used as argument (CID #29720) [11.0.8]. + * sadc: Fix another insecure data handling (CID #29720). + * sar/sadc: Set an upper limit for each kind of item that sar/sadc + can handle. + * Manual pages updated for iostat, mpstat, sar, pidstat, tapestat + and cifsiostat commands. + * Update librdsensors.a target in Makefile [11.0.8]. + 2015/09/20: Version 11.1.7 - Sebastien Godard (sysstat orange.fr) * Add color support for mpstat, iostat and sar commands. * [Peter Schiffer]: Fix problem with pidstat output values > 100% diff --git a/common.h b/common.h index 48100af..96e30b8 100644 --- a/common.h +++ b/common.h @@ -42,7 +42,7 @@ #endif /* Maximum number of interrupts */ -#define NR_IRQS 1024 +#define NR_IRQS 1024 /* Size of /proc/interrupts line, CPU data excluded */ #define INTERRUPTS_LINE 128 diff --git a/count.c b/count.c index b96e973..a7799da 100644 --- a/count.c +++ b/count.c @@ -185,7 +185,7 @@ int get_cpu_nr(unsigned int max_nr_cpus, int highest) * @cpu_nr Number of processors. * * RETURNS: - * Number of interrupts per processor + a pre-allocation constant. + * Number of interrupts per processor. *************************************************************************** */ int get_irqcpu_nr(char *file, int max_nr_irqcpu, int cpu_nr) diff --git a/sysstat-11.1.7.lsm b/sysstat-11.1.8.lsm similarity index 90% rename from sysstat-11.1.7.lsm rename to sysstat-11.1.8.lsm index 417a90a..b7ba44a 100644 --- a/sysstat-11.1.7.lsm +++ b/sysstat-11.1.8.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat, nfsiostat-sysstat and cifsiostat commands for Linux -Version: 11.1.7 -Entered-date: 2015-09-20 +Version: 11.1.8 +Entered-date: 2015-10-23 Description: The sysstat package contains the sar, sadf, mpstat, iostat, tapestat, pidstat, nfsiostat-sysstat, cifsiostat and sa tools for Linux. The sar command collects and reports system activity @@ -31,11 +31,11 @@ Keywords: system administration, sar, sadf, iostat, tapestat, mpstat, pidstat, n Author: sysstat [at] orange.fr (Sebastien Godard) Maintained-by: sysstat [at] orange.fr (Sebastien Godard) Primary-site: http://pagesperso-orange.fr/sebastien.godard/ - 439kB sysstat-11.1.7.tar.gz - 357kB sysstat-11.1.7.tar.bz2 - 314kB sysstat-11.1.7.tar.xz - 448kB sysstat-11.1.7-1.src.rpm - 302kB sysstat-11.1.7-1.x86_64.rpm + 443kB sysstat-11.1.8.tar.gz + 360kB sysstat-11.1.8.tar.bz2 + 316kB sysstat-11.1.8.tar.xz + 451kB sysstat-11.1.8-1.src.rpm + 306kB sysstat-11.1.8-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-11.1.7.spec b/sysstat-11.1.8.spec similarity index 99% rename from sysstat-11.1.7.spec rename to sysstat-11.1.8.spec index 8b1591e..22b04c3 100644 --- a/sysstat-11.1.7.spec +++ b/sysstat-11.1.8.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT, NFSIOSTAT-SYSSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 11.1.7 +Version: 11.1.8 Release: 1 License: GPL Group: Applications/System