diff options
author | kevlo <kevlo@FreeBSD.org> | 2003-04-09 16:22:12 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2003-04-09 16:22:12 +0800 |
commit | d0ea1ba598700a87c157a42d1c76ef58fd0cb3da (patch) | |
tree | 0ba449e5a6191a1031ef96345d1677e2283d4117 | |
parent | 713efe7600bb40bbddef3ed174a6eac214f66a53 (diff) | |
download | freebsd-ports-gnome-d0ea1ba598700a87c157a42d1c76ef58fd0cb3da.tar.gz freebsd-ports-gnome-d0ea1ba598700a87c157a42d1c76ef58fd0cb3da.tar.zst freebsd-ports-gnome-d0ea1ba598700a87c157a42d1c76ef58fd0cb3da.zip |
Update to 0.40
PR: 50722
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
-rw-r--r-- | security/chkrootkit/Makefile | 8 | ||||
-rw-r--r-- | security/chkrootkit/distinfo | 2 | ||||
-rw-r--r-- | security/chkrootkit/pkg-plist | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index 481bb8cd6848..0fb41ad7fbac 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= chkrootkit -PORTVERSION= 0.39a +PORTVERSION= 0.40 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ @@ -15,7 +15,7 @@ COMMENT= A tool to locally check for signs of a rootkit USE_REINPLACE= yes -ALL_TARGET= chkrootkit chklastlog chkwtmp chkproc chkdirs ifpromisc +ALL_TARGET= chkrootkit chklastlog chkwtmp chkproc chkdirs ifpromisc check_wtmpx strings DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp @@ -28,6 +28,8 @@ pre-patch: s#\./chkwtmp#${PREFIX}/sbin/chkwtmp#g; \ s#\./chkproc#${PREFIX}/sbin/chkproc#g; \ s#\./chkdirs#${PREFIX}/sbin/chkdirs#g; \ + s#\./check_wtmpx#${PREFIX}/sbin/check_wtmpx#g; \ + s#\./strings#${PREFIX}/sbin/strings#g; \ s#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g;' \ ${WRKSRC}/chkrootkit @@ -38,6 +40,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chkproc ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkdirs ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ifpromisc ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/check_wtmpx ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/strings ${PREFIX}/sbin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/chkrootkit ${INSTALL_DATA} ${DOCFILES:C,^,${WRKSRC}/,} ${PREFIX}/share/doc/chkrootkit diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo index ec59f04fe980..364292b2c26c 100644 --- a/security/chkrootkit/distinfo +++ b/security/chkrootkit/distinfo @@ -1 +1 @@ -MD5 (chkrootkit-0.39a.tar.gz) = 95c49aae601d402dac063f157de8fb58 +MD5 (chkrootkit-0.40.tar.gz) = 152b45cd70ffcbe7315cb804d6ab70c5 diff --git a/security/chkrootkit/pkg-plist b/security/chkrootkit/pkg-plist index efe76dd91edd..5c0a5e8c526e 100644 --- a/security/chkrootkit/pkg-plist +++ b/security/chkrootkit/pkg-plist @@ -4,6 +4,8 @@ sbin/chkproc sbin/chkrootkit sbin/chkwtmp sbin/ifpromisc +sbin/check_wtmpx +sbin/strings %%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT %%PORTDOCS%%share/doc/chkrootkit/README %%PORTDOCS%%share/doc/chkrootkit/README.chklastlog |