summaryrefslogtreecommitdiff
path: root/security/chkrootkit/patches
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-01-02 18:42:18 +0000
committeradrianp <adrianp>2006-01-02 18:42:18 +0000
commitf0160a0b7815836970248660501440b20952ece8 (patch)
tree0fe93f85530d1ff3374ae337f79727b7608e8e69 /security/chkrootkit/patches
parentb17ecf96c396e3c93937f3ffe83e78edde11b158 (diff)
downloadpkgsrc-f0160a0b7815836970248660501440b20952ece8.tar.gz
Update chkrootkit to 0.46a
Add a MESSAGE about false-positive results on non-supported platforms Helps to address PR# 31813 reported by Eric Mumpower From the README: 02/22/2005 - Version 0.45 chkproc.c: better support for Linux threads. New rootkit detected: Fu, Kenga3, ESRK. New test: chkutmp. -n option improvement. Minor bug fixes. 10/26/2005 - Version 0.46 chkproc.c: more fixes to better support Linux threads. chkutmp.c: improved execution speed. chkwtmp.c: segfault fixed. New rootkit detected: rootedoor. Mac OS X support added. Minor bug fixes. 10/28/2005 - Version 0.46a chkproc.c: bug fix for FreeBSD: chkproc was sending a SIGXFSZ (kill -25) to init, causing a reboot.
Diffstat (limited to 'security/chkrootkit/patches')
-rw-r--r--security/chkrootkit/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/chkrootkit/patches/patch-ac b/security/chkrootkit/patches/patch-ac
deleted file mode 100644
index c772abd4483..00000000000
--- a/security/chkrootkit/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/09/28 10:41:59 adrianp Exp $
-
---- chkrootkit.orig Wed Sep 22 11:03:02 2004
-+++ chkrootkit Wed Sep 22 11:04:02 2004
-@@ -1175,7 +1175,7 @@
- $1 >= 3.0) print 1; else print 0}'` -eq 1 ] && \
- STATUS=${NOT_INFECTED} || STATUS=${INFECTED};;
- 2) [ "${SYSTEM}" = "FreeBSD" -o ${SYSTEM} = "NetBSD" -o ${SYSTEM} = \
--"OpenBSD" -a `echo ${V} | ${awk} '{ if ($1 >= 2.8) print 1; print 0 }'` -eq 1 ] && STATUS=${NOT_INFECTED} || STATUS=${INFECTED};;
-+"OpenBSD" -a `echo ${V} | ${awk} '{ if ($1 >= 2.8) print 1; else print 0 }'` -eq 1 ] && STATUS=${NOT_INFECTED} || STATUS=${INFECTED};;
- 7) [ "${SYSTEM}" = "HP-UX" ] && STATUS=${NOT_INFECTED} || STATUS=${INFECTED};;
- *) STATUS=${INFECTED};;
- esac