From owner-freebsd-ports Fri Oct 25 10:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22E937B401 for ; Fri, 25 Oct 2002 10:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B3F43E77 for ; Fri, 25 Oct 2002 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9PHo1x3081059 for ; Fri, 25 Oct 2002 10:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9PHo1qT081058; Fri, 25 Oct 2002 10:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D789D37B401 for ; Fri, 25 Oct 2002 10:45:32 -0700 (PDT) Received: from luinil.nic.br (luinil.nic.br [143.106.32.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0869B43E4A for ; Fri, 25 Oct 2002 10:45:32 -0700 (PDT) (envelope-from root@luinil.nic.br) Received: by luinil.nic.br (Postfix, from userid 0) id 7F86439341; Fri, 25 Oct 2002 14:45:30 -0300 (BRT) Message-Id: <20021025174530.7F86439341@luinil.nic.br> Date: Fri, 25 Oct 2002 14:45:30 -0300 (BRT) From: Luiz Eduardo Roncato Cordeiro Reply-To: Luiz Eduardo Roncato Cordeiro To: FreeBSD-gnats-submit@FreeBSD.org Cc: cordeiro@luinil.nic.br X-Send-Pr-Version: 3.113 Subject: ports/44468: Update port: security/chkrootkit: upgrade to version 0.37. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44468 >Category: ports >Synopsis: Update port: security/chkrootkit: upgrade to version 0.37. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 25 10:50:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Luiz Eduardo Roncato Cordeiro >Release: FreeBSD 4.7-STABLE i386 >Organization: NONONO >Environment: System: FreeBSD luinil.nic.br 4.7-STABLE FreeBSD 4.7-STABLE #17: Fri Oct 18 10:58:01 BRT 2002 cordeiro@luinil.nic.br:/usr/obj/usr/src/sys/LUINIL i386 >Description: Software upgrade to version 0.37. There`s a bug fix in Makefile too. Please cancel the ports/43072 modifications. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/chkrootkit.old/Makefile /usr/ports/security/chkrootkit/Makefile --- /usr/ports/security/chkrootkit.old/Makefile Fri Oct 25 14:23:59 2002 +++ /usr/ports/security/chkrootkit/Makefile Fri Oct 25 14:31:41 2002 @@ -6,24 +6,24 @@ # PORTNAME= chkrootkit -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ MAINTAINER= cordeiro@luinil.nic.br -ALL_TARGET= chkrootkit chklastlog chkwtmp ifpromisc +ALL_TARGET= chkrootkit chklastlog chkwtmp chkproc ifpromisc DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp BINMODE= 0700 -WRKSRC= ${WRKDIR}/${PORTNAME}-pre-${PORTVERSION} pre-patch: ${PERL} -pi -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile ${PERL} -pi -e \ 's#\./chklastlog#${PREFIX}/sbin/chklastlog#g; \ s#\./chkwtmp#${PREFIX}/sbin/chkwtmp#g; \ + s#\./chkproc#${PREFIX}/sbin/chkproc#g; \ s#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g;' \ ${WRKSRC}/chkrootkit @@ -31,6 +31,7 @@ ${INSTALL_SCRIPT} ${WRKSRC}/chkrootkit ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chklastlog ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkwtmp ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/chkproc ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ifpromisc ${PREFIX}/sbin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/chkrootkit diff -ruN /usr/ports/security/chkrootkit.old/distinfo /usr/ports/security/chkrootkit/distinfo --- /usr/ports/security/chkrootkit.old/distinfo Fri Oct 25 14:23:59 2002 +++ /usr/ports/security/chkrootkit/distinfo Fri Oct 25 14:27:03 2002 @@ -1 +1 @@ -MD5 (chkrootkit-0.36.tar.gz) = 295c865bd55bbc4f6c8377abe9f27c1c +MD5 (chkrootkit-0.37.tar.gz) = b0feebea67655daa440da92099dd5187 diff -ruN /usr/ports/security/chkrootkit.old/pkg-descr /usr/ports/security/chkrootkit/pkg-descr --- /usr/ports/security/chkrootkit.old/pkg-descr Fri Oct 25 14:23:59 2002 +++ /usr/ports/security/chkrootkit/pkg-descr Fri Oct 25 14:33:32 2002 @@ -11,8 +11,8 @@ 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 and SucKIT. - + MithRa's Rootkit, George, SucKIT Scalper Worm, Slapper Worm, OpenBSD + rk v1, Illogic and SK rootkit. Nelson Murilo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message