update to 0.34.

PR:		30709
Submitted by:	maintainer
This commit is contained in:
FUJISHIMA Satsuki 2001-09-22 06:44:04 +00:00
parent 1f53fdc570
commit de0f8cfea6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48069
4 changed files with 13 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= chkrootkit PORTNAME= chkrootkit
PORTVERSION= 0.32 PORTVERSION= 0.34
CATEGORIES= security CATEGORIES= security
MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/
@ -14,7 +14,7 @@ MAINTAINER= cordeiro@iqm.unicamp.br
ALL_TARGET= chkrootkit chklastlog chkwtmp ifpromisc ALL_TARGET= chkrootkit chklastlog chkwtmp ifpromisc
DOCFILES= COPYRIGHT README.chklastlog README.chkwtmp DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp
pre-patch: pre-patch:
${PERL} -pi -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile ${PERL} -pi -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile

View file

@ -1 +1 @@
MD5 (chkrootkit-0.32.tar.gz) = 6ed5ae272538a64fe2e395931de3bdf7 MD5 (chkrootkit-0.34.tar.gz) = 3dea2c29537d086e85134c600b38bc3b

View file

@ -3,16 +3,24 @@ contains:
* chkrootkit: a shell script that checks system binaries for * chkrootkit: a shell script that checks system binaries for
rootkit modification. rootkit modification.
* ifpromisc.c: checks if the network interface is in promiscuous * ifpromisc.c: checks if the network interface is in promiscuous
mode. mode.
* chklastlog.c: checks for lastlog deletions. * chklastlog.c: checks for lastlog deletions.
* chkwtmp.c: checks for wtmp deletions. * chkwtmp.c: checks for wtmp deletions.
* check_wtmpx.c: checks for wtmpx deletions. (Solaris only)
* chkproc.c: checks for signs of LKM trojans.
The following rootkits, worms and LKMs are currently detected: The following rootkits, worms and LKMs are currently detected:
Solaris rootkit, FreeBSD rootkit, lrk3, lrk4, lrk5, lrk6, t0rn (and Solaris rootkit, FreeBSD rootkit, lrk3, lrk4, lrk5, lrk6, t0rn (and
t0rn v8), some lrk variants, Ambient's Rootkit for Linux (ARK), Ramen t0rn v8), some lrk variants, Ambient's Rootkit for Linux (ARK), Ramen
Worm, rh[67]-shaper, RSHA, Romanian rootkit, RK17, Lion Worm, Adore Worm, rh[67]-shaper, RSHA, Romanian rootkit, RK17, Lion Worm, Adore
Worm, LPD Worm, kenny-rk and Adore LKM. Worm, LPD Worm, kenny-rk, Adore LKM, ShitC Worm, Omega Worm, Wormkit
Worm, dsc-rootkit.
Nelson Murilo <nelson@pangeia.com.br> Nelson Murilo <nelson@pangeia.com.br>

View file

@ -3,6 +3,7 @@ sbin/chklastlog
sbin/chkwtmp sbin/chkwtmp
sbin/ifpromisc sbin/ifpromisc
%%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT %%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT
%%PORTDOCS%%share/doc/chkrootkit/README
%%PORTDOCS%%share/doc/chkrootkit/README.chklastlog %%PORTDOCS%%share/doc/chkrootkit/README.chklastlog
%%PORTDOCS%%share/doc/chkrootkit/README.chkwtmp %%PORTDOCS%%share/doc/chkrootkit/README.chkwtmp
%%PORTDOCS%%@dirrm share/doc/chkrootkit %%PORTDOCS%%@dirrm share/doc/chkrootkit