diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index d0690079eaaf..5003b2851dfb 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -1,54 +1,55 @@ PORTNAME= chkrootkit -PORTVERSION= 0.55 +PORTVERSION= 0.58b CATEGORIES= security MASTER_SITES= ftp://ftp.chkrootkit.org/pub/seg/pac/ MAINTAINER= lacey.leanne@gmail.com COMMENT= Tool to locally check for signs of a rootkit WWW= http://www.chkrootkit.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= cpe -OPTIONS_DEFINE= DOCS - SCRIPT_FILES= chkrootkit PROG_FILES= chklastlog \ chkwtmp \ chkutmp \ chkproc \ chkdirs \ ifpromisc \ check_wtmpx \ strings ALL_TARGET= ${SCRIPT_FILES} ${PROG_FILES} + +BINMODE= 0700 + +PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} + PORTDOCS= ACKNOWLEDGMENTS \ COPYRIGHT \ README \ README.chklastlog \ README.chkwtmp -PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} - -BINMODE= 0700 +OPTIONS_DEFINE= DOCS .include post-patch: @${REINPLACE_CMD} -E "s/^(CC|CFLAGS)[^a-zA-Z]*=/\1 ?=/" \ ${WRKSRC}/Makefile .for prog in ${PROG_FILES} @${REINPLACE_CMD} -E 's,\./(${prog}),${PREFIX}/sbin/\1,g' \ ${WRKSRC}/chkrootkit .endfor do-install: ${INSTALL_SCRIPT} ${SCRIPT_FILES:C,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${PROG_FILES:C,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:C,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo index bfa361bbc72a..af8c0c071628 100644 --- a/security/chkrootkit/distinfo +++ b/security/chkrootkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634246676 -SHA256 (chkrootkit-0.55.tar.gz) = a81c0286ec449313f953701202a00e81b204fc2cf43e278585a11c12a5e0258b -SIZE (chkrootkit-0.55.tar.gz) = 42630 +TIMESTAMP = 1690489500 +SHA256 (chkrootkit-0.58b.tar.gz) = 75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9 +SIZE (chkrootkit-0.58b.tar.gz) = 42957 diff --git a/security/chkrootkit/pkg-descr b/security/chkrootkit/pkg-descr index 79ba5a747c84..85db3d6f7af6 100644 --- a/security/chkrootkit/pkg-descr +++ b/security/chkrootkit/pkg-descr @@ -1,22 +1,22 @@ Chkrootkit is a tool to locally check for signs of a rootkit. ------------------------------------------------------------- It contains: * chkrootkit: a shell script that checks system binaries for rootkit modification. * ifpromisc.c: checks if the network interface is in promiscuous mode. * chklastlog.c: checks for lastlog deletions. * chkwtmp.c: checks for wtmp deletions. * check_wtmpx.c: checks for wtmpx deletions. (Solaris only) * chkproc.c: checks for signs of LKM trojans. * chkdirs.c: checks for signs of LKM trojans. * strings.c: quick and dirty strings replacement. * chkutmp.c: checks for utmp deletions. For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/ -Nelson Murilo -Klaus Steding-Jessen +Nelson Murilo +Klaus Steding-Jessen