summaryrefslogtreecommitdiff
path: root/security/chkrootkit/patches
diff options
context:
space:
mode:
authoradrianp <adrianp>2004-09-28 10:41:59 +0000
committeradrianp <adrianp>2004-09-28 10:41:59 +0000
commitc682571001db68f945d1977d8b2cd83f4ff06dec (patch)
treed7963371ef2cf678254592cfb89cdad96dad286e /security/chkrootkit/patches
parenta44611894b583a8f5423b25082a45a2551df483d (diff)
downloadpkgsrc-c682571001db68f945d1977d8b2cd83f4ff06dec.tar.gz
Update chkrootkit to 0.44
- Fix false positive on NetBSD for "login". Thanks to Richard Ibbotson for helping sort this out. - Install main shell script and documentation. chkwtmp.c fix: del counter (Thanks to Dietrich Raisin) chkproc.c fix: better support for Linux threads chkrootkit; new rootkit detected: Madalin rootkit top and find tests improved for Suse Linux more ports added in the bindshell test fix: FreeBSD false positives fix: slammer detection lots of minor bug fixes
Diffstat (limited to 'security/chkrootkit/patches')
-rw-r--r--security/chkrootkit/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/chkrootkit/patches/patch-ac b/security/chkrootkit/patches/patch-ac
new file mode 100644
index 00000000000..c772abd4483
--- /dev/null
+++ b/security/chkrootkit/patches/patch-ac
@@ -0,0 +1,13 @@
+$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