ports/122941: security/chkrootkit does not respect CC

Frank Fenor frank at fenor.de
Sun Apr 20 18:30:05 UTC 2008


>Number:         122941
>Category:       ports
>Synopsis:       security/chkrootkit does not respect CC
>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:   Sun Apr 20 18:30:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Frank Fenor
>Release:        FreeBSD 7.0-PRERELEASE
>Organization:
>Environment:
FreeBSD konzentrisch.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #5: Tue Feb  5 00:33:58 CET 2008
>Description:
security/chkrootkit uses "cc" to build in any case, regardless of what CC is set to.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -Nru chkrootkit.vanilla/Makefile chkrootkit/Makefile
--- chkrootkit.vanilla/Makefile	2008-01-20 20:32:26.000000000 +0100
+++ chkrootkit/Makefile	2008-04-20 16:09:02.000000000 +0200
@@ -20,6 +20,7 @@
 MAINTAINER=	cordeiro at nic.br
 COMMENT=	A tool to locally check for signs of a rootkit
 
+MAKE_ENV+=	CC="${CC}"
 ALL_TARGET=	chkrootkit chklastlog chkwtmp chkutmp chkproc chkdirs ifpromisc check_wtmpx strings
 
 PLIST_FILES=	${ALL_TARGET:C,^,sbin/,}


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



More information about the freebsd-ports-bugs mailing list