|
|
|
|
Changelog for sysstat-12.7.5-lp156.170.2.x86_64.rpm :
* Fri Jun 07 2024 pgajdosAATTsuse.com- version update to 12.7.5 2023/12/17: Version 12.7.5 - Sebastien Godard (sysstat orange.fr) * [Quan quan Cao]: sar/sadc: Add new metrics pgprom/s and pgdem/s. * sar: Remove %vmeff metric. * sadf: Update various output formats to take into account metrics that have been added or removed. * Update DTD and XSD documents. * Update sar manual page. * sar: Add a cron entry and a new systemd service and timer to rotate daily data file at midnight. * Option -V with sysstat commands also displays environment contents. * [Sam Morris]: Use correct encoding to produce hyphen-minus when rendering man pages. * Add UMASK variable definition to sysstat(5) manual page. * Update non regression tests. * Add --getenv option to commands that didn\'t have it. * Update README file for Debian-based distros. * Update link to my personal web page in README and manual pages. * NLS: Translations updated. 2023/06/18: Version 12.7.4 - Sebastien Godard (sysstat orange.fr) * Makefile.in: Fix installation error. * Makefile.in: Remove gcc warning displayed in LTO mode. 2023/06/16: Version 12.7.3 - Sebastien Godard (sysstat orange.fr) * sar: Add new option \'-x\' used to display extended reports. * [Pavel Kopylov]: Fix an overflow which is still possible for some values. * [Jan Kurik]: Fix export of PSI metrics to a PCP archive. * [Lukáš Zaoral]: Tools that take `--dec=X` option should only accept digits. * common.c: Fix an overflow which was still possible for some values. * iostat: Try to avoid displaying negative values. * Free pointer if realloc() fails. * Don\'t check if unsigned expressions are less than zero. * Declare parameters with \"const\" when possible. * Remove conditions which are always true. * Reduce variables scope when relevant. * Don\'t assign values that are never used. * Fix types used in format strings. * Split large functions into smaller ones. * Specify field width when using sscanf() function. * search_list_item(): Return position in list instead of a boolean. * add_list_item(): Also return item position in list. * svg_stats.c: Ignore negative values for fields position. * svg_stats.c: Reuse buffers pointers definition. * svg_stats.c: Reuse intermediate calculations. * svg_stats.c: Don\'t repeat test on DISPLAY_CPU_DEF(). * sa_common.c: Don\'t use (void *) pointer in calculation. * iostat.c: Clarify calculation precedence for \'+\' and \'?\'. * sar/sadf: Refactor buffer allocation functions. * sar/sadf: Add a check on file\'s records header data. * sar/sadf: Stop when invalid data are read in records header. * sar/sadf: Check upper bounds of value read from file. * sadf_misc.c: Fix indentation in code. * activity.c: Init item_list even for other commands than sadf. * sa_conv.c: Reallocate buffers only when needed. * sa_conv.c: Fix untrusted allocation size. * pr_stats.c: Remove some dead code. * sar.c: Make sure buffer is null terminated. * do_test: Add several new options. * do_test: Don\'t strip binaries when in TEST mode. * Update non regression tests. * simtest: Change default _unix_time value. * Makefile.in: Simplify dependencies. * Makefile_in: Small update made to copyyear target. * sadf: XML: Update DTD and XSD documents. * sadf: XML: Remove references to my personal web site. * Restore mode for iconfig file. * Fix typo in sar\'s manual page. Sar manual page updated. * Other manual pages updated. 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. * NLS translations updated. New Belarusian translation added. * 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 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.- modified patches % sysstat-8.0.4-pagesize.diff (refreshed) % sysstat-8.1.6-sa1sa2lock.diff (refreshed)- deleted patches - sysstat-CVE-2023-33204.patch (upstreamed) * Mon Feb 26 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN. * Tue Jul 18 2023 Franck Bui - Drop the build dependency on systemd. This was not really necessary and it decreases the number of build deps from 207 to 189. * Tue May 23 2023 David Anes - Security fix: (CVE-2023-33204, bsc#1211507) * Fix an overflow which is still possible for some values. * Added patch sysstat-CVE-2023-33204.patch * Fri Apr 14 2023 David Anes - Update to version 12.6.2: * sadf: PCP: Fix pmiID used for two USB metrics. * sadc: Add another overflow check. * Fri Nov 11 2022 David Anes - Update to version 12.6.1: * Fix possible overflow in sa_common.c (CVE-2022-39377, GHSL-2022-074, boo#1205224) * sa_conv.c: Make size of statistics structures from older sysstat versions immutable. * Declare sadc dependency on libsyscom.a. * Fix gcc v11.2 warnings. * Various cosmetic fixes. sar: Remove `-I int_list` from man-page and help. * Consolidate systemctl commands in README file. * Remove whitespace characters at the end of lines. * Thu Sep 15 2022 David Anes - Add support for PCP (Performance Co-Pilot). [bsc#1203065] * Mon May 30 2022 David Anes - Rebased patches: * sysstat-8.1.6-sa1sa2lock.diff- Update to 12.6.0: * sar: Fix maximum value for A_IRQ activity. * sar/sadf: A_NET_SOFT: Add new metric softnet network backlog. * sadc: A_NET_SOFT: Use CPU id from /proc/net/softnet_stat. * Update DTD and XSD documents (softnet backlog). * sar/sadf: Convert 64-bit time value to time_t as needed. * sadf: Add basic colorization to sadf\'s output. * sadf: Add sanity checks on values read from file. * sadf: PCP: Fix multiple metrics name problems. * sa_common.c: Remove unneeded variable assignment. * Take into account LDFLAGS passer to configure script. * Various janitorial fixes and updated. * Update FAQ. * Update sar manual page. * Update NLS translations. * Update non regression tests.. * Fri Mar 11 2022 David Anes - fix changelog typos.- update to 12.4.5: * sar/sadf: Make sure that datafiles with unknown activities can be read by sar and sadf. * sar/sadf: Don\'t reallocate buffers for activities not present in file. * sar: Make sure that all buffers are copied in copy_structures() function. * Mon Dec 20 2021 Dirk Müller - update to 12.4.4: * iostat: Always display persistent names with option -j. * iostat: Fix how device mapper names are taken into account when entered on the command line. * mpstat: Don\'t display offline CPU. * mpstat: Fix values displayed when an offline CPU goes back online. * mpstat: Fix untrusted loop bound. * mpstat: Update non regression tests. * Use `grep -E` instead of deprecated `egrep`. * Spelling and grammar fixes. * Update man pages with correct spelling of \"JavaScript\". * Wed Nov 24 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_sysstat.service.patch * Sun Oct 03 2021 Christian Boltz - drop sysstat-disable-test-failures.patch - tests are fine on s390x and ppc64, no need to ignore test failures anymore * Fri Jun 04 2021 Dirk Müller - remove stale symlink to cronfile on update * Thu Feb 18 2021 Dirk Müller - update to 12.4.3: * sar: Fix return code sent by write_stats() function. * sar/sadc: Dereference nr array pointer in struct activity. * sadf: SVG: Make graphs discontinuous for disconnected devices. * sadf: SVG: Fix inadequate discontinuities in some graphs. * sadf: SVG: Use the parameter entered on the command line. * sar/sadc/sadf: Check untrusted values before use. * sar/sadc: Don\'t use IFNAMSIZ value from . * Makefile: Define TEST flag when making simulation tests. * Non regression tests results updated. * Update NLS translations. * Fri Jan 29 2021 Dirk Müller - update to 12.4.2: * [Aleksei Nikiforov]: Fix alignment and structure size for 32-bit systems. * Fix metric\'s name in sar -y output: txmtin -> xmtin. * FAQ: Add links to markdown file. * [Tim Gates]: sar.c: Fix typo in comment. * NLS updated. * [Petr Pavlu]: Workaround for iowait being decremented. * [SacValleyTech]: Make sure setbuf() is the first operation performed on stream. * [Michal Berger]: Fix typo in PHYS_PACK_ID definition. * configure: Fix option --disable-compress-manpg. * sar: Update definition for runq-sz metric in manual page. * iostat: Update manual page (explain \" *_w+d *\" fields). * iostat: Explain options -f/+f in manual page. * [Nan Xiao]: mpstat: Add -T option in help message. * [Nan Xiao]: mpstat: Fix typo in manual page. * FAQ.md file: Add missing spaces at end of line. * Non regression tests updated. * NLS updated.- drop sysstat-iowait-decr.patch (upstream) * Sat Oct 03 2020 Thorsten Kukuk - Don\'t hard require systemd, it works without,too. (bsc#1186827) * Fri Sep 18 2020 Pedro Monreal - Fix average iowait output of sar [bsc#1174227] * The iowait value reported by the kernel can also decrement as a result of inaccurate iowait tracking. Waiting on IO can be first accounted as iowait but then instead as idle. Therefore if the idle value during the same period did not decrease then consider this is a problem with the iowait reporting and correct the previous value according to the new reading. Otherwise, treat this as CPU coming back online.- Add patch sysstat-iowait-decr.patch * Mon Aug 31 2020 Dirk Mueller - update sysstat-8.1.6-sa1sa2lock.diff: also remove locking on sleep/resume (bsc#1175913) * Sun Aug 16 2020 Dirk Mueller - update to 12.4.0: * All commands: Display statistics in color by default when the output is connected to a terminal. * sar: Now pretty-print all device names by default (that is to say, you no longer need to use option -p with option -d for that). * cifsiostat, iostat, sar: Add new --pretty option (this option makes the reports easier to read when long item names are used). * iostat: No longer use sysstat.ioconf file to determine the name of the devices. This file gave a wrong name for some devices with big minor numbers. * iostat, sar: Make device name consistent between both of them. * configure: Add new option \"--enable-use-crond\" to use standard cron daemon even if systemd is installed. * configure: Use AC_COMPILE_IFELSE instead of old AC_TRY_COMPILE macro. Remove other obsolete autoconf macros. * configure: Add new option \"delay_range=\". Used by sa2 script to wait for a random delay. * configure: Fix --enable-debuginfo option. * sa1: Insert a comment in daily datafile on system suspend/resume. * sa2: Wait for a random delay before running to prevent massive I/O burst on some systems. * sar: Fix typo in manual page. * sar, iostat, cifsiostat, mpstat, pidstat, tapestat and sa1 manual pages updated. * Update style for all manual pages. * Compress manual pages by default when they are installed. * Makefile: Remove all reports and date files (even those compressed with another program than gzip) when told to do so. * Add pcp help file to be used with iconfig script. * Update Travis script (now calls do_test script). * sadf: Output format which doesn\'t accept the use of option -T should not also reject the use of option -t [12.2.3]. * [Tom Hebb]: Replace index() call with strchr() call [12.2.3]. * Use NULL as an argument for time(2) system call [12.2.3]. * Various cosmetic changes in code (comments updated, dead code removed, etc.) * NLS updated. * Non regression environment updated. New tests added. * Better handle big minor numbers in sysstat test code. * Fix gcc V10 warnings in sysstat 12.0.1 code used for test. * Wed May 13 2020 Paolo Stivanin - Update to 12.3.3: * sar/sadc: Add new Pressure-Stall Information (PSI) statistics. * sadf: Add support for PSI statistics. * iostat: Add support for devices managed by userspace drivers (e.g. spdk). Add new flags -f/+f to specify an alternate location for stats files. * sar: Don\'t display duplicate entries in /etc/mtab [12.2.2]. * sar: Don\'t display \"Inconsistent input data\" error message when no activities are collected by sadc. * sadf: XML: Remove \"per\" attribute for memory activity. * sadf: Add new option \"hz=\" for datafile conversion. * Various updates to remove GCC v9/v10 warnings. * sar: Don\'t check if we are close enough to selected interval when interval=1 [12.2.2]. * sadf: Use actual number of items, not its pointer address [12.2.2]. * [Sdrkun]: sa1: Create default sa directory if it doesn\'t exist [12.2.2]. * pr_stats.c: Printing timestamp should appear only once [12.2.2]. * common.c: Remove unused get_dev_part_nr() function [12.2.2]. * DTD and XSD documents updated. * sar and sadf manual pages updated. * Non regression tests updated. New tests added (sar, iostat). * pidstat: Major code refactoring. Several bugs fixed. * pidstat: Don\'t display unneeded spaces following command name when option -l is used. * cifsiostat: Major code refactoring. * simtest: Add test environment for pidstat command. * simtest: Add new non regression tests for iostat command. * pidstat: Remove extra space at end of command name [12.2.2]. * [Anatoly Pugachev]: Fix sa2 script, so it wont complain on empty list for compress program [12.2.2]. * iostat: Make sure pointer on linked list is initialized [12.2.2]. * [Fabrice Fontaine]: Makefile: Link with -lintl if needed [12.2.2]. * NLS translation updated. * Tue Jan 21 2020 Paolo Stivanin - Version update to 12.3.1 * [Konstantin Khlebnikov]: iostat: Add flush I/O statistics (statistics available starting with kernel 5.5). * mpstat: Add new switch to display system topology. * mpstat: Allow to select individual CPU/nodes with option -A. * cifsiostat: Add support for SMB2 version of statistics file. * mpstat: Add non regression tests. * tapestat: Add non regression tests. * cifsiostat: Add non regression tests. * iostat: Add new non regression tests. * sadf: Fix double free in check_file_actlst() [12.2.1]. * sadf: Fix heap overflow in logic2_display_loop() function. * iostat: Fix wrong unit used in JSON output [12.2.1]. * [Leo]: Add missing header files when using musl C library [12.2.1]. * [Albert]: Add missing empty line in FAQ.md file [12.2.1]. * mpstat and iostat manual pages updated. * Cosmetic changes.- Remove sysstat-CVE-2019-19725.patch as it is no longer needed * Thu Dec 12 2019 Pedro Monreal Gonzalez - Security fix: [bsc#1159104, CVE-2019-19725] * Double free in check_file_actlst in sa_common.c- Add sysstat-CVE-2019-19725.patch- Rebase sysstat-disable-test-failures.patch * Thu Nov 14 2019 Pedro Monreal Gonzalez - Version update to 12.2.0 * sar/sadc: Save timezone value in binary data files (saDD). * sadf: Display timezone value in output from sadf -H. * sar/sadf: Make sure we will always be able to read file headers structures from older versions. * sadf: Enhance raw format output (now also display records header contents). * sadf: Update DTD and XSD documents. Fix their contents so that XML output from 12.0.x sadf versions validates. * sar/sadf: Change \'flags\' variable type from \"unsigned int\" to \"uint64_t\". * simtest: Make all tests independent from timezone value. * simtest: Add more non regression tests. * sadf: Small fix in manual page. * NLS updated. * FAQ updated.- Remove patch fixed upstream: * sysstat-CVE-2019-16167.patch * Thu Nov 14 2019 Pedro Monreal Gonzalez - Version udate to 12.1.7 * sar/sadc: Add stable identifier support for disks statistics. * sar/sadf: Add extra flexibility in binary data file in case of a future format change. * sadf: sadf -H output updated. * iostat: Fix several bugs (CID ##349502, #349503, #349500 and #349501). * sar: Manual page updated. * sadf: Fix memory corruption bug due to integer overflow in remap_struct() function (try #2). * configure: Add new configuration variables: conf_file and sar_dir. * simtest: sar: Add new non regression tests. * simtest: iostat: Make tests independent from timezone value. * NLS updated.- Version update to 12.1.6 * iostat: Major code refactoring. Devices structures are now dynamically allocated, better handle the case when devices are removed then inserted again in the system, better command line parsing, better handle devices with a slash in their name. * sar/sadf: Allow to select individual CPU and/or interrupts when option -A is used. * sar: Better handle the case when Fibre Channel hosts are added to the system. * sar: Fix sar -s/-e output on datafiles spanning two consecutive days. * sadf: Fix memory corruption bug due to integer overflow in remap_struct() function. * Update sysstat simulation test environment (new tests added, etc.) * sar manual page updated. * Various cosmetic fixes (comments updated in code, etc.) * NLS updated. * Tue Nov 05 2019 Pedro Monreal Gonzalez - Temporarily disable failing tests on s390x and ppc64 architectures * Add sysstat-disable-test-failures.patch * Mon Nov 04 2019 Pedro Monreal Gonzalez - Use upstream systemd service and timer files [bsc#1151453] * Add sysstat-service.patch * Wed Oct 30 2019 Pedro Monreal Gonzalez - Enable log information on service start/stop [bsc#1144923, jsc#SLE-5958] * Tue Oct 29 2019 Pedro Monreal Gonzalez - Migrate from cron to systemd timer units [bsc#1151453] * Add sysstat-collect.{service,timer} and sysstat-summary.{service,timer} * Remove sysstat.cron.suse * Thu Oct 10 2019 Guillaume GARDET - Requires cron, since sysstat.service wants to create /etc/cron.d/sysstat link and /etc/cron.d/ is from cron package * Tue Sep 10 2019 Pedro Monreal Gonzalez - Security fix: [bsc#1150114, CVE-2019-16167] * Memory corruption due to an Integer Overflow in remap_struct() in sa_common.c * Added sysstat-CVE-2019-16167.patch * Tue Aug 27 2019 Pedro Monreal Gonzalez - Version update to 12.0.6 * sadc: Check if InCsumErrors is present for EICMP as well. * sadf: XML: Fix bad transmission words statistics for Fibre Channel hosts. * iostat: Fix wrong CPU statistics displayed for the first sample when option -y is used. * iostat: Make sure UUID given on the command line is not taken as interval value. * Allow more space for persistent type directory names. * Tue Jul 23 2019 Pedro Monreal Gonzalez - Remove deprecated Require gettext and require gettext-runtime only during build [bsc#1142470] * Fri May 31 2019 seanlewAATTopensuse.org- Version update to 12.0.5 * Complete support for PCP output formwat with sadf * Includes simulation/test environment to run non-regression tests * Wed Jan 23 2019 Pedro Monreal Gonzalez - Version update to 12.0.3 * 2018/12/14: Version 12.0.3 - Sebastien Godard (sysstatorange.fr) * sadf: Fix out of bound reads security issues (CVE-2018-19416 and CVE-2018-19517). * sadf: Fix possible infinite loop. * [Todd Walton]: Clarify sadc manual page and FAQ on using multiple -S keywords. * Remove remap_struct() prototype from sa.h. * [Steve Kay]: Use memcpy rather than strncpy, in order to avoid truncation warning. * [Steve Kay]: Cosmetic fixes in configure file. * [Anatoly Pugachev]: Fix comment in sar.c.- Dropped patch fixed upstream: * sysstat-12.0.2-CVE-2018-19416-and-CVE-2018-19517.patch * Tue Nov 27 2018 Pedro Monreal Gonzalez - Security fixes: * The remap_struct function in sa_common.c has an out-of-bounds read during a memmove call [CVE-2018-19416, bsc#1117001] * The remap_struct function in sa_common.c has an out-of-bounds read during a memset call [CVE-2018-19517, bsc#1117260] * Added patch sysstat-12.0.2-CVE-2018-19416-and-CVE-2018-19517.patch * Mon Nov 12 2018 Martin Pluskal - Run tests during build- Use explicit list of binaries in files section of spec file * Tue Oct 16 2018 Tomáš Chvátal - Up to 12.0.2: (fate#326576, bsc#1089883) * This version mainly includes bugfixes- Dropped patches for SLE-12, fixed upstream: * sysstat-10.2.1-iostat-sar-util.patch * sysstat-10.2.1-sar-ifutil.patch * sysstat-10.2.6-fix-json-with-file-utc-time.patch * Tue Aug 14 2018 tchvatalAATTsuse.com- Version update to 12.0.1: * sadf: SVG: Remove id tag from individual graphs. Use activities identification numbers for id tags. * sadf: SVG: Add new option \"showtoc\", which can be used to display the list of activities for which there are graphs (\"table of contents\"). * sadf: SVG: Improve output for softnet activity: Add a discontinuity in graph when corresponding CPU is marked offline. * sadf: SVG: Improve function used to assess SVG canvas height. * sadf: SVG: Fix core dumped on buffers reallocation. * sar/sadf: Devices list management code refactoring. * sa_conv.c: Use write_all() function instead of write() to handle possible signal interruptions. * spec file updated: No longer create a debug package. * Remove many warnings from gcc v7/v8. * README file updated. * Manual pages updated. * Tue Aug 14 2018 tchvatalAATTsuse.com- Update to 11.6.5: * sadf: SVG: Display graphs for swap utilization in packed mode. * sadf: SVG: Don\'t take into account activities with no graphs when calculating canvas height. * sadf: SVG: Don\'t insert a gap in SVG output if an activity is not displayed. * sadf: SVG: Fix possible negative value in graphs coordinates. * Thu Jun 21 2018 tchvatalAATTsuse.com- Version update to 11.6.4: * The number of decimal places used by sysstat commands (sar, cifsiostat, iostat, mpstat and pidstat), * The network interfaces, block devices and filesystems for which statistics shall be displayed by sar or sadf. * Fri Apr 27 2018 tchvatalAATTsuse.com- Version update to 11.6.3: * A possible crash related to the new binary format used by sar, which could happen when buffers needed to be reallocated to accomodate more devices added to the system, * The %CPU value displayed by pidstat for processes using more than 100% of a core. * Thu Apr 26 2018 fcrozatAATTsuse.com- Remove Requires on update-desktop-files on subpackage, it is useless. * Thu Nov 02 2017 mpluskalAATTsuse.com- Update to version 11.6.1 * See provided CHANGES for detailed list of changes- Refresh patches: * sysstat-8.0.4-pagesize.diff * sysstat-8.0.4-sysconfdir.diff * sysstat-8.1.6-sa1sa2lock.diff- Drop no longer needed * sysstat-8.0.4-sysconfdir.diff * Fri Mar 31 2017 tchvatalAATTsuse.com- Properly specify you want to be started by multi-user.target bsc#1031674 * Sun Feb 19 2017 tchvatalAATTsuse.com- Update to 11.4.3 release * check the CHANGES file for detailed informations, too long- Refresh patches: * sysstat-8.0.4-sysconfdir.diff * sysstat-8.1.6-sa1sa2lock.diff- Remove patch that was converted to sed: * sysstat-9.0.4-no-build-date.patch * Tue May 24 2016 roAATTsuse.de- skip libsensors on s390/s390x * Mon Nov 16 2015 mpluskalAATTsuse.com- Update to 11.0.8 * Fix possible NULL pointer dereference in SREALLOC macro (CID [#29706]). * sadc: Fix untrusted value used as argument (CID #29720). * Update librdsensors.a target in Makefile.- Changes for 11.0.7 * [Peter Schiffer]: Fix problem with pidstat output values > 100% for %CPU. * [Alexis Solanas]: Fix issue with iostat not showing the full device name. * CREDITS file updated. * Wed Sep 09 2015 mpluskalAATTsuse.com- Update to 11.0.6 * Check /proc/net/snmp format to collect ICMP statistics at their right positions. * ioconf.c: Fix several ressource leaks. * mpstat: Fix alignment output, really. * [Sampsa Kiiskinen]: Fix bug in isag. * iostat manual page updated. * CREDITS file updated. * Mon Jun 22 2015 mpluskalAATTsuse.com- Update to 11.0.5 * [Peter Schiffer]: Fixed and simplified some math expressions in pr_stats.c. * [Peter Schiffer]: ioconf.c: Check value of variable \"major\" read from file. * [Peter Schiffer]: ioconf.c: Use strncpy instead of strcpy. * cifsiostat: Fixed possible integer overflowed argument. * sar: Fixed untrusted loop bound. * Sun May 17 2015 mpluskalAATTsuse.com- Update to 11.0.4 * Makefile: sysstat init script may sometimes be called rc.sysstat. So use that name when needed. * pidstat: Don\'t stop if gtime and cgtime fields are unavailable. * Typos fixed in XSD document. * [Peter Schiffer]: Replace spaces with tabs in Makefile.in. * [Peter Schiffer]: Create appropriate directories in DESTDIR if missing. * [Peter Schiffer]: Fixed installation of systemd/cron files on systems w/o systemd. * [Peter Schiffer]: Don\'t look in weird places for programs during configuration. * [Peter Schiffer]: Portable way to detect 64 bit OS in configure script. * [Steve Kay]: Fix mpstat SCPU alignment output. * Makefile: Call chkconfig only if $(COPY_ONLY) is set to no. * sysstat(5) manual page updated. * NLS updated.- Use scriplets for updating desktop files- Update patches * Fri Feb 20 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Update dependecies- Update to 11.0.3: * Prefer xz compression program when compressing sa data files * sadc: Fix possible race condition in signal handler code * Fix description of %util in iostat and sar manual pages * Make sure that no crontabs are activated when configure\'s option --enable-copy-only is used.- Dropped patches, fixed upstream: * sysstat-don-t-send-signal-to-init.patch * sysstat-fix-possible-race-in-signal-handler.patch
|
|
|