summaryrefslogtreecommitdiff
path: root/security/chkrootkit/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2015-04-29- fix false positive for netstatchristos1-1/+2
- fix compilation mistake
2014-12-08(pkgsrc)mef1-3/+2
- Add comment on patch-ac (from cvs log) (upstream) - Update 0.49 to 0.50 04/30/2014 - Version 0.50 new tests: linuxrootkit-AMD-64-sound Operation Windigo ssh backdoor detection Minor bug fixes
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-01-09Avoid linking statically on SunOS.jperkin1-6/+1
2013-06-16Update to 0.49 (released in 2011). No change log.shattered1-3/+3
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-9/+9
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-02-25add licensing infoagc1-3/+3
modern NetBSD has PAM - add a patch so that this is recognised there is no reason not to run this on modern NetBSD systems - remove the old NOT_FOR_PLATFORM, since this runs just fine on NetBSD 5.99.20
2010-01-27DESTDIR supportjoerg1-8/+8
2008-06-02Missing to add bin/chkutmp when updated to 0.47.obache1-1/+2
Noticed by Hasso Tepper in PR 38822. Bump PKGREVISION.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-3/+3
through PLIST_SUBST to the plist module.
2007-07-11Update to 0.47adrianp1-4/+6
Mark as not for NetBSD > 1.x The false positives on NetBSD 2.x and 3.x have been reported upstream to try and address PR #31813
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-02Update chkrootkit to 0.46aadrianp1-2/+2
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.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-09-28Update chkrootkit to 0.44adrianp1-3/+19
- 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
2004-05-27Use versioned distfile.wiz1-5/+2
2004-05-26Make chklastlog useful on NetBSD; from Makoto Fujiwara in PR 25701.wiz1-1/+2
Bump PKGREVISION.
2004-03-31compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk.sketch1-2/+2
2004-03-30Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.jlam1-2/+2
2004-02-17Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli andminskim1-0/+45
modified by me. chkrootkit is a tool to locally check for signs of a rootkit. It contains: * chkrootkit: a shell script that checks system binaries for rootkit modification. * ifpromisc.c: checks if the network 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.