summaryrefslogtreecommitdiff
path: root/security/chkrootkit/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Revive security/chkrootkitThomas Zander2015-07-112-0/+22
| | | | | | | | | - Update to upstream version 0.50 - Port has a new maintainer: Lacey Powers <lacey.leanne@gmail.com> PR: 201297 Submitted by: lacey.leanne@gmail.com (maintainer) Reviewed by: koobs
* - Update to 0.48Thomas Abthorpe2007-12-271-21/+0
| | | | | | | | | - Remove pre-everything (no more false positives) - Remove patches (extra_patches and patch in files directory) PR: ports/118930 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: Luiz Eduardo Roncato Cordeiro <cordeiro nic.br> (maintainer)
* - Update to 0.47Martin Wilke2006-11-241-0/+21
| | | | | PR: ports/105816 Submitted by: Luiz Eduardo Roncato Cordeiro <cordeiro@cert.br> (maintainer)
* Update port: security/chkrootkit: upgrade to version 0.42Edwin Groothuis2003-09-261-84/+0
| | | | | | | | Version upgrade from 0.41 to 0.42. It works on FreeBSD 2.2.X, 3.X, 4.X and 5.X. PR: ports/56757 Submitted by: Luiz Eduardo Roncato Cordeiro <cordeiro@nic.br>
* Teach security/chkrootkitEdwin Groothuis2003-09-041-0/+84
I finnaly got fed up with that FAQ about chkrootkit. The solution was either to add a Q+A to the FAQ or fix the port. This introduce a new variable, FreeBSD5, that is set to "yes" if we're running FreeBSD 5 or higher. This variable is used to fix the tests of the following binaries, so they would DTRT on FreeBSD 5: chfn chsh date ls ps I also fixed a bug in the cheking of vdir, but it's irrelevant for FreeBSD. Informed maintainer. PR: ports/55919 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>