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 peter.mueller@link38.eu --- 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)