From owner-cvs-all@FreeBSD.ORG Sat May 15 07:00:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5DDF16A4CE; Sat, 15 May 2004 07:00:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A96D143D48; Sat, 15 May 2004 07:00:59 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4FE0xGe054732; Sat, 15 May 2004 07:00:59 -0700 (PDT) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4FE0xGe054730; Sat, 15 May 2004 07:00:59 -0700 (PDT) (envelope-from krion) Message-Id: <200405151400.i4FE0xGe054730@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 15 May 2004 07:00:59 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/rkhunter Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 14:01:00 -0000 krion 2004/05/15 07:00:59 PDT FreeBSD ports repository Modified files: security Makefile Added files: security/rkhunter Makefile distinfo pkg-descr Log: Add rkhunter 1.0.8, Rootkit Hunter is scanning tool to ensure you for about 99.9% you're clean of nasty tools. This tool scans for rootkits, backdoors and local exploits by running tests like: - MD5/SHA1 hash compare - Look for default files used by rootkits - Wrong file permissions for binaries - Look for suspected strings in LKM and KLD modules - Look for hidden files - Optional scan within plaintext and binary files PR: ports/66660 Submitted by: Radim Kolar Revision Changes Path 1.509 +1 -0 ports/security/Makefile 1.1 +49 -0 ports/security/rkhunter/Makefile (new) 1.1 +2 -0 ports/security/rkhunter/distinfo (new) 1.1 +14 -0 ports/security/rkhunter/pkg-descr (new)