From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 25 21:10:13 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C13C916A422 for ; Sat, 25 Mar 2006 21:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95DAB43D49 for ; Sat, 25 Mar 2006 21:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2PLAB9f007071 for ; Sat, 25 Mar 2006 21:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2PLABf0007070; Sat, 25 Mar 2006 21:10:11 GMT (envelope-from gnats) Resent-Date: Sat, 25 Mar 2006 21:10:11 GMT Resent-Message-Id: <200603252110.k2PLABf0007070@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Douglas K. Rand" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70AF216A420; Sat, 25 Mar 2006 21:01:46 +0000 (UTC) (envelope-from rand@meridian-enviro.com) Received: from newman.meridian-enviro.com (newman.meridian-enviro.com [207.109.235.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7DB43D46; Sat, 25 Mar 2006 21:01:45 +0000 (GMT) (envelope-from rand@meridian-enviro.com) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by newman.meridian-enviro.com (8.13.1/8.13.1) with ESMTP id k2PL1iSB048028; Sat, 25 Mar 2006 15:01:44 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: (from rand@localhost) by delta.meridian-enviro.com (8.13.4/8.13.4/Submit) id k2PL1iiq026551; Sat, 25 Mar 2006 15:01:44 -0600 (CST) (envelope-from rand) Message-Id: <200603252101.k2PL1iiq026551@delta.meridian-enviro.com> Date: Sat, 25 Mar 2006 15:01:44 -0600 (CST) From: "Douglas K. Rand" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: cy@FreeBSD.org Subject: ports/94935: security/aide X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Douglas K. Rand" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2006 21:10:13 -0000 >Number: 94935 >Category: ports >Synopsis: security/aide >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: Sat Mar 25 21:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Meridian Environmental Technology, Inc. >Environment: System: FreeBSD delta.meridian-enviro.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Wed Mar 22 17:31:09 CST 2006 root@delta.meridian-enviro.com:/usr/obj/usr/src/sys/FCST i386 >Description: I store my aide.conf and aide.db files (along with the aide executable) on CD-RW media and mount them in CD-ROM drives on my exposed systems. (I re-write the CDs on a more trusted system.) I'd like to propose an AIDE_CONF knob for make.conf that would easily let me hard-code my preferred path to aide.conf. >How-To-Repeat: Forget to edit Makefile to change the --with-config_file line when installing or updating aide. >Fix: --- Makefile.orig Sat Mar 25 14:51:03 2006 +++ Makefile Sat Mar 25 14:52:25 2006 @@ -17,13 +17,15 @@ LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash +AIDE_CONF?= ${PREFIX}/etc/aide.conf + USE_GMAKE= yes USE_BISON= yes USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \ - --with-config_file=${PREFIX}/etc/aide.conf + --with-config_file=${AIDE_CONF} CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" >Release-Note: >Audit-Trail: >Unformatted: