[Pkg-nagios-changes] [pkg-nrpe] 04/41: Drop obsolete patch: 04_weird_output.dpatch.
Bas Couwenberg
sebastic at debian.org
Sun Dec 4 17:53:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pkg-nrpe.
commit 5ad3f351de03ee95f3790338162c4ade4ecd037a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Dec 4 12:43:43 2016 +0100
Drop obsolete patch: 04_weird_output.dpatch.
---
debian/changelog | 1 +
debian/patches/04_weird_output.dpatch | 15 ---------------
2 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c66a41a..297e5ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ nagios-nrpe (2.15-2) UNRELEASED; urgency=medium
* Change nagios-plugins dependencies to monitoring-plugins.
* Switch from dpatch to source format 3.0 (quilt).
(closes: #756410)
+ * Drop obsolete patch: 04_weird_output.dpatch.
-- Bas Couwenberg <sebastic at debian.org> Sun, 04 Dec 2016 12:08:25 +0100
diff --git a/debian/patches/04_weird_output.dpatch b/debian/patches/04_weird_output.dpatch
deleted file mode 100755
index 994bd0c..0000000
--- a/debian/patches/04_weird_output.dpatch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Clean buffer before use
-Author: Luk Claes <luk at debian.org>
-
---- a/src/nrpe.c 2012-04-30 09:36:53.000000000 +0200
-+++ b/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)){
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nrpe.git
More information about the Pkg-nagios-changes
mailing list