[pkg-nagios-changes] [Git][nagios-team/pkg-nrpe][upstream] New upstream version 4.0.3

Bas Couwenberg gitlab at salsa.debian.org
Wed Apr 29 09:43:50 BST 2020



Bas Couwenberg pushed to branch upstream at Debian Nagios Maintainer Group / pkg-nrpe


Commits:
567de9e7 by Bas Couwenberg at 2020-04-29T10:37:56+02:00
New upstream version 4.0.3
- - - - -


7 changed files:

- CHANGELOG.md
- configure
- configure.ac
- include/common.h.in
- nrpe.spec.in
- src/nrpe.c
- update-version


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -1,6 +1,11 @@
 NRPE Changelog
 ==============
 
+[4.0.3](https://github.com/NagiosEnterprises/nrpe/releases/tag/nrpe-4.0.3) - 2020-04-28
+---------------------------------------------------------------------------------------
+**FIXES**
+- Fixed nasty_metachars not being read from config file (#235) (Sebastian Wolf)
+
 [4.0.2](https://github.com/NagiosEnterprises/nrpe/releases/tag/nrpe-4.0.2) - 2020-03-11
 ---------------------------------------------------------------------------------------
 **FIXES**


=====================================
configure
=====================================
@@ -2487,9 +2487,9 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 PKG_NAME=nrpe
-PKG_VERSION="4.0.2"
+PKG_VERSION="4.0.3"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="2020-03-09"
+PKG_REL_DATE="2020-04-28"
 RPM_RELEASE=1
 
 LANG=C


=====================================
configure.ac
=====================================
@@ -11,9 +11,9 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="4.0.2"
+PKG_VERSION="4.0.3"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="2020-03-09"
+PKG_REL_DATE="2020-04-28"
 RPM_RELEASE=1
 
 LANG=C


=====================================
include/common.h.in
=====================================
@@ -37,8 +37,8 @@
 # endif
 #endif
 
-#define PROGRAM_VERSION "4.0.2"
-#define MODIFICATION_DATE "2020-03-09"
+#define PROGRAM_VERSION "4.0.3"
+#define MODIFICATION_DATE "2020-04-28"
 
 #define OK							0
 #define ERROR						-1


=====================================
nrpe.spec.in
=====================================
@@ -22,7 +22,7 @@
 %define _sysconfdir /etc/nagios
 
 %define name @PACKAGE_NAME@
-%define version 4.0.2
+%define version 4.0.3
 %define release @RPM_RELEASE@
 %define nsusr @nrpe_user@
 %define nsgrp @nrpe_group@


=====================================
src/nrpe.c
=====================================
@@ -822,7 +822,9 @@ char* process_metachars(const char* input)
 				break;
 		}
 	}
-	copy[j] = '\0';
+	copy[i] = '\0';
+
+	return copy;
 }
 
 /* read in the configuration file */


=====================================
update-version
=====================================
@@ -28,10 +28,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=4.0.2
+CURRENTVERSION=4.0.3
 
 # Last date
-LASTDATE=2020-03-09
+LASTDATE=2020-04-28
 
 if [ "x$1" = "x" ]
 then



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nrpe/-/commit/567de9e75b4c5f275eac4521a4f00dd3b76c126f

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nrpe/-/commit/567de9e75b4c5f275eac4521a4f00dd3b76c126f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20200429/75435278/attachment-0001.html>


More information about the pkg-nagios-changes mailing list