From c2fdb947bd34d95918712539b56dfe2ab8423a95 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 18 Apr 2019 17:24:18 +0200 Subject: [PATCH] Bump --- debian/changelog | 5 +++-- ...rious_dollar_signs_added_to_command_lines.patch | 14 -------------- debian/patches/series | 1 - 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 debian/patches/40_fix_spurious_dollar_signs_added_to_command_lines.patch diff --git a/debian/changelog b/debian/changelog index 7ee3f10..8d64cc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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.4.3 - -- Mario Fetka Fri, 20 Oct 2017 15:44:03 +0200 + -- Mario Fetka Thu, 18 Apr 2019 17:23:44 +0200 nagios4 (4.3.2-1) UNRELEASED; urgency=medium diff --git a/debian/patches/40_fix_spurious_dollar_signs_added_to_command_lines.patch b/debian/patches/40_fix_spurious_dollar_signs_added_to_command_lines.patch deleted file mode 100644 index 077b320..0000000 --- a/debian/patches/40_fix_spurious_dollar_signs_added_to_command_lines.patch +++ /dev/null @@ -1,14 +0,0 @@ -Author: Alexander Wirt -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 */ diff --git a/debian/patches/series b/debian/patches/series index d5c1d9f..898462a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ 10_fix_wrong_line_makefile.patch -40_fix_spurious_dollar_signs_added_to_command_lines.patch 50_cgi.cfg-debianize.patch 51_commands.cfg-debianize.patch 52_nagios.cfg-debianize.patch