[Pkg-nagios-changes] [pkg-nrpe] 04/07: Drop format-security.patch, applied upstream.

Bas Couwenberg sebastic at debian.org
Sat May 27 09:18:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository pkg-nrpe.

commit eb3c519c8092f4086d8654f29c963d62af6590d7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat May 27 10:37:40 2017 +0200

    Drop format-security.patch, applied upstream.
---
 debian/changelog                     |  1 +
 debian/patches/format-security.patch | 17 -----------------
 debian/patches/series                |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3f73da..91cdceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 nagios-nrpe (3.1.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop format-security.patch, applied upstream.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 27 May 2017 10:25:40 +0200
 
diff --git a/debian/patches/format-security.patch b/debian/patches/format-security.patch
deleted file mode 100644
index 4e3e259..0000000
--- a/debian/patches/format-security.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix build failure with -Werror=format-security.
- error: format not a string literal and no format arguments [-Werror=format-security]
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://github.com/NagiosEnterprises/nrpe/pull/114
-Applied-Upstream: https://github.com/NagiosEnterprises/nrpe/commit/50c4a431c58eb18e02de2ac4a426a5c7a15b814b
-
---- a/src/utils.c
-+++ b/src/utils.c
-@@ -527,7 +527,7 @@ void logit(int priority, const char *for
- 			fflush(log_fp);
- 
- 		} else
--			syslog(priority, buffer);
-+			syslog(priority, "%s", buffer);
- 
- 		free(buffer);
- 	}
diff --git a/debian/patches/series b/debian/patches/series
index ba4b8b5..15e2844 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 02_nrpe.cfg_local-include_support_nrpe.d.patch
 07_warn_ssloption.patch
 11_reproducible_dh.h.patch
-format-security.patch

-- 
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