diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-01-11 03:18:51 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-01-11 03:18:51 +0000 |
commit | 857fd0cb66ed4a0658e346ce801cb132d1f54b83 (patch) | |
tree | d3cc5a82b78087be85f74b180d202e008958e009 /security | |
parent | Update to 1.0 (diff) |
Update to 0.38
PR: ports/46952
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/chkrootkit/Makefile | 6 | ||||
-rw-r--r-- | security/chkrootkit/distinfo | 2 | ||||
-rw-r--r-- | security/chkrootkit/pkg-descr | 7 | ||||
-rw-r--r-- | security/chkrootkit/pkg-plist | 3 |
4 files changed, 11 insertions, 7 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index 1081350d25ab..a721cb560fb6 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= chkrootkit -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ @@ -14,7 +14,7 @@ MAINTAINER= cordeiro@luinil.nic.br USE_REINPLACE= yes -ALL_TARGET= chkrootkit chklastlog chkwtmp chkproc ifpromisc +ALL_TARGET= chkrootkit chklastlog chkwtmp chkproc chkdirs ifpromisc DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp @@ -26,6 +26,7 @@ pre-patch: 's#\./chklastlog#${PREFIX}/sbin/chklastlog#g; \ s#\./chkwtmp#${PREFIX}/sbin/chkwtmp#g; \ s#\./chkproc#${PREFIX}/sbin/chkproc#g; \ + s#\./chkdirs#${PREFIX}/sbin/chkdirs#g; \ s#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g;' \ ${WRKSRC}/chkrootkit @@ -34,6 +35,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chklastlog ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkwtmp ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkproc ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/chkdirs ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ifpromisc ${PREFIX}/sbin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/chkrootkit diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo index f700593e32d2..590b157382ad 100644 --- a/security/chkrootkit/distinfo +++ b/security/chkrootkit/distinfo @@ -1 +1 @@ -MD5 (chkrootkit-0.37.tar.gz) = b0feebea67655daa440da92099dd5187 +MD5 (chkrootkit-0.38.tar.gz) = 53a0d56d8b5bd1300237fc448c0b37eb diff --git a/security/chkrootkit/pkg-descr b/security/chkrootkit/pkg-descr index 7d930d2a6063..0323177a3940 100644 --- a/security/chkrootkit/pkg-descr +++ b/security/chkrootkit/pkg-descr @@ -3,7 +3,6 @@ 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 @@ -11,9 +10,11 @@ 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, OpenBSD - rk v1, Illogic and SK rootkit. + MithRa's Rootkit, George, SucKIT, Scalper Worm, Slapper Worm, OpenBSD + rk v1, Illogic, SK rootkit, sebek LKM, Romanian rootkit and LOC + rootkit. Nelson Murilo <nelson@pangeia.com.br> +Klaus Steding-Jessen <jessen@nic.br> WWW: http://www.chkrootkit.org/ diff --git a/security/chkrootkit/pkg-plist b/security/chkrootkit/pkg-plist index 791d19541af6..efe76dd91edd 100644 --- a/security/chkrootkit/pkg-plist +++ b/security/chkrootkit/pkg-plist @@ -1,6 +1,7 @@ -sbin/chkrootkit +sbin/chkdirs sbin/chklastlog sbin/chkproc +sbin/chkrootkit sbin/chkwtmp sbin/ifpromisc %%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT |