From 92d5f60ea3b238ebcc069e9a11cce02b8ded3e6b Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 1 Dec 2014 08:53:29 +0100 Subject: [PATCH] Fixing dpatch macro - 10_check_ntp_null_termination.dpatch - 10_check_real_null_termination.dpatch --- debian/patches/10_check_ntp_null_termination.dpatch | 2 ++ debian/patches/10_check_real_null_termination.dpatch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/patches/10_check_ntp_null_termination.dpatch b/debian/patches/10_check_ntp_null_termination.dpatch index 5856bfd..88d8cef 100644 --- a/debian/patches/10_check_ntp_null_termination.dpatch +++ b/debian/patches/10_check_ntp_null_termination.dpatch @@ -9,6 +9,8 @@ Origin: upstream, https://github.com/monitoring-plugins/monitoring-plugins/commi Fix null termination introduced by commit a04df3e ("plugins/check_ntp.c - Verify struct from response"). +@DPATCH@ + Signed-off-by: Sebastian Herbszt --- plugins/check_ntp.c | 2 +- diff --git a/debian/patches/10_check_real_null_termination.dpatch b/debian/patches/10_check_real_null_termination.dpatch index 86a3bb9..649d9dc 100644 --- a/debian/patches/10_check_real_null_termination.dpatch +++ b/debian/patches/10_check_real_null_termination.dpatch @@ -9,6 +9,8 @@ Origin: upstream, https://github.com/monitoring-plugins/monitoring-plugins/commi Fix null termination introduced by commit b61f51a ("plugins/check_real.c - recv string null terminate"). +@DPATCH@ + Signed-off-by: Sebastian Herbszt --- plugins/check_real.c | 2 +-