mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 0.38
PR: ports/46952 Submitted by: maintainer
This commit is contained in:
parent
29ed872355
commit
857fd0cb66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72871
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (chkrootkit-0.37.tar.gz) = b0feebea67655daa440da92099dd5187
|
||||
MD5 (chkrootkit-0.38.tar.gz) = 53a0d56d8b5bd1300237fc448c0b37eb
|
||||
|
@ -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/
|
||||
|
@ -1,6 +1,7 @@
|
||||
sbin/chkrootkit
|
||||
sbin/chkdirs
|
||||
sbin/chklastlog
|
||||
sbin/chkproc
|
||||
sbin/chkrootkit
|
||||
sbin/chkwtmp
|
||||
sbin/ifpromisc
|
||||
%%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user