From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 16 23:10:12 2010 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 E73B910656AC for ; Thu, 16 Dec 2010 23:10:12 +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 A96A38FC21 for ; Thu, 16 Dec 2010 23:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBGNACLf096027 for ; Thu, 16 Dec 2010 23:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBGNACfC096026; Thu, 16 Dec 2010 23:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 16 Dec 2010 23:10:12 GMT Resent-Message-Id: <201012162310.oBGNACfC096026@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, Philippe Pepiot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93A3F1065672 for ; Thu, 16 Dec 2010 23:06:25 +0000 (UTC) (envelope-from phil@philpep.org) Received: from aldo.philpep.org (aldo.philpep.org [82.229.137.130]) by mx1.freebsd.org (Postfix) with ESMTP id 5039C8FC19 for ; Thu, 16 Dec 2010 23:06:25 +0000 (UTC) Received: from aldo.philpep.org (picard.philpep.org [IPv6:2001:470:1f15:7bf:dead:c0de:0:25]) by picard.philpep.org (Postfix) with ESMTPS id EA4A9475E for ; Fri, 17 Dec 2010 00:05:52 +0100 (CET) Received: (from phil@localhost) by aldo.philpep.org (8.14.4/8.14.4/Submit) id oBGN5qJH098058; Fri, 17 Dec 2010 00:05:52 +0100 (CET) (envelope-from phil) Message-Id: <201012162305.oBGN5qJH098058@aldo.philpep.org> Date: Fri, 17 Dec 2010 00:05:52 +0100 (CET) From: Philippe Pepiot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153231: [PATCH] devel/nrpe2 enable ssl by default X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Pepiot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 23:10:13 -0000 >Number: 153231 >Category: ports >Synopsis: [PATCH] devel/nrpe2 enable ssl 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 Dec 16 23:10:12 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philippe Pepiot >Release: FreeBSD 8.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD aldo.philpep.org 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #5: Thu Nov 18 22:23:34 CET 2010 root@aldo.philpep.org:/usr/obj/usr/src/sys/ALDO amd64 >Description: The nagios plugin check_nrpe2 use ssl by default (-n for plain text) it would be more logical to enable ssl by default on nrpe2 server. >How-To-Repeat: >Fix: --- nrpe.patch begins here --- diff -ru nrpe2.old/Makefile nrpe2/Makefile --- nrpe2.old/Makefile 2010-10-29 18:34:40.000000000 +0200 +++ nrpe2/Makefile 2010-12-16 23:59:08.706657857 +0100 @@ -23,7 +23,7 @@ CONFLICTS= nrpe-1.* -OPTIONS= SSL "Enable SSL support (disables plain-text server)" off \ +OPTIONS= SSL "Enable SSL support (disables plain-text server)" on \ ARGS "Enable command argument processing **Security Risk**" off GNU_CONFIGURE= yes --- nrpe.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: