Index: head/security/chkrootkit/Makefile =================================================================== --- head/security/chkrootkit/Makefile (revision 61534) +++ head/security/chkrootkit/Makefile (revision 61535) @@ -1,37 +1,40 @@ # Ports collection makefile for: chkrootkit # Date created: 13 Mar 2001 # Whom: Luiz Eduardo R. Cordeiro # # $FreeBSD$ # PORTNAME= chkrootkit -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ -MAINTAINER= cordeiro@iqm.unicamp.br +MAINTAINER= cordeiro@luinil.nic.br ALL_TARGET= chkrootkit chklastlog chkwtmp 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#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g; ' \ + s#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g;' \ ${WRKSRC}/chkrootkit do-install: ${INSTALL_SCRIPT} ${WRKSRC}/chkrootkit ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chklastlog ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkwtmp ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ifpromisc ${PREFIX}/sbin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/chkrootkit ${INSTALL_DATA} ${DOCFILES:C,^,${WRKSRC}/,} ${PREFIX}/share/doc/chkrootkit .endif .include Property changes on: head/security/chkrootkit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/chkrootkit/distinfo =================================================================== --- head/security/chkrootkit/distinfo (revision 61534) +++ head/security/chkrootkit/distinfo (revision 61535) @@ -1 +1 @@ -MD5 (chkrootkit-0.35.tar.gz) = edf50a9c8c6bf09b0a9147f2e6168826 +MD5 (chkrootkit-0.36.tar.gz) = 295c865bd55bbc4f6c8377abe9f27c1c Property changes on: head/security/chkrootkit/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/chkrootkit/pkg-descr =================================================================== --- head/security/chkrootkit/pkg-descr (revision 61534) +++ head/security/chkrootkit/pkg-descr (revision 61535) @@ -1,17 +1,19 @@ Chkrootkit is a tool to locally check for signs of a rootkit. ------------------------------------------------------------- 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). + Bobkit, Pizdakit, t0rn (v8.0 variant), Showtee, Optickit, T.R.K, + MithRa's Rootkit, George and SucKIT. + Nelson Murilo WWW: http://www.chkrootkit.org/ Property changes on: head/security/chkrootkit/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property