Skip to content

Commit

Permalink
sysstat-11.1.8
Browse files Browse the repository at this point in the history
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:https://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 <[email protected]>
  • Loading branch information
sysstat committed Oct 23, 2015
1 parent 7e921de commit 13ac5af
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Changes:

2015/10/23: Version 11.1.8 - Sebastien Godard (sysstat <at> 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 <at> orange.fr)
* Add color support for mpstat, iostat and sar commands.
* [Peter Schiffer]: Fix problem with pidstat output values > 100%
Expand Down
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion count.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions sysstat-11.1.7.lsm → sysstat-11.1.8.lsm
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:https://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
2 changes: 1 addition & 1 deletion sysstat-11.1.7.spec → sysstat-11.1.8.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 13ac5af

Please sign in to comment.