Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7fb8020980652691c2c4fe96012332e22a0ea914)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7fb8020980652691c2c4fe96012332e22a0ea914)
  • Date: Wed, 21 Mar 2007 10:47:13 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

security/chkrootkit/DETAILS | 19 ++++++++++---------
security/chkrootkit/HISTORY | 6 ++++++
security/chkrootkit/desktop/chkrootkit.desktop | 2 +-
3 files changed, 17 insertions(+), 10 deletions(-)

New commits:
commit 7fb8020980652691c2c4fe96012332e22a0ea914
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

chkrootkit: cleaned up DETAILS and fixed the desktop file

diff --git a/security/chkrootkit/DETAILS b/security/chkrootkit/DETAILS
index 6ee7d24..de8102d 100755
--- a/security/chkrootkit/DETAILS
+++ b/security/chkrootkit/DETAILS
@@ -10,8 +10,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_HASH=sha512:537850111d1a74a785301621f158ad783df27ec0348c040a0260b6c138974e00711dd51285c4cb4ef128eea117f969b43c7692fe309ce607106c71b2751c7e71
WEB_SITE=http://www.chkrootkit.org
ENTERED=20020925
+ PATCHLEVEL=1
LICENSE[0]=/usr/share/doc/chkrootkit/COPYRIGHT
- KEYWORDS="security"
+ KEYWORDS="security rootkit scan"
SHORT="Locally checks for signs of a rootkit."
cat << EOF
chkrootkit is a tool to locally check for signs of a rootkit. It
@@ -19,12 +20,12 @@ contains:

* chkrootkit: shell script that checks system binaries for rootkit
modification.
- * ifpromisc.c: checks if the interface is in promiscuous mode.
- * chklastlog.c: checks for lastlog deletions.
- * chkwtmp.c: checks for wtmp deletions.
- * check_wtmpx.c: checks for wtmpx deletions. (Solaris only)
- * chkproc.c: checks for signs of LKM trojans.
- * chkdirs.c: checks for signs of LKM trojans.
- * strings.c: quick and dirty strings replacement.
- * chkutmp.c: checks for utmp deletions.
+ * ifpromisc: checks if the interface is in promiscuous mode.
+ * chklastlog: checks for lastlog deletions.
+ * chkwtmp: checks for wtmp deletions.
+ * check_wtmpx: checks for wtmpx deletions. (Solaris only)
+ * chkproc: checks for signs of LKM trojans.
+ * chkdirs: checks for signs of LKM trojans.
+ * strings: quick and dirty strings replacement.
+ * chkutmp: checks for utmp deletions.
EOF
diff --git a/security/chkrootkit/HISTORY b/security/chkrootkit/HISTORY
index 7829cda..4d1a5be 100644
--- a/security/chkrootkit/HISTORY
+++ b/security/chkrootkit/HISTORY
@@ -1,3 +1,9 @@
+2007-03-20 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: added keywords rootkit and scan
+ patchlevel=1
+ cleaned up list of apps
+ * desktop/chkrootkit.desktop: set terminal=true
+
2007-03-14 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: Updated to 0.47

diff --git a/security/chkrootkit/desktop/chkrootkit.desktop
b/security/chkrootkit/desktop/chkrootkit.desktop
index 57af256..18fcf6b 100644
--- a/security/chkrootkit/desktop/chkrootkit.desktop
+++ b/security/chkrootkit/desktop/chkrootkit.desktop
@@ -3,6 +3,6 @@ Encoding=UTF-8
Name=Chkrootkit
Exec=chkrootkit
Icon=
-Terminal=false
+Terminal=true
Type=Application
Categories=Application;Security;



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7fb8020980652691c2c4fe96012332e22a0ea914), Arjan Bouter, 03/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page