Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Apr 2003 15:00:07 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cordeiro@luinil.nic.br
Subject:   ports/50722: Update port: security/chkrootkit
Message-ID:  <20030408130007.3AD8714C8C@icommerce-france.com>
Resent-Message-ID: <200304081310.h38DAFrm077286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50722
>Category:       ports
>Synopsis:       Update port: security/chkrootkit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 08 06:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386

>Description:
	- Update to latest release. (bugfix & feature enhancement)
	- Maintainer CC'ed
>How-To-Repeat:
>Fix:

	
diff -u -ruN chkrootkit.bak/Makefile chkrootkit/Makefile
--- chkrootkit.bak/Makefile	Tue Apr  8 14:45:23 2003
+++ chkrootkit/Makefile	Tue Apr  8 14:54:50 2003
@@ -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 @@
 
 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 @@
 		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 @@
 	${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 -u -ruN chkrootkit.bak/distinfo chkrootkit/distinfo
--- chkrootkit.bak/distinfo	Tue Apr  8 14:45:23 2003
+++ chkrootkit/distinfo	Tue Apr  8 14:45:52 2003
@@ -1 +1 @@
-MD5 (chkrootkit-0.39a.tar.gz) = 95c49aae601d402dac063f157de8fb58
+MD5 (chkrootkit-0.40.tar.gz) = 152b45cd70ffcbe7315cb804d6ab70c5
diff -u -ruN chkrootkit.bak/pkg-plist chkrootkit/pkg-plist
--- chkrootkit.bak/pkg-plist	Tue Apr  8 14:45:23 2003
+++ chkrootkit/pkg-plist	Tue Apr  8 14:56:07 2003
@@ -4,6 +4,8 @@
 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

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030408130007.3AD8714C8C>