diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-25 20:48:02 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-25 20:48:02 +0000 |
commit | 132c61bea0d0731a52a17827c97829cf720cba49 (patch) | |
tree | 9b00faa0c8dce980e29ae937783050fd68476728 /security/chkrootkit | |
parent | 1f8692d63c7151f08beedc4abc22809ae02cbece (diff) |
Upgrade to 0.37.
PR: 44468
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=68820
Diffstat (limited to 'security/chkrootkit')
-rw-r--r-- | security/chkrootkit/Makefile | 7 | ||||
-rw-r--r-- | security/chkrootkit/distinfo | 2 | ||||
-rw-r--r-- | security/chkrootkit/pkg-descr | 4 | ||||
-rw-r--r-- | security/chkrootkit/pkg-plist | 1 |
4 files changed, 8 insertions, 6 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index f34f371002f2..812047625585 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -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 @@ do-install: ${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 --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo index ae00a0d89d54..f700593e32d2 100644 --- a/security/chkrootkit/distinfo +++ b/security/chkrootkit/distinfo @@ -1 +1 @@ -MD5 (chkrootkit-0.36.tar.gz) = 295c865bd55bbc4f6c8377abe9f27c1c +MD5 (chkrootkit-0.37.tar.gz) = b0feebea67655daa440da92099dd5187 diff --git a/security/chkrootkit/pkg-descr b/security/chkrootkit/pkg-descr index 49344b60d2ad..7d930d2a6063 100644 --- a/security/chkrootkit/pkg-descr +++ b/security/chkrootkit/pkg-descr @@ -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> diff --git a/security/chkrootkit/pkg-plist b/security/chkrootkit/pkg-plist index 73a7df16c6de..791d19541af6 100644 --- a/security/chkrootkit/pkg-plist +++ b/security/chkrootkit/pkg-plist @@ -1,5 +1,6 @@ sbin/chkrootkit sbin/chklastlog +sbin/chkproc sbin/chkwtmp sbin/ifpromisc %%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT |