[pkg-nagios-changes] [Git][nagios-team/pkg-nrpe][buster-backports] 6 commits: New upstream version 4.0.3

Bas Couwenberg gitlab at salsa.debian.org
Mon May 4 06:01:24 BST 2020



Bas Couwenberg pushed to branch buster-backports 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
- - - - -
e593de1c by Bas Couwenberg at 2020-04-29T10:37:58+02:00
Update upstream source from tag 'upstream/4.0.3'

Update to upstream version '4.0.3'
with Debian dir 370d5742fb8a4afacb579bb0d9d1afccbb7be5aa
- - - - -
6fa37037 by Bas Couwenberg at 2020-04-29T10:38:10+02:00
New upstream release.

- - - - -
f80b344c by Bas Couwenberg at 2020-04-29T10:39:14+02:00
Set distribution to unstable.

- - - - -
ca9e768e by Bas Couwenberg at 2020-05-04T06:53:23+02:00
Merge tag 'debian/4.0.3-1' into buster-backports

releasing package nagios-nrpe version 4.0.3-1

- - - - -
957a29c7 by Bas Couwenberg at 2020-05-04T06:53:30+02:00
Rebuild for buster-backports.

- - - - -


8 changed files:

- CHANGELOG.md
- configure
- configure.ac
- debian/changelog
- 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


=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+nagios-nrpe (4.0.3-1~bpo10+1) buster-backports; urgency=medium
+
+  * Rebuild for buster-backports.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 04 May 2020 06:53:26 +0200
+
+nagios-nrpe (4.0.3-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 29 Apr 2020 10:38:59 +0200
+
 nagios-nrpe (4.0.2-1~bpo10+1) buster-backports; urgency=medium
 
   * Rebuild for buster-backports.


=====================================
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/-/compare/1f70de752ccbf3cc6e9a8060835f9e2401c56b4e...957a29c71ca9a3a871daca4a79707e1e96e41d59

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nrpe/-/compare/1f70de752ccbf3cc6e9a8060835f9e2401c56b4e...957a29c71ca9a3a871daca4a79707e1e96e41d59
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/20200504/4854257b/attachment-0001.html>


More information about the pkg-nagios-changes mailing list