From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 24 19:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A631065676 for ; Fri, 24 Jul 2009 19:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C7B4C8FC1B for ; Fri, 24 Jul 2009 19:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6OJU11L057105 for ; Fri, 24 Jul 2009 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6OJU1Bt057104; Fri, 24 Jul 2009 19:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 24 Jul 2009 19:30:01 GMT Resent-Message-Id: <200907241930.n6OJU1Bt057104@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, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 170A8106566C for ; Fri, 24 Jul 2009 19:28:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 050FE8FC08 for ; Fri, 24 Jul 2009 19:28:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6OJSNuq044964 for ; Fri, 24 Jul 2009 19:28:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n6OJSNgs044963; Fri, 24 Jul 2009 19:28:23 GMT (envelope-from nobody) Message-Id: <200907241928.n6OJSNgs044963@www.freebsd.org> Date: Fri, 24 Jul 2009 19:28:23 GMT From: Bryan Drewery To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137100: openssh-portable: Add BSM audit support knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 19:30:02 -0000 >Number: 137100 >Category: ports >Synopsis: openssh-portable: Add BSM audit support knob >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 24 19:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: >Organization: >Environment: >Description: This allows setting WITH_BSM to enable OpenBSM auditing support for use with audit(8). >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-07-24 14:16:09.000000000 -0500 +++ Makefile 2009-07-24 14:18:00.000000000 -0500 @@ -63,6 +63,7 @@ OPENSC "Enable OpenSC smartcard support" off \ OPENSCPINPATCH "Enable OpenSC PIN patch" off \ HPN "Enable HPN-SSH patch" off \ + BSM "Enable OpenBSM Auditing" off \ LPK "Enable LDAP Public Key (LPK) patch" off \ X509 "Enable x509 certificate patch" off \ OVERWRITE_BASE "OpenSSH overwrite base" off @@ -97,6 +98,10 @@ CONFIGURE_ARGS+= --disable-suid-ssh .endif +.if defined(WITH_BSM) +CONFIGURE_ARGS+= --with-audit=bsm +.endif + .if !defined(WITHOUT_KERBEROS) .if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI) .if defined(WITH_KERB_GSSAPI) >Release-Note: >Audit-Trail: >Unformatted: