From patchwork Sat Dec 9 02:01:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 1581 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 6FD5A60D6C for ; Fri, 8 Dec 2017 16:01:52 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 994B8386C; Fri, 8 Dec 2017 16:01:51 +0100 (CET) Received: from mx.link38.eu (mx.link38.eu [IPv6:2a03:4000:17:39a::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.link38.eu", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 9875937EB for ; Fri, 8 Dec 2017 16:01:47 +0100 (CET) X-Virus-Scanned: ClamAV at mx.link38.eu Received: from mx-fra.brokers.link38.eu (mx-fra.brokers.link38.eu [10.141.75.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx.link38.eu (Postfix) with ESMTPS id 9D46B4016F for ; Fri, 8 Dec 2017 16:01:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx-fra.brokers.link38.eu (Postfix) with ESMTPSA id 226CE9F3CB for ; Fri, 8 Dec 2017 16:01:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=link38.eu; s=201711; t=1512745300; x=1575817300; bh=yP0x6HpWHKdVEybG/zOZYxZpB9BbWzBdKo4JgI46xSA=; h=Date:From:To:Subject:Message-ID:Content-Type:From:To:Subject:Date: Cc; b=klvh1TcKACh2lfEOkvHWKIIgl3W9vED3rFJQN8LZBAC7HbYwUeld+iEsgG52Djm6G 5uwBzwFvrIlnwwcFwLdXaXjTBbk7W9mtWICKJe1OQI/a6fe9GVHYOgR04pCF9QUpwd Xgt6GiOptXjyCjGGPnxpHBii8fQ2Tq6vHrQFZ2Q+coWwA6D459AnzsAMbAcDmOxbUZ xEbRoyCZecEdXggpLnsmz35T2ZFebmrXu+cNWIh+dOjYmElgUTC2jfnKuZVe2svZZa Q1Um4fPOXu3y+sUszPXZZOcrheP9hHmwjVcON8iY1H6zaHjiBueKiYAIL7XgkM3enk 16L9Ets4LcM8A== Date: Fri, 8 Dec 2017 16:01:38 +0100 From: Peter =?utf-8?q?M=C3=BCller?= To: "development@lists.ipfire.org" Subject: [PATCH] update nagios_nrpe to 3.2.1 Message-ID: <20171208160138.4e8159be.peter.mueller@link38.eu> Organization: Link38 MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Update Nagios NRPE server to version 3.2.1, which fixes several bugs and security issues. Changelog: https://github.com/NagiosEnterprises/nrpe/blob/master/CHANGELOG.md Signed-off-by: Peter Müller --- lfs/nagios_nrpe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nagios_nrpe b/lfs/nagios_nrpe index 050c9294f..e211961be 100644 --- a/lfs/nagios_nrpe +++ b/lfs/nagios_nrpe @@ -24,7 +24,7 @@ include Config -VER = 2.12 +VER = 3.2.1 THISAPP = nrpe-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nagios_nrpe -PAK_VER = 2 +PAK_VER = 3 DEPS = "nagios" @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b2d75e2962f1e3151ef58794d60c9e97 +$(DL_FILE)_MD5 = 8997e195fea93cdceb8c7ed8ac1d43bc install : $(TARGET)