From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] update nagios_nrpe to 3.2.1 Date: Fri, 08 Dec 2017 16:01:38 +0100 Message-ID: <20171208160138.4e8159be.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0781403938096114484==" List-Id: --===============0781403938096114484== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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) -- 2.13.6 --===============0781403938096114484==--