Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 18:33:10 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187534: [patch] net-mgmt/nrpe - switch on ARGS by default
Message-ID:  <E1WO6h4-000I69-3H@sunner.semmy.ru>
Resent-Message-ID: <201403131440.s2DEe0o6039771@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WO6h4-000I69-3H>