diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-23 14:37:46 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-23 14:37:46 +0000 |
commit | 76a804b6f7cec8134aa016f34289d0c252fc9a7e (patch) | |
tree | f1fcf6667898c9c827c3d9cbba8d2a9621335191 /app-forensics/chkrootkit/files | |
parent | now version 0.9.1 also applies the ogle-gcc34-fix.patch. fixes #79193. (diff) | |
download | historical-76a804b6f7cec8134aa016f34289d0c252fc9a7e.tar.gz historical-76a804b6f7cec8134aa016f34289d0c252fc9a7e.tar.bz2 historical-76a804b6f7cec8134aa016f34289d0c252fc9a7e.zip |
Revision bump to solve false detections with static coreutils (du and ls). Bug #73372 refers. Thanks to the author Nelson Murilo <nelson@pangeia.com.br> for a very rapid response.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-forensics/chkrootkit/files')
-rw-r--r-- | app-forensics/chkrootkit/files/chkrootkit-0.44-coreutils-static-falsepositive.patch | 20 | ||||
-rw-r--r-- | app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 | 2 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-forensics/chkrootkit/files/chkrootkit-0.44-coreutils-static-falsepositive.patch b/app-forensics/chkrootkit/files/chkrootkit-0.44-coreutils-static-falsepositive.patch new file mode 100644 index 000000000000..4aa692e775a7 --- /dev/null +++ b/app-forensics/chkrootkit/files/chkrootkit-0.44-coreutils-static-falsepositive.patch @@ -0,0 +1,20 @@ +--- chkrootkit.orig 2005-01-23 23:29:05.017022840 +0930 ++++ chkrootkit 2005-01-23 23:30:07.494524816 +0930 +@@ -1354,7 +1354,7 @@ + + chk_ls () { + STATUS=${NOT_INFECTED} +-LS_INFECTED_LABEL="/dev/ttyof|/dev/pty[pqrs]|/dev/hdl0|\.tmp/lsfile|/dev/hdcc|/dev/ptyxx|duarawkz|/prof|/dev/tux|/security|file\.h" ++LS_INFECTED_LABEL="/dev/ttyof|/dev/pty[pqrs]|/dev/hdl0|\.tmp/lsfile|/dev/hdcc|/dev/ptyxx|duarawkz|^/prof|/dev/tux|/security|file\.h" + CMD=`loc ls ls $pth` + + if [ "${EXPERT}" = "t" ]; then +@@ -1371,7 +1371,7 @@ + + chk_du () { + STATUS=${NOT_INFECTED} +- DU_INFECTED_LABEL="/dev/ttyof|/dev/pty[pqrsx]|w0rm|/prof|/dev/tux|file\.h" ++ DU_INFECTED_LABEL="/dev/ttyof|/dev/pty[pqrsx]|w0rm|^/prof|/dev/tux|file\.h" + CMD=`loc du du $pth` + + if [ "${EXPERT}" = "t" ]; then diff --git a/app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 b/app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 new file mode 100644 index 000000000000..c0c0cd666607 --- /dev/null +++ b/app-forensics/chkrootkit/files/digest-chkrootkit-0.44-r1 @@ -0,0 +1,2 @@ +MD5 8f6dbb3204c24e9b71490142cb2953ee chkrootkit-0.44.tar.gz 34163 +MD5 26971ac3a44146d35ed3155e665606e3 chkrootkit-0.44-gentoo.diff.bz2 4049 |