Summary: | [patch] net-mgmt/nrpe - switch on ARGS by default | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrej Zverev <az> | ||||
Component: | Individual Port(s) | Assignee: | Niclas Zeising <zeising> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andrej Zverev
2014-03-13 14:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->zeising Over to maintainer (via the GNATS Auto Assign Tool) 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} \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed This has already been fixed by az@. Close PR. |