summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-10-25 20:48:02 +0000
committerobraun <obraun@FreeBSD.org>2002-10-25 20:48:02 +0000
commitf1c6f7bea1e0e0ebd4ab8ee54de12f9e5af52134 (patch)
tree242e593f61a5d4114d98f42f3a1f7376e3e9e5b6
parentfe53f9d2212184099aea0ff30dc7a1188344847d (diff)
downloadFreeBSD-ports-f1c6f7bea1e0e0ebd4ab8ee54de12f9e5af52134.zip
FreeBSD-ports-f1c6f7bea1e0e0ebd4ab8ee54de12f9e5af52134.tar.gz
Upgrade to 0.37.
PR: 44468 Submitted by: maintainer
-rw-r--r--security/chkrootkit/Makefile7
-rw-r--r--security/chkrootkit/distinfo2
-rw-r--r--security/chkrootkit/pkg-descr4
-rw-r--r--security/chkrootkit/pkg-plist1
4 files changed, 8 insertions, 6 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile
index f34f371..8120476 100644
--- a/security/chkrootkit/Makefile
+++ b/security/chkrootkit/Makefile
@@ -6,24 +6,24 @@
#
PORTNAME= chkrootkit
-PORTVERSION= 0.36
+PORTVERSION= 0.37
CATEGORIES= security
MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/
MAINTAINER= cordeiro@luinil.nic.br
-ALL_TARGET= chkrootkit chklastlog chkwtmp ifpromisc
+ALL_TARGET= chkrootkit chklastlog chkwtmp chkproc ifpromisc
DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp
BINMODE= 0700
-WRKSRC= ${WRKDIR}/${PORTNAME}-pre-${PORTVERSION}
pre-patch:
${PERL} -pi -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile
${PERL} -pi -e \
's#\./chklastlog#${PREFIX}/sbin/chklastlog#g; \
s#\./chkwtmp#${PREFIX}/sbin/chkwtmp#g; \
+ s#\./chkproc#${PREFIX}/sbin/chkproc#g; \
s#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g;' \
${WRKSRC}/chkrootkit
@@ -31,6 +31,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/chkrootkit ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/chklastlog ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/chkwtmp ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/chkproc ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/ifpromisc ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/chkrootkit
diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo
index ae00a0d..f700593 100644
--- a/security/chkrootkit/distinfo
+++ b/security/chkrootkit/distinfo
@@ -1 +1 @@
-MD5 (chkrootkit-0.36.tar.gz) = 295c865bd55bbc4f6c8377abe9f27c1c
+MD5 (chkrootkit-0.37.tar.gz) = b0feebea67655daa440da92099dd5187
diff --git a/security/chkrootkit/pkg-descr b/security/chkrootkit/pkg-descr
index 49344b6..7d930d2 100644
--- a/security/chkrootkit/pkg-descr
+++ b/security/chkrootkit/pkg-descr
@@ -11,8 +11,8 @@
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 and SucKIT.
-
+ MithRa's Rootkit, George, SucKIT Scalper Worm, Slapper Worm, OpenBSD
+ rk v1, Illogic and SK rootkit.
Nelson Murilo <nelson@pangeia.com.br>
diff --git a/security/chkrootkit/pkg-plist b/security/chkrootkit/pkg-plist
index 73a7df1..791d195 100644
--- a/security/chkrootkit/pkg-plist
+++ b/security/chkrootkit/pkg-plist
@@ -1,5 +1,6 @@
sbin/chkrootkit
sbin/chklastlog
+sbin/chkproc
sbin/chkwtmp
sbin/ifpromisc
%%PORTDOCS%%share/doc/chkrootkit/COPYRIGHT
OpenPOWER on IntegriCloud