From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 13 14:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D31A1EED for ; Thu, 13 Mar 2014 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98E1EF17 for ; Thu, 13 Mar 2014 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DEe07A039772 for ; Thu, 13 Mar 2014 14:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DEe0o6039771; Thu, 13 Mar 2014 14:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 13 Mar 2014 14:40:00 GMT Resent-Message-Id: <201403131440.s2DEe0o6039771@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, Andrej Zverev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8E07AB3 for ; Thu, 13 Mar 2014 14:33:13 +0000 (UTC) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88E28EAD for ; Thu, 13 Mar 2014 14:33:13 +0000 (UTC) Received: from az by sunner.semmy.ru with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WO6h4-000I69-3H for FreeBSD-gnats-submit@freebsd.org; Thu, 13 Mar 2014 18:33:10 +0400 Message-Id: Date: Thu, 13 Mar 2014 18:33:10 +0400 From: Andrej Zverev Sender: Andrej Zverev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187534: [patch] net-mgmt/nrpe - switch on ARGS by default X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 14:40:00 -0000 >Number: 187534 >Category: ports >Synopsis: [patch] net-mgmt/nrpe - switch on ARGS by default >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: Thu Mar 13 14:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 8.3-STABLE amd64 >Organization: >Environment: System: FreeBSD sunner.semmy.ru 8.3-STABLE FreeBSD 8.3-STABLE #4: Sun Jun 17 21:49:38 MSK 2012 root@sunner.semmy.ru:/usr/obj/usr/src/sys/SUNNER amd64 >Description: Allow build net-mgmt/nrpe by default with ARGS=on, since user can control usage of such option via nrpe.conf and dont_blame_nrpe option which is "off" by default. Don't see why we need have double security here, in real I need this change :-) >How-To-Repeat: >Fix: --- nrpe.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 347716) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= nrpe DISTVERSION= 2.15 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} @@ -19,6 +20,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= SSL ARGS +OPTIONS_DEFAULT= ARGS SSL_DESC= Enable SSL support (disables plain-text server) ARGS_DESC= Enable command argument processing **Security Risk** --- nrpe.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: