[Pkg-nagios-changes] [SCM] Debian packaging for nagios nrpe branch, master, updated. debian/2.12-6-10-gda31b98

Alexander Wirt formorer at debian.org
Sat Jun 30 09:58:28 UTC 2012


The following commit has been merged in the master branch:
commit 15489d5c850713f486b6b6956e0cdfe6cdac7b10
Author: Alexander Wirt <formorer at debian.org>
Date:   Mon Apr 30 09:55:19 2012 +0200

    Update patch

diff --git a/debian/patches/04_weird_output.dpatch b/debian/patches/04_weird_output.dpatch
index 6b767e3..85faea1 100755
--- a/debian/patches/04_weird_output.dpatch
+++ b/debian/patches/04_weird_output.dpatch
@@ -5,16 +5,16 @@
 ## DP: Clean buffer before use
 
 @DPATCH@
-diff -urNad nagios-nrpe-2.12~/src/nrpe.c nagios-nrpe-2.12/src/nrpe.c
---- nagios-nrpe-2.12~/src/nrpe.c	2008-09-14 16:19:36.000000000 +0200
-+++ nagios-nrpe-2.12/src/nrpe.c	2008-09-14 16:21:19.000000000 +0200
-@@ -1165,6 +1165,9 @@
- 	/* disable connection alarm - a new alarm will be setup during my_system */
- 	alarm(0);
- 
-+	// null buffer before using it!
-+	memset(buffer,0,sizeof(buffer));
-+
- 	/* if this is the version check command, just spew it out */
- 	if(!strcmp(command_name,NRPE_HELLO_COMMAND)){
- 
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-nrpe~/src/nrpe.c pkg-nrpe/src/nrpe.c
+--- pkg-nrpe~/src/nrpe.c	2012-04-30 09:36:53.000000000 +0200
++++ pkg-nrpe/src/nrpe.c	2012-04-30 09:52:47.890535825 +0200
+@@ -1107,6 +1107,9 @@
+ 	/* disable connection alarm - a new alarm will be setup during my_system */
+ 	alarm(0);
+ 
++	// null buffer before using it!
++	memset(buffer,0,sizeof(buffer));
++
+ 	/* if this is the version check command, just spew it out */
+ 	if(!strcmp(command_name,NRPE_HELLO_COMMAND)){
+ 

-- 
Debian packaging for nagios nrpe



More information about the Pkg-nagios-changes mailing list