Date: Thu, 27 Mar 2014 04:41:37 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349318 - head/net-mgmt/nrpe Message-ID: <201403270441.s2R4fbQq079396@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Thu Mar 27 04:41:36 2014 New Revision: 349318 URL: http://svnweb.freebsd.org/changeset/ports/349318 QAT: https://qat.redports.org/buildarchive/r349318/ Log: - allow build with ARGS by default since user can control usage of such option via nrpe.conf and dont_blame_nrpe option which is "off" by default. - remove text about "securityy risk" from ARGS_DESC since nrpe.conf itself contain paragraph about it. PR: ports/187534 Submitted by: az@ Approved by: maintainer (timeout) Modified: head/net-mgmt/nrpe/Makefile Modified: head/net-mgmt/nrpe/Makefile ============================================================================== --- head/net-mgmt/nrpe/Makefile Thu Mar 27 04:38:40 2014 (r349317) +++ head/net-mgmt/nrpe/Makefile Thu Mar 27 04:41:36 2014 (r349318) @@ -3,7 +3,7 @@ PORTNAME= nrpe DISTVERSION= 2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} @@ -20,9 +20,10 @@ USE_RC_SUBR= nrpe2 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** +ARGS_DESC= Enable command argument processing SSL_USE= OPENSSL=yes SSL_CONFIGURE_ON= --enable-ssl --with-ssl=${OPENSSLDIR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403270441.s2R4fbQq079396>