Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Vlad Glagolev (d583f35894c162ba33a099e3fe447af21d22913e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Vlad Glagolev (d583f35894c162ba33a099e3fe447af21d22913e)
  • Date: Thu, 29 Feb 2024 07:00:32 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/atop/DEPENDS | 4 +++-
utils/atop/DETAILS | 5 ++---
utils/atop/HISTORY | 4 ++++
utils/atop/INSTALL | 5 +++++
utils/atop/init.d/atop.conf | 1 +
utils/netatop/DETAILS | 5 ++---
utils/netatop/HISTORY | 3 +++
7 files changed, 20 insertions(+), 7 deletions(-)

New commits:
commit d583f35894c162ba33a099e3fe447af21d22913e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

atop: => 2.10.0

commit 22210ba6505e16242a8de4bc1749b99c8c9a106a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netatop: => 3.1

diff --git a/utils/atop/DEPENDS b/utils/atop/DEPENDS
index 8e69a2e..77a4555f 100755
--- a/utils/atop/DEPENDS
+++ b/utils/atop/DEPENDS
@@ -1,4 +1,6 @@
depends ncurses &&
depends zlib &&
+depends glib2 &&

-suggest_depends netatop "" "" "for additional network statistics"
+suggest_depends netatop "" "" "for additional network statistics" &&
+suggest_depends cronie "" "" "for automatic log generation"
diff --git a/utils/atop/DETAILS b/utils/atop/DETAILS
index 4cc32b1..d4fa81e 100755
--- a/utils/atop/DETAILS
+++ b/utils/atop/DETAILS
@@ -1,8 +1,7 @@
SPELL=atop
- VERSION=2.9.0
+ VERSION=2.10.0
SECURITY_PATCH=1
- PATCHLEVEL=1
-
SOURCE_HASH=sha512:460e9594bedb552b8e692d2118d38c47e629f435848fa0d6f2f2d83cafcb19c5b77c419a2b9067a39251c5af2fa955f998074efa616221c010428ec07bb3acee
+
SOURCE_HASH=sha512:72a9307ed0cfa9c0157c81e8acbb4850ae339b50481ce2e1b828cad4b3354bfc8f56866c9c4df72ea34941359719d088f7936182d1478a6ac8f4e1bdf4bee7f4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://www.atoptool.nl/download/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/utils/atop/HISTORY b/utils/atop/HISTORY
index 96a2cc5..bd6f989 100644
--- a/utils/atop/HISTORY
+++ b/utils/atop/HISTORY
@@ -1,3 +1,7 @@
+2024-02-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.10.0
+ * DEPENDS: added glib2 dependency
+
2024-02-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* INSTALL: added init config symlink
diff --git a/utils/atop/INSTALL b/utils/atop/INSTALL
index ac577eb4..c98fee2 100755
--- a/utils/atop/INSTALL
+++ b/utils/atop/INSTALL
@@ -1,5 +1,10 @@
make genericinstall &&

+install -vm 644 atop.cronsysv "${INSTALL_ROOT}/etc/cron.d/atop" &&
+
+install -vm 0755 -d "${INSTALL_ROOT}/usr/share/atop" &&
+install -vm 0711 atop.daily "${INSTALL_ROOT}/usr/share/atop/atop.daily" &&
+
install_config_file "${SPELL_DIRECTORY}/init.d/atop.conf" \
"${INSTALL_ROOT}/etc/sysconfig/atop" &&

diff --git a/utils/atop/init.d/atop.conf b/utils/atop/init.d/atop.conf
index 4074c4a..250717f 100644
--- a/utils/atop/init.d/atop.conf
+++ b/utils/atop/init.d/atop.conf
@@ -1,3 +1,4 @@
LOGOPTS="-R" # default options
LOGINTERVAL=600 # default interval in seconds
LOGGENERATIONS=28 # default number of days
+LOGPATH=/var/log/atop # default log path
diff --git a/utils/netatop/DETAILS b/utils/netatop/DETAILS
index 3f0d801..7971152 100755
--- a/utils/netatop/DETAILS
+++ b/utils/netatop/DETAILS
@@ -1,9 +1,8 @@
SPELL=netatop
- VERSION=2.0
- PATCHLEVEL=1
+ VERSION=3.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://www.atoptool.nl/download/${SOURCE}
-
SOURCE_HASH=sha512:70ef34502f6904aee4f1808af6ac26d76a391515e578ff40b5b4ebca73c28c917f86e1a9f8690a2900bbbd8e1c18c591546b9888cadc74d6d39c88c704bfe464
+
SOURCE_HASH=sha512:b12fd2287d89d3a8277f8fb540a19e6d26aa26c3f88e7ae2e6601b63f78d642e73b8d16cf351f6979ce7bbf53251b9c1faa76798a87f70cf3dcf51279eb0db68
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://www.atoptool.nl/netatop.php
LICENSE[0]=GPL
diff --git a/utils/netatop/HISTORY b/utils/netatop/HISTORY
index 5418828..3adf621 100644
--- a/utils/netatop/HISTORY
+++ b/utils/netatop/HISTORY
@@ -1,3 +1,6 @@
+2024-02-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.1
+
2018-04-28 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: correct kernel dir variable



  • [[SM-Commit] ] GIT changes to master grimoire by Vlad Glagolev (d583f35894c162ba33a099e3fe447af21d22913e), Vlad Glagolev, 02/29/2024

Archive powered by MHonArc 2.6.24.

Top of Page