diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-07-24 18:36:19 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-07-24 18:36:19 +0000 |
commit | 36e34f48e2e5ab984eb31b7cff1ee163494523f0 (patch) | |
tree | 78419497b9b7f06ed2367445df2b7045727c6e0a /security/chkrootkit | |
parent | 37f54e0f66813dcddb3659fd7810198377792a1e (diff) | |
download | ports-36e34f48e2e5ab984eb31b7cff1ee163494523f0.tar.gz ports-36e34f48e2e5ab984eb31b7cff1ee163494523f0.zip |
Notes
Diffstat (limited to 'security/chkrootkit')
-rw-r--r-- | security/chkrootkit/Makefile | 65 | ||||
-rw-r--r-- | security/chkrootkit/distinfo | 2 | ||||
-rw-r--r-- | security/chkrootkit/pkg-descr | 24 |
3 files changed, 0 insertions, 91 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile deleted file mode 100644 index 668efcb3c2a4..000000000000 --- a/security/chkrootkit/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Created by: Luiz Eduardo R. Cordeiro -# $FreeBSD$ - -PORTNAME= chkrootkit -PORTVERSION= 0.49 -CATEGORIES= security -MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ - ftp://gd.tuwien.ac.at/infosys/security/chkrootkit/ \ - ftp://ftp.digitalvoodoo.org/pub/mirrors/chkrootkit/ \ - http://www.spenneberg.org/chkrootkit-mirror/files/ \ - http://www.mirrors.wiretapped.net/security/host-security/chkrootkit/ \ - http://ftp.uni-stuttgart.de/pub/security/unix/forensics/chkrootkit/ \ - http://ftp.bit.nl/mirror/chkrootkit/ \ - http://chkrootkit.mirror.fr/ - -MAINTAINER= cordeiro@nic.br -COMMENT= Tool to locally check for signs of a rootkit - -DEPRECATED= Fails to build with new utmpx -EXPIRATION_DATE= 2014-07-23 - -OPTIONS_DEFINE= DOCS - -SCRIPT_FILES= chkrootkit -PROG_FILES= chklastlog \ - chkwtmp \ - chkutmp \ - chkproc \ - chkdirs \ - ifpromisc \ - check_wtmpx \ - strings -ALL_TARGET= ${SCRIPT_FILES} ${PROG_FILES} -PORTDOCS= ACKNOWLEDGMENTS \ - COPYRIGHT \ - README \ - README.chklastlog \ - README.chkwtmp - -PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} - -BINMODE= 0700 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - -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 <bsd.port.post.mk> diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo deleted file mode 100644 index c9cf12673e83..000000000000 --- a/security/chkrootkit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (chkrootkit-0.49.tar.gz) = ccb87be09e8923d51f450a167f484414f70c36c942f8ef5b9e5e4a69b7baa17f -SIZE (chkrootkit-0.49.tar.gz) = 39421 diff --git a/security/chkrootkit/pkg-descr b/security/chkrootkit/pkg-descr deleted file mode 100644 index 482d1e734c8b..000000000000 --- a/security/chkrootkit/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ - 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 <nelson@pangeia.com.br> -Klaus Steding-Jessen <jessen@nic.br> - -WWW: http://www.chkrootkit.org/ |