Bump
This commit is contained in:
parent
8cd41bc351
commit
c2fdb947bd
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,8 +1,9 @@
|
|||||||
nagios4 (4.3.4-1) UNRELEASED; urgency=medium
|
nagios4 (4.4.3-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* bump to 4.3.4
|
* bump to 4.3.4
|
||||||
|
* Bump to 4.4.3
|
||||||
|
|
||||||
-- Mario Fetka <mario.fetka@gmail.com> Fri, 20 Oct 2017 15:44:03 +0200
|
-- Mario Fetka <mario.fetka@gmail.com> Thu, 18 Apr 2019 17:23:44 +0200
|
||||||
|
|
||||||
nagios4 (4.3.2-1) UNRELEASED; urgency=medium
|
nagios4 (4.3.2-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
Author: Alexander Wirt <formorer@debian.org>
|
|
||||||
Description: Fixes the output of spurious $ signs in commandoutput (#480001)
|
|
||||||
--- a/common/macros.c
|
|
||||||
+++ b/common/macros.c
|
|
||||||
@@ -221,7 +221,8 @@
|
|
||||||
*output_buffer = (char *)realloc(*output_buffer, strlen(*output_buffer) + strlen(temp_buffer) + 3);
|
|
||||||
strcat(*output_buffer, "$");
|
|
||||||
strcat(*output_buffer, temp_buffer);
|
|
||||||
- strcat(*output_buffer, "$");
|
|
||||||
+ if (buf_ptr!=NULL)
|
|
||||||
+ strcat(*output_buffer,"$");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* insert macro */
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,5 +1,4 @@
|
|||||||
10_fix_wrong_line_makefile.patch
|
10_fix_wrong_line_makefile.patch
|
||||||
40_fix_spurious_dollar_signs_added_to_command_lines.patch
|
|
||||||
50_cgi.cfg-debianize.patch
|
50_cgi.cfg-debianize.patch
|
||||||
51_commands.cfg-debianize.patch
|
51_commands.cfg-debianize.patch
|
||||||
52_nagios.cfg-debianize.patch
|
52_nagios.cfg-debianize.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user