Commit Graph

100 Commits

Author SHA256 Message Date
David Anes
85dc38b6b9 Accepting request 1179169 from home:pgajdos
- version update to 12.7.5
  2023/12/17: Version 12.7.5 - Sebastien Godard (sysstat <at> 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 <at> 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 <at> 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.

OBS-URL: https://build.opensuse.org/request/show/1179169
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=151
2024-06-11 20:26:16 +00:00
David Anes
40592b751a Accepting request 1151570 from home:dimstar:rpm4.20:s
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151570
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=149
2024-02-27 07:43:57 +00:00
David Anes
e4b3baa17d Accepting request 1099206 from home:fbui:branches:Base:System
- Drop the build dependency on systemd. This was not really necessary and it
  decreases the number of build deps from 207 to 189.

OBS-URL: https://build.opensuse.org/request/show/1099206
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=147
2023-07-18 10:03:44 +00:00
David Anes
2bcb85e9a1 Accepting request 1089239 from home:david.anes:branches:Base:System
* Added patch sysstat-CVE-2023-33204.patch

OBS-URL: https://build.opensuse.org/request/show/1089239
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=145
2023-05-26 17:47:47 +00:00
David Anes
01ede62d17 Accepting request 1088723 from home:david.anes:branches:Base:System
- Security fix: (CVE-2023-33204, bsc#1211507)
  * Fix an overflow which is still possible for some values.

OBS-URL: https://build.opensuse.org/request/show/1088723
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=144
2023-05-26 17:23:51 +00:00
b30d1b71e0 Accepting request 1079499 from home:david.anes:branches:Base:System
- Update to version 12.6.2:
  * sadf: PCP: Fix pmiID used for two USB metrics.
  * sadc: Add another overflow check.

OBS-URL: https://build.opensuse.org/request/show/1079499
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=142
2023-04-15 18:17:27 +00:00
3fc8d24dd5 Accepting request 1062029 from home:AndreasStieger:branches:Base:System
reference CVE-2022-39377, GHSL-2022-074, boo#1205224

OBS-URL: https://build.opensuse.org/request/show/1062029
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=140
2023-01-31 12:45:55 +00:00
9bf04b8d67 Accepting request 1035306 from home:david.anes:branches:Base:System
- Update to version 12.6.1:
	* Fix possible overflow in sa_common.c (GHSL-2022-074).
	* 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.

OBS-URL: https://build.opensuse.org/request/show/1035306
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=138
2022-11-11 20:41:11 +00:00
David Anes
67b0408742 Accepting request 1003941 from home:david.anes:branches:Base:System
- Add support for PCP (Performance Co-Pilot). [bsc#1203065]

OBS-URL: https://build.opensuse.org/request/show/1003941
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=136
2022-09-15 17:18:33 +00:00
David Anes
c5adc27641 Accepting request 979809 from home:david.anes:branches:Base:System
- 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..

OBS-URL: https://build.opensuse.org/request/show/979809
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=134
2022-05-30 09:17:02 +00:00
David Anes
f0012a2d1a Accepting request 961097 from home:david.anes:branches:Base:System
- 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.

- update to 12.4.4:
- update to 12.4.3:
- update to 12.4.2:

OBS-URL: https://build.opensuse.org/request/show/961097
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=132
2022-03-11 15:34:57 +00:00
David Anes
2c18d45699 Accepting request 941722 from home:dirkmueller:Factory
- update to 2.14.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".

OBS-URL: https://build.opensuse.org/request/show/941722
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=131
2021-12-21 07:31:50 +00:00
79f775fb5e Accepting request 933462 from home:jsegitz:branches:systemdhardening:Base:System
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/933462
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=130
2021-11-29 15:52:56 +00:00
acbf41dda9 Accepting request 922855 from home:cboltz:branches:openSUSE:Factory:zSystems
- drop sysstat-disable-test-failures.patch - tests are fine on s390x
  and ppc64, no need to ignore test failures anymore

OBS-URL: https://build.opensuse.org/request/show/922855
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=129
2021-10-04 09:37:46 +00:00
1421e90fb4 - remove stale symlink to cronfile on update
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=127
2021-06-04 07:19:16 +00:00
01807c2e9e - Dropped patches, fixed upstream:
* sysstat-don-t-send-signal-to-init.patch
  * sysstat-fix-possible-race-in-signal-handler.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=125
2021-06-03 19:00:08 +00:00
149bb0d9a1 - Don't hard require systemd, it works without,too. (bsc#1186827)
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=124
2021-06-03 18:56:11 +00:00
00c1d69deb Accepting request 873576 from home:dirkmueller:Factory
- update to 2.14.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 <count> parameter entered on the command line.
  * sar/sadc/sadf: Check untrusted values before use.
  * sar/sadc: Don't use IFNAMSIZ value from <net/if.h>.
  * Makefile: Define TEST flag when making simulation tests.
  * Non regression tests results updated.
  * Update NLS translations.

OBS-URL: https://build.opensuse.org/request/show/873576
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=122
2021-02-19 08:24:08 +00:00
fe4635ed77 Accepting request 867606 from home:dirkmueller:branches:Base:System
- update to 2.14.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)

OBS-URL: https://build.opensuse.org/request/show/867606
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=120
2021-02-01 10:29:25 +00:00
Andreas Jaeger
7db9915aa1 Accepting request 839958 from home:dimstar:Factory
- Don't hard require systemd, it works without,too.

OBS-URL: https://build.opensuse.org/request/show/839958
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=118
2020-10-07 07:37:00 +00:00
Andreas Jaeger
1f83dec1c2 Accepting request 839310 from home:kukuk:container
- Don't hard require sysstat, it works without,too.

OBS-URL: https://build.opensuse.org/request/show/839310
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=117
2020-10-06 16:42:49 +00:00
dd230d294a Accepting request 835448 from home:pmonrealgonzalez:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/835448
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=115
2020-09-21 10:50:06 +00:00
e0378284ad - update sysstat-8.1.6-sa1sa2lock.diff: also remove locking on
sleep/resume (bsc#1175913)

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=113
2020-08-31 11:44:15 +00:00
f6d3d522f1 - 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).

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=111
2020-08-16 21:50:17 +00:00
8da4f4c54c Accepting request 804970 from home:polslinux:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/804970
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=109
2020-05-13 09:35:04 +00:00
Tomáš Chvátal
c34b2665cf Accepting request 766068 from home:polslinux:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/766068
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=107
2020-01-21 13:18:53 +00:00
Tomáš Chvátal
b83f00af2b Accepting request 756125 from home:pmonrealgonzalez:branches:Base:System
- 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

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/756125
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=105
2019-12-13 08:28:11 +00:00
Tomáš Chvátal
925dca37a8 Accepting request 745465 from home:pmonrealgonzalez:branches:Base:System
- Temporarily disable failing tests on s390x and ppc64 architectures
  * Add sysstat-disable-test-failures.patch

- Use upstream systemd service and timer files [bsc#1151453]
  * Add sysstat-service.patch

OBS-URL: https://build.opensuse.org/request/show/745465
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=103
2019-11-05 12:04:02 +00:00
Tomáš Chvátal
8ef9f62b6b Accepting request 744712 from home:pmonrealgonzalez:branches:Base:System
- Enable log information on service start/stop [bsc#1144923, jsc#SLE-5958]

- Migrate from cron to systemd timer units [bsc#1151453]
  * Add sysstat-collect.{service,timer} and sysstat-summary.{service,timer}
  * Remove sysstat.cron.suse

OBS-URL: https://build.opensuse.org/request/show/744712
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=102
2019-11-01 10:02:41 +00:00
Tomáš Chvátal
092890eb6a Accepting request 737032 from home:Guillaume_G:branches:Base:System
- Requires cron, since sysstat.service wants to create 
  /etc/cron.d/sysstat link and /etc/cron.d/ is from cron package

OBS-URL: https://build.opensuse.org/request/show/737032
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=100
2019-10-11 12:03:42 +00:00
Tomáš Chvátal
9496561316 Accepting request 732929 from home:pmonrealgonzalez:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/732929
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=98
2019-09-24 12:27:30 +00:00
Tomáš Chvátal
71cafbb53e Accepting request 726554 from home:pmonrealgonzalez:branches:Base:System
- 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.

- Remove deprecated Require gettext and require gettext-runtime only
  during build [bsc#1142470]

OBS-URL: https://build.opensuse.org/request/show/726554
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=96
2019-08-27 23:39:17 +00:00
Tomáš Chvátal
161c5d4a18 Accepting request 706751 from home:seanlew:branches:Base:System
Update sysstat

OBS-URL: https://build.opensuse.org/request/show/706751
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=94
2019-06-01 05:46:23 +00:00
Tomáš Chvátal
334332bcbf Accepting request 672851 from home:pmonrealgonzalez:branches:Base:System
- Version update to 12.0.3
  * 2018/12/14: Version 12.0.3 - Sebastien Godard (sysstat<at>orange.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

OBS-URL: https://build.opensuse.org/request/show/672851
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=92
2019-02-09 16:23:01 +00:00
Tomáš Chvátal
777d7b9b5c Accepting request 652177 from home:pmonrealgonzalez:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/652177
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=90
2018-11-27 14:40:55 +00:00
Tomáš Chvátal
a23db22d6d Accepting request 648458 from home:pluskalm:branches:Base:System
- Run tests during build
- Use explicit list of binaries in files section of spec file

OBS-URL: https://build.opensuse.org/request/show/648458
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=88
2018-11-12 21:22:43 +00:00
Tomáš Chvátal
603bfa7ba9 Accepting request 642977 from home:pmonrealgonzalez:branches:Base:System
- Up to 12.0.2: (fate#326576, bsc#1089883)
- 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

OBS-URL: https://build.opensuse.org/request/show/642977
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=86
2018-10-18 15:56:21 +00:00
Tomáš Chvátal
8610bc23b7 - Up to 12.0.2:
* This version mainly includes bugfixes

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=84
2018-10-16 10:11:17 +00:00
Tomáš Chvátal
21839d39a5 - 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=82
2018-08-14 07:05:20 +00:00
Tomáš Chvátal
033024dbd9 - 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=81
2018-08-14 07:02:30 +00:00
Tomáš Chvátal
ad76c33786 Accepting request 618286 from home:scarabeus_iv:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/618286
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=79
2018-06-21 12:29:47 +00:00
Tomáš Chvátal
8f9dd0db21 - 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=77
2018-04-27 08:02:30 +00:00
Tomáš Chvátal
449782536b Accepting request 601630 from home:fcrozat:branches:Base:System
- Remove Requires on update-desktop-files on subpackage, it is
  useless.

OBS-URL: https://build.opensuse.org/request/show/601630
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=75
2018-04-27 07:56:28 +00:00
Tomáš Chvátal
5afe271817 Accepting request 538306 from home:pluskalm:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/538306
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=73
2017-11-02 09:54:07 +00:00
Tomáš Chvátal
e31fb91c69 - Properly specify you want to be started by multi-user.target
bsc#1031674

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=71
2017-03-31 09:54:58 +00:00
Tomáš Chvátal
7f0777ca99 - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=69
2017-02-19 10:24:47 +00:00
92ec781eed Accepting request 397803 from home:oertel:branches:Base:System
- skip libsensors on s390/s390x

OBS-URL: https://build.opensuse.org/request/show/397803
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=67
2016-05-25 10:09:48 +00:00
Vítězslav Čížek
0dc6490f39 Accepting request 344802 from home:pluskalm:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/344802
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=65
2015-11-18 09:55:34 +00:00
Vítězslav Čížek
716b292f83 Accepting request 330027 from home:pluskalm:branches:Base:System
- Update to 11.0.6

OBS-URL: https://build.opensuse.org/request/show/330027
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=63
2015-09-09 11:38:01 +00:00
d5f483231a Accepting request 312985 from home:pluskalm:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/312985
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=61
2015-06-23 06:29:02 +00:00