Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 14:45:30 -0300 (BRT)
From:      Luiz Eduardo Roncato Cordeiro <cordeiro@luinil.nic.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cordeiro@luinil.nic.br
Subject:   ports/44468: Update port: security/chkrootkit: upgrade to version 0.37.
Message-ID:  <20021025174530.7F86439341@luinil.nic.br>

next in thread | raw e-mail | index | archive | help

>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 <nelson@pangeia.com.br>
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021025174530.7F86439341>