From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 24 05:30:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31AFA37B401 for ; Tue, 24 Jun 2003 05:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3615443FDF for ; Tue, 24 Jun 2003 05:30:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5OCUIUp042968 for ; Tue, 24 Jun 2003 05:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5OCUIMM042967; Tue, 24 Jun 2003 05:30:18 -0700 (PDT) Resent-Date: Tue, 24 Jun 2003 05:30:18 -0700 (PDT) Resent-Message-Id: <200306241230.h5OCUIMM042967@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luiz Eduardo Roncato Cordeiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C49337B401 for ; Tue, 24 Jun 2003 05:22:48 -0700 (PDT) Received: from luinil.nic.br (luinil.nic.br [143.106.32.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id F357A43F75 for ; Tue, 24 Jun 2003 05:22:46 -0700 (PDT) (envelope-from root@nic.br) Received: by luinil.nic.br (Postfix, from userid 0) id 4D72239157; Tue, 24 Jun 2003 09:22:45 -0300 (BRT) Message-Id: <20030624122245.4D72239157@luinil.nic.br> Date: Tue, 24 Jun 2003 09:22:45 -0300 (BRT) From: Luiz Eduardo Roncato Cordeiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53675: Update port: security/chkrootkit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Luiz Eduardo Roncato Cordeiro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 12:30:19 -0000 >Number: 53675 >Category: ports >Synopsis: Update port: security/chkrootkit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 05:30:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Luiz Eduardo Roncato Cordeiro >Release: FreeBSD 4.8-STABLE i386 >Organization: -x- >Environment: System: FreeBSD XX 4.8-STABLE FreeBSD 4.8-STABLE #26: Tue May 20 09:42:43 BRT 2003 cordeiro@nic.br:/usr/obj/usr/src/sys/XX i386 >Description: - Update to latest release. (feature enhancement) >How-To-Repeat: >Fix: diff /home/ports/security/chkrootkit.old/Makefile /home/ports/security/chkrootkit/Makefile 9c9 < PORTVERSION= 0.40 --- > PORTVERSION= 0.41 diff /home/ports/security/chkrootkit.old/distinfo /home/ports/security/chkrootkit/distinfo 1c1 < MD5 (chkrootkit-0.40.tar.gz) = 152b45cd70ffcbe7315cb804d6ab70c5 --- > MD5 (chkrootkit-0.41.tar.gz) = 5f9a43ba218f76f9ab5ce3d559226831 diff /home/ports/security/chkrootkit.old/pkg-descr /home/ports/security/chkrootkit/pkg-descr 4,15c4 < Rootkits, Worms and LKMs detected < --------------------------------- < The following rootkits, worms and LKMs are currently detected: < Solaris rootkit, FreeBSD rootkit, lrk3, lrk4, lrk5, lrk6, t0rn (and < t0rn v8), some lrk variants, Ambient's Rootkit for Linux (ARK), Ramen < Worm, rh[67]-shaper, RSHA, Romanian rootkit, RK17, Lion Worm, Adore < Worm, LPD Worm, kenny-rk, Adore LKM, ShitC Worm, Omega Worm, Wormkit < Worm, dsc-rootkit, RST.b, duarawkz, knark LKM, Monkit, Hidrootkit, < Bobkit, Pizdakit, t0rn (v8.0 variant), Showtee, Optickit, T.R.K, < MithRa's Rootkit, George, SucKIT, Scalper Worm, Slapper Worm (and < variants), OpenBSD rk v1, Illogic, SK rootkit, sebek LKM, Romanian < rootkit and LOC rootkit. --- > It contains: 16a6,18 > * 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. > > For an updated list of rootkits, worms and LKMs detected by > chkrootkit please visit: http://www.chkrootkit.org/ >Release-Note: >Audit-Trail: >Unformatted: