Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e9e5a6d00b | |||
| 5bd83a93e6 | |||
| cdc5ee8ec1 | |||
| 9ed2c23b27 | |||
| a3ed78be27 | |||
| 68de4af85b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77650f79f9e388b6f5666dc113849894575a29bb4de21b8cd58767bf8a905154
|
||||
size 408303
|
||||
3
atop-2.12.1.tar.gz
Normal file
3
atop-2.12.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fdbe67c5dfaf89405639e18599f4eae77978073ffa54f3c78c368ab54bd12f6
|
||||
size 336538
|
||||
@@ -1,13 +1,12 @@
|
||||
Index: atop-2.11.0/Makefile
|
||||
===================================================================
|
||||
--- atop-2.11.0.orig/Makefile
|
||||
+++ atop-2.11.0/Makefile
|
||||
@@ -21,7 +21,7 @@ PMPATH2 = /usr/lib64/pm-utils/sleep.d
|
||||
PMPATHD = /usr/lib/systemd/system-sleep
|
||||
diff -Naur a/Makefile b/Makefile
|
||||
--- a/Makefile 2025-06-14 03:18:40.000000000 -0500
|
||||
+++ b/Makefile 2025-07-27 16:41:55.970428635 -0500
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
PKG_CONFIG ?= pkg-config
|
||||
-CFLAGS += -O2 -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -Wformat-security # -DNOPERFEVENT # -DHTTPSTATS
|
||||
+CFLAGS += $(OPTFLAGS) -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -Wformat-security # -DNOPERFEVENT # -DHTTPSTATS
|
||||
LDFLAGS += $(shell $(PKG_CONFIG) --libs glib-2.0)
|
||||
OBJMOD0 = version.o
|
||||
OBJMOD1 = various.o deviate.o procdbase.o
|
||||
|
||||
-override CFLAGS := -O2 -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wmissing-prototypes -Wmissing-declarations -Wformat-security $(CFLAGS) # -DNOPERFEVENT # -DHTTPSTATS
|
||||
+CFLAGS := $(OPTFLAGS) -I. -Wall $(shell $(PKG_CONFIG) --cflags glib-2.0) -Wmissing-prototypes -Wmissing-declarations -Wformat-security $(CFLAGS) # -DNOPERFEVENT # -DHTTPSTATS
|
||||
|
||||
CC_CHECK := $(shell echo | $(CC) -dM -E - | grep -q __clang__ && echo clang || echo gcc)
|
||||
ifeq ($(CC_CHECK),gcc)
|
||||
|
||||
29
atop.changes
29
atop.changes
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 05:46:12 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.12.1:
|
||||
* Fix not writing log file #346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 21:38:40 UTC 2025 - malcolmlewis@opensuse.org
|
||||
|
||||
- Update to 2.12.0:
|
||||
* Add PSI bar graphs for CPU, memory and disks.
|
||||
* Improved handling of raw log files.
|
||||
* Support of parallel output streams.
|
||||
* Security-related improvements.
|
||||
* Modified handling of UID/GID.
|
||||
* Recognize fake NUMA.
|
||||
* Consistent highlighting of current sort criterium.
|
||||
* Network interface errors added to output of flags -P and -J.
|
||||
* Branch to end of raw log file by pressing key 'Z'.
|
||||
* Remove double wrefresh call for memory graph that caused screen
|
||||
flashing in bar graph mode.
|
||||
* Improved sanity check for number of threads versus number of
|
||||
processes.
|
||||
* Various other bug solutions.
|
||||
* The format of the raw file is compatible with version 2.11.
|
||||
- Rebase atop-makefile.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 07:46:12 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
@@ -7,7 +34,7 @@ Mon Mar 31 07:46:12 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
active. Also the code to parse the received strings is improved to
|
||||
avoid future issues with heap corruption.
|
||||
* The flag -K has been implemented to connect to netatop/netatop-bpf.
|
||||
* Fix CVE-2025-31160
|
||||
* Fix CVE-2025-31160 (boo#1240393)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 06:48:50 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package atop
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: atop
|
||||
Version: 2.11.1
|
||||
Version: 2.12.1
|
||||
Release: 0
|
||||
Summary: Monitor for System Resources and Process Activity
|
||||
License: GPL-2.0-only
|
||||
|
||||
Reference in New Issue
Block a user