Your message dated Sun, 04 Dec 2016 18:03:23 +0000
with message-id <[email protected]>
and subject line Bug#756410: fixed in nagios-nrpe 3.0.1-1~exp1
has caused the Debian Bug report #756410,
regarding nagios-nrpe: Please replace deprecated dpatch by quilt
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
756410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756410
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nagios-nrpe
Version: 2.15-1
Severity: normal
Tags: patch

Hi,

Please replace the deprecated dpatch by quilt. I have attached a patch that
replaces dpatch by a dpkg-source 3.0 (quilt) format.
diff -Nru nagios-nrpe-2.15/debian/changelog nagios-nrpe-2.15/debian/changelog
--- nagios-nrpe-2.15/debian/changelog	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/changelog	2014-07-29 17:20:24.000000000 +0200
@@ -1,3 +1,10 @@
+nagios-nrpe (2.15-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch from deprecated dpatch to the 3.0 (quilt) source format.
+
+ -- Benjamin Drung <[email protected]>  Tue, 29 Jul 2014 17:19:55 +0200
+
 nagios-nrpe (2.15-1) unstable; urgency=high
 
   * [f2cea9f] Imported Upstream version 2.15
diff -Nru nagios-nrpe-2.15/debian/control nagios-nrpe-2.15/debian/control
--- nagios-nrpe-2.15/debian/control	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/control	2014-07-29 17:06:26.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Nagios Maintainer Group <[email protected]>
 Uploaders: sean finney <[email protected]>, Jason Thomas <[email protected]>, Alexander Wirt <[email protected]>
-Build-Depends: debhelper (>= 9), openssl, dpatch (>= 2.0.32~), libssl-dev, libwrap0-dev, autotools-dev (>= 20100122.1)
+Build-Depends: debhelper (>= 9), openssl, libssl-dev, libwrap0-dev, autotools-dev (>= 20100122.1)
 Standards-Version: 3.9.5
 
 Package: nagios-nrpe-server
diff -Nru nagios-nrpe-2.15/debian/patches/00list nagios-nrpe-2.15/debian/patches/00list
--- nagios-nrpe-2.15/debian/patches/00list	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/00list	1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-02_nrpe.cfg_local-include.dpatch
-03_support_nrpe.d.dpatch
-05_pid_privileges.dpatch
-06_pid_directory.dpatch
-07_warn_ssloption.dpatch
-09_noremove_pid.dpatch
diff -Nru nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.dpatch nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.dpatch
--- nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.dpatch	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.dpatch	1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_nrpe.cfg_local-include.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Support nrpe_local.cfg 
-
-@DPATCH@
-diff -urNad nagios-nrpe-2.4~/sample-config/nrpe.cfg.in nagios-nrpe-2.4/sample-config/nrpe.cfg.in
---- nagios-nrpe-2.4~/sample-config/nrpe.cfg.in	2006-02-03 23:02:32.000000000 +0100
-+++ nagios-nrpe-2.4/sample-config/nrpe.cfg.in	2006-03-31 07:07:16.000000000 +0200
-@@ -178,3 +178,8 @@
- #command[check_load]=@libexecdir@/check_load -w $ARG1$ -c $ARG2$
- #command[check_disk]=@libexecdir@/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
- #command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
-+
-+#
-+# local configuration:
-+#	if you'd prefer, you can instead place directives here
-+include=/etc/nagios/nrpe_local.cfg
diff -Nru nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.patch nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.patch
--- nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.patch	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/02_nrpe.cfg_local-include.patch	2014-07-29 17:23:40.000000000 +0200
@@ -0,0 +1,14 @@
+Author: <[email protected]>
+Description: Support nrpe_local.cfg
+
+--- a/sample-config/nrpe.cfg.in
++++ b/sample-config/nrpe.cfg.in
+@@ -233,3 +233,8 @@
+ #command[check_load]=@libexecdir@/check_load -w $ARG1$ -c $ARG2$
+ #command[check_disk]=@libexecdir@/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
+ #command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
++
++#
++# local configuration:
++#	if you'd prefer, you can instead place directives here
++include=/etc/nagios/nrpe_local.cfg
diff -Nru nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.dpatch nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.dpatch
--- nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.dpatch	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.dpatch	1970-01-01 01:00:00.000000000 +0100
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_support_nrpe.d.dpatch by Alexander Wirt <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Support an nrpe.d directory
-
-@DPATCH@
-diff -urNad nagios-nrpe-2.8.1~/sample-config/nrpe.cfg.in nagios-nrpe-2.8.1/sample-config/nrpe.cfg.in
---- nagios-nrpe-2.8.1~/sample-config/nrpe.cfg.in	2008-04-15 23:53:48.000000000 +0200
-+++ nagios-nrpe-2.8.1/sample-config/nrpe.cfg.in	2008-04-15 23:54:48.000000000 +0200
-@@ -211,3 +211,9 @@
- # local configuration:
- #	if you'd prefer, you can instead place directives here
- include=/etc/nagios/nrpe_local.cfg
-+
-+# 
-+# you can place your config snipplets into nrpe.d/
-+# only snipplets ending in .cfg will get included
-+include_dir=/etc/nagios/nrpe.d/
-+
-+
diff -Nru nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.patch nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.patch
--- nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.patch	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/03_support_nrpe.d.patch	2014-07-29 17:11:51.000000000 +0200
@@ -0,0 +1,15 @@
+Author: Alexander Wirt <[email protected]>
+Description: Support an nrpe.d directory
+
+--- a/sample-config/nrpe.cfg.in
++++ b/sample-config/nrpe.cfg.in
+@@ -238,3 +238,9 @@
+ # local configuration:
+ #	if you'd prefer, you can instead place directives here
+ include=/etc/nagios/nrpe_local.cfg
++
++# 
++# you can place your config snipplets into nrpe.d/
++# only snipplets ending in .cfg will get included
++include_dir=/etc/nagios/nrpe.d/
++
diff -Nru nagios-nrpe-2.15/debian/patches/04_weird_output.dpatch nagios-nrpe-2.15/debian/patches/04_weird_output.dpatch
--- nagios-nrpe-2.15/debian/patches/04_weird_output.dpatch	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/04_weird_output.dpatch	1970-01-01 01:00:00.000000000 +0100
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_weird_output.dpatch by  <luk@luknote>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Clean buffer before use
-
-@DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-nrpe~/src/nrpe.c pkg-nrpe/src/nrpe.c
---- pkg-nrpe~/src/nrpe.c	2012-04-30 09:36:53.000000000 +0200
-+++ pkg-nrpe/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)){
- 
diff -Nru nagios-nrpe-2.15/debian/patches/04_weird_output.patch nagios-nrpe-2.15/debian/patches/04_weird_output.patch
--- nagios-nrpe-2.15/debian/patches/04_weird_output.patch	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/04_weird_output.patch	2014-07-29 17:30:22.000000000 +0200
@@ -0,0 +1,15 @@
+Author: <luk@luknote>
+Description: Clean buffer before use
+
+--- pkg-nrpe~/src/nrpe.c	2012-04-30 09:36:53.000000000 +0200
++++ pkg-nrpe/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)){
+ 
diff -Nru nagios-nrpe-2.15/debian/patches/05_pid_privileges.dpatch nagios-nrpe-2.15/debian/patches/05_pid_privileges.dpatch
--- nagios-nrpe-2.15/debian/patches/05_pid_privileges.dpatch	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/05_pid_privileges.dpatch	1970-01-01 01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 05_pid_privileges.dpatch by  <luk@luknote>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-nrpe~/src/nrpe.c pkg-nrpe/src/nrpe.c
---- pkg-nrpe~/src/nrpe.c	2014-05-23 20:42:27.000000000 +0200
-+++ pkg-nrpe/src/nrpe.c	2014-07-15 14:09:45.027422047 +0200
-@@ -317,13 +317,13 @@
- 		/* log info to syslog facility */
- 		syslog(LOG_NOTICE,"Starting up daemon");
- 
-+		/* drop privileges */
-+		drop_privileges(nrpe_user,nrpe_group);
-+
- 		/* write pid file */
- 		if(write_pid_file()==ERROR)
- 			return STATE_CRITICAL;
- 
--		/* drop privileges */
--		drop_privileges(nrpe_user,nrpe_group);
--
- 		/* make sure we're not root */
- 		check_privileges();
- 
diff -Nru nagios-nrpe-2.15/debian/patches/05_pid_privileges.patch nagios-nrpe-2.15/debian/patches/05_pid_privileges.patch
--- nagios-nrpe-2.15/debian/patches/05_pid_privileges.patch	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/05_pid_privileges.patch	2014-07-29 17:12:40.000000000 +0200
@@ -0,0 +1,21 @@
+Author: <luk@luknote>
+
+--- a/src/nrpe.c
++++ b/src/nrpe.c
+@@ -317,13 +317,13 @@
+ 		/* log info to syslog facility */
+ 		syslog(LOG_NOTICE,"Starting up daemon");
+ 
++		/* drop privileges */
++		drop_privileges(nrpe_user,nrpe_group);
++
+ 		/* write pid file */
+ 		if(write_pid_file()==ERROR)
+ 			return STATE_CRITICAL;
+ 
+-		/* drop privileges */
+-		drop_privileges(nrpe_user,nrpe_group);
+-
+ 		/* make sure we're not root */
+ 		check_privileges();
+ 
diff -Nru nagios-nrpe-2.15/debian/patches/06_pid_directory.dpatch nagios-nrpe-2.15/debian/patches/06_pid_directory.dpatch
--- nagios-nrpe-2.15/debian/patches/06_pid_directory.dpatch	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/06_pid_directory.dpatch	1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_pid_directory.dpatch by Alexander Wirt <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad nagios-nrpe-2.8.1~/sample-config/nrpe.cfg.in nagios-nrpe-2.8.1/sample-config/nrpe.cfg.in
---- nagios-nrpe-2.8.1~/sample-config/nrpe.cfg.in	2007-03-09 19:08:58.000000000 +0100
-+++ nagios-nrpe-2.8.1/sample-config/nrpe.cfg.in	2009-07-06 07:43:09.000000000 +0200
-@@ -16,7 +16,7 @@
- # number.  The file is only written if the NRPE daemon is started by the root
- # user and is running in standalone mode.
- 
--pid_file=/var/run/nrpe.pid
-+pid_file=/var/run/nagios/nrpe.pid
- 
- 
- 
diff -Nru nagios-nrpe-2.15/debian/patches/06_pid_directory.patch nagios-nrpe-2.15/debian/patches/06_pid_directory.patch
--- nagios-nrpe-2.15/debian/patches/06_pid_directory.patch	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/06_pid_directory.patch	2014-07-29 17:12:55.000000000 +0200
@@ -0,0 +1,13 @@
+Author: Alexander Wirt <[email protected]>
+
+--- a/sample-config/nrpe.cfg.in
++++ b/sample-config/nrpe.cfg.in
+@@ -23,7 +23,7 @@
+ # number.  The file is only written if the NRPE daemon is started by the root
+ # user and is running in standalone mode.
+ 
+-pid_file=/var/run/nrpe.pid
++pid_file=/var/run/nagios/nrpe.pid
+ 
+ 
+ 
diff -Nru nagios-nrpe-2.15/debian/patches/07_warn_ssloption.dpatch nagios-nrpe-2.15/debian/patches/07_warn_ssloption.dpatch
--- nagios-nrpe-2.15/debian/patches/07_warn_ssloption.dpatch	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/07_warn_ssloption.dpatch	1970-01-01 01:00:00.000000000 +0100
@@ -1,30 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 07_warn_ssloption.dpatch by Thijs Kinkhorst <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Warn against inadequateness of NRPE's own SSL option.
-
---- a/SECURITY	2013-02-10 15:07:18.000000000 +0100
-+++ b/SECURITY	2013-02-10 15:08:50.000000000 +0100
-@@ -67,14 +67,17 @@
- ----------
- 
- If you do enable support for command arguments in the NRPE daemon,
--make sure that you encrypt communications either by using:
--
--   1.  Stunnel (see http://www.stunnel.org for more info)
--   2.  Native SSL support
-+make sure that you encrypt communications either by using, for
-+example, Stunnel (see http://www.stunnel.org for more info).
- 
- Do NOT assume that just because the daemon is behind a firewall
- that you are safe!  Always encrypt NRPE traffic!
- 
-+NOTE: the currently shipped native SSL support of NRPE is not an
-+adequante protection, because it does not verify clients and
-+server, and uses pregenerated key material. NRPE's SSL option is
-+advised against. For more information, see Debian bug #547092.
-+
- 
- USING ARGUMENTS
- ---------------
diff -Nru nagios-nrpe-2.15/debian/patches/07_warn_ssloption.patch nagios-nrpe-2.15/debian/patches/07_warn_ssloption.patch
--- nagios-nrpe-2.15/debian/patches/07_warn_ssloption.patch	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/07_warn_ssloption.patch	2014-07-29 17:13:06.000000000 +0200
@@ -0,0 +1,27 @@
+Author: Thijs Kinkhorst <[email protected]>
+Description: Warn against inadequateness of NRPE's own SSL option.
+
+--- a/SECURITY
++++ b/SECURITY
+@@ -93,14 +93,17 @@
+ ----------
+ 
+ If you do enable support for command arguments in the NRPE daemon,
+-make sure that you encrypt communications either by using:
+-
+-   1.  Stunnel (see http://www.stunnel.org for more info)
+-   2.  Native SSL support
++make sure that you encrypt communications either by using, for
++example, Stunnel (see http://www.stunnel.org for more info).
+ 
+ Do NOT assume that just because the daemon is behind a firewall
+ that you are safe!  Always encrypt NRPE traffic!
+ 
++NOTE: the currently shipped native SSL support of NRPE is not an
++adequante protection, because it does not verify clients and
++server, and uses pregenerated key material. NRPE's SSL option is
++advised against. For more information, see Debian bug #547092.
++
+ 
+ USING ARGUMENTS
+ ---------------
diff -Nru nagios-nrpe-2.15/debian/patches/09_noremove_pid.dpatch nagios-nrpe-2.15/debian/patches/09_noremove_pid.dpatch
--- nagios-nrpe-2.15/debian/patches/09_noremove_pid.dpatch	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/patches/09_noremove_pid.dpatch	1970-01-01 01:00:00.000000000 +0100
@@ -1,34 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 09_noremove_pid.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Do not remove the PID file after a connection error (original patch 
-## DP: from Hiren Patel)
-
-# Author: Hiren Patel
-# From: http://comments.gmane.org/gmane.network.nagios.devel/6774
-# Bug-Debian: #716949
-# Bug-Ubuntu: https://launchpad.net/bugs/1126890
-
-@DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-nrpe~/src/nrpe.c pkg-nrpe/src/nrpe.c
---- pkg-nrpe~/src/nrpe.c	2014-07-15 14:20:02.000000000 +0200
-+++ pkg-nrpe/src/nrpe.c	2014-07-15 14:20:55.775429979 +0200
-@@ -998,7 +998,7 @@
- 						/* close socket prioer to exiting */
- 						close(sock);
- 			
--						return;
-+                        exit(STATE_CRITICAL);
- 						}
- 
- 					/* handle signals */
-@@ -1022,7 +1022,7 @@
- 				        /* close socket prior to exiting */
- 						close(new_sd);
- 
--						return;
-+                        exit(STATE_CRITICAL);
- 						}
- 
- 					/* is this is a blessed machine? */
diff -Nru nagios-nrpe-2.15/debian/patches/09_noremove_pid.patch nagios-nrpe-2.15/debian/patches/09_noremove_pid.patch
--- nagios-nrpe-2.15/debian/patches/09_noremove_pid.patch	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/09_noremove_pid.patch	2014-07-29 17:14:08.000000000 +0200
@@ -0,0 +1,27 @@
+Author: Hiren Patel
+Description: Do not remove the PID file after a connection error (original
+ patch from Hiren Patel)
+From: http://comments.gmane.org/gmane.network.nagios.devel/6774
+Bug-Debian: http://bugs.debian.org/716949
+Bug-Ubuntu: https://launchpad.net/bugs/1126890
+
+--- a/src/nrpe.c
++++ b/src/nrpe.c
+@@ -998,7 +998,7 @@
+ 						/* close socket prioer to exiting */
+ 						close(sock);
+ 			
+-						return;
++                        exit(STATE_CRITICAL);
+ 						}
+ 
+ 					/* handle signals */
+@@ -1022,7 +1022,7 @@
+ 				        /* close socket prior to exiting */
+ 						close(new_sd);
+ 
+-						return;
++                        exit(STATE_CRITICAL);
+ 						}
+ 
+ 					/* is this is a blessed machine? */
diff -Nru nagios-nrpe-2.15/debian/patches/series nagios-nrpe-2.15/debian/patches/series
--- nagios-nrpe-2.15/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/patches/series	2014-07-29 17:10:10.000000000 +0200
@@ -0,0 +1,6 @@
+02_nrpe.cfg_local-include.patch
+03_support_nrpe.d.patch
+05_pid_privileges.patch
+06_pid_directory.patch
+07_warn_ssloption.patch
+09_noremove_pid.patch
diff -Nru nagios-nrpe-2.15/debian/rules nagios-nrpe-2.15/debian/rules
--- nagios-nrpe-2.15/debian/rules	2014-07-29 17:30:36.000000000 +0200
+++ nagios-nrpe-2.15/debian/rules	2014-07-29 17:08:35.000000000 +0200
@@ -3,11 +3,8 @@
 # newer dpkg set this by default.
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-# Include dpatch stuff.
-include /usr/share/dpatch/dpatch.make
-
 %:
-	    dh $@ --with dpatch,autotools_dev
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	./configure \
diff -Nru nagios-nrpe-2.15/debian/source/format nagios-nrpe-2.15/debian/source/format
--- nagios-nrpe-2.15/debian/source/format	1970-01-01 01:00:00.000000000 +0100
+++ nagios-nrpe-2.15/debian/source/format	2014-07-29 17:06:56.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)

--- End Message ---
--- Begin Message ---
Source: nagios-nrpe
Source-Version: 3.0.1-1~exp1

We believe that the bug you reported is fixed in the latest version of
nagios-nrpe, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated nagios-nrpe package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 04 Dec 2016 18:36:54 +0100
Source: nagios-nrpe
Binary: nagios-nrpe-server nagios-nrpe-plugin
Architecture: source amd64
Version: 3.0.1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Nagios Maintainer Group 
<[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Description:
 nagios-nrpe-plugin - Nagios Remote Plugin Executor Plugin
 nagios-nrpe-server - Nagios Remote Plugin Executor Server
Closes: 547092 660583 662247 662249 728218 755507 756410 756414 773441 775924 
834857 843805
Changes:
 nagios-nrpe (3.0.1-1~exp1) experimental; urgency=medium
 .
   [ Alexander Wirt ]
   * Sync uploaders with reality.
     (closes: #773441)
 .
   [ Bas Couwenberg ]
   * New upstream release.
     - Reworked SSL/TLS. See the README.SSL.md file for full info.
     (closes: #547092)
   * Add myself to Uploaders.
   * Add Vcs-* fields to control file.
     (closes: #755507)
   * 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.
   * Restructure control file with cme.
   * Reorder (build) dependencies.
   * Add Homepage field to control file.
   * Update copyright file using copyright-format 1.0.
   * Add gbp.conf to use pristine-tar by default.
   * Update build dependency to use openssl 1.0.
   * Enable all hardening buildflags.
     (closes: #728218)
   * Enable parallel builds.
   * Suggest xinetd | inetd.
     (closes: #662247)
   * Include PDF & ODT documentation in docs.
     (closes: #662249)
   * Update watch file to handle common issues.
   * Add upstream metadata.
   * Merge nrpe.cfg patches into single patch.
     (closes: #660583)
   * Use configure option to set custom PID directory instead of patch.
   * Drop 09_noremove_pid.patch, fixed upstream. Refresh remaining patches.
   * Add patch to use pre-generated dh.h for reproducible builds.
   * Override dh_auto_build to build all targets.
   * Use dh-autoreconf instead of autotools-dev.
   * Use exit status 0 in init script when inetd is configured.
     (closes: #775924)
   * Include README.SSL.md in docs.
   * Bump Standards-Version to 3.9.8, changes:
     Vcs-* fields, copyright-format 1.0.
 .
   [ Benjamin Drung ]
   * Use dh_auto_configure to enable default hardening flags.
     (closes: #843805)
   * Fix copyright-refers-to-symlink-license.
     (closes: #756414)
 .
   [ Chris Lamb ]
   * Make the build reproducible.
     (closes: #834857)
Checksums-Sha1:
 8cc57beb3cb67ef9deb3546042fd281b72f9f50c 2102 nagios-nrpe_3.0.1-1~exp1.dsc
 e2b79bba41b1198c9d3dec0c559fc932fb12a429 514097 nagios-nrpe_3.0.1.orig.tar.gz
 912e6cdf82213a9a9559a0b2aeee134e62ff95f8 12736 
nagios-nrpe_3.0.1-1~exp1.debian.tar.xz
 0bd6eea3f01b4f464eef9bc45ec8a7c8dbf8b705 53366 
nagios-nrpe-plugin-dbgsym_3.0.1-1~exp1_amd64.deb
 4a286c3cef3ddc1acc9b7baab199133d7508bd00 29254 
nagios-nrpe-plugin_3.0.1-1~exp1_amd64.deb
 bc0128fb2be0af50dccb36584192041edb9a006a 72952 
nagios-nrpe-server-dbgsym_3.0.1-1~exp1_amd64.deb
 e4e6d6599413de839f8b18580c1deafdb8c97da5 345136 
nagios-nrpe-server_3.0.1-1~exp1_amd64.deb
 f6038221d886eb3cf49294aff0e5b41b7133163c 6081 
nagios-nrpe_3.0.1-1~exp1_amd64.buildinfo
Checksums-Sha256:
 063453ab1983f4676755222baf0580fba1be311cccf69448a25973dd2e3a3e7a 2102 
nagios-nrpe_3.0.1-1~exp1.dsc
 8f56da2d74f6beca1a04fe04ead84427e582b9bb88611e04e290f59617ca3ea3 514097 
nagios-nrpe_3.0.1.orig.tar.gz
 cca437bf8eecf71d9baca79bd8c5e9deeac5b4a883e00901228fff5ff5040f65 12736 
nagios-nrpe_3.0.1-1~exp1.debian.tar.xz
 c9fecfef407d434cb126ff0a860afeca5b4e686a3ef00c068b05da4de0882717 53366 
nagios-nrpe-plugin-dbgsym_3.0.1-1~exp1_amd64.deb
 6adc4c684c943f03032addeb461bdb7e27a84675d1b16f4882fcdad82744efd9 29254 
nagios-nrpe-plugin_3.0.1-1~exp1_amd64.deb
 3bbbfb797e1465956ebc99dd392e16fa489c284180968663ecebdab67caec180 72952 
nagios-nrpe-server-dbgsym_3.0.1-1~exp1_amd64.deb
 914e5665f4bee19d99f0a3e6efea1bdf5aa50e39478c1083ecbb26bec9d70293 345136 
nagios-nrpe-server_3.0.1-1~exp1_amd64.deb
 6177b27184012765c4f4e7682fef0edcca309109efd5e23c8a484c2445696f04 6081 
nagios-nrpe_3.0.1-1~exp1_amd64.buildinfo
Files:
 c3f8a9a9c05a6b8b810c977e569186b0 2102 net optional nagios-nrpe_3.0.1-1~exp1.dsc
 8c81f251d9ee0903e5ff0191e99f7981 514097 net optional 
nagios-nrpe_3.0.1.orig.tar.gz
 10b7bfe2e0a2a30c895f773ad50fd203 12736 net optional 
nagios-nrpe_3.0.1-1~exp1.debian.tar.xz
 5daff3dd0ffcf1997d77be09614f3355 53366 debug extra 
nagios-nrpe-plugin-dbgsym_3.0.1-1~exp1_amd64.deb
 bfaa2dc3ee62894ffb3edbedf5ddab7c 29254 net optional 
nagios-nrpe-plugin_3.0.1-1~exp1_amd64.deb
 319c915240286dee87629e07c0d48ab5 72952 debug extra 
nagios-nrpe-server-dbgsym_3.0.1-1~exp1_amd64.deb
 958f74614dae92a01b634331c7154568 345136 net optional 
nagios-nrpe-server_3.0.1-1~exp1_amd64.deb
 1857c951ceef5ca2a30bdae4bc1ebe8d 6081 net optional 
nagios-nrpe_3.0.1-1~exp1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJYRFgGAAoJEGdQ8QrojUrxUFEP/1RU25K2El7YtGn+djZohFPO
bLrGDcY5p2TW13iSmNUXb2ThmCz8pt8fGsIlOAt6C8GpczgwzjpSmvJwkFrrCe8k
r+D+/v5xZb/8JkrMjmxpv2NNBE+8noO96YjWdAq6gQbX9D+L1a0iev7KR57ZkNu1
wbRcESkqRDo0cV+pAg1z0Rj6ae9D5CiHuGoino2cOes20FRDNvr2jIf3dBs5ItO8
wRoch+3fK0AOHuHZRRygAbRIDgkc+zO9TEzoIHhRyM9vDni1ANwz5ii1gorDLj8N
1Ryk4U2ZHCzZJuUWV9bsril5N06z8Zmy2p8UkBHq90gaUAWXy2IRiF24UIyQAd6T
o+BtrVGgOahCnxNyAijBW1ta+AfxcL1AjQ30s54WILebZ9YmYNa3UvRAnxynWx4o
l2MaOY/ljnsyDl26EfoRzIRjFpROeudd+KuEpdgaoodAzjHiI5B1jDC/esoMZ3tb
k/huvUOT+H64Bd11Hc1vpSE86XqFo5gKaJ1wQBvJybMfXeG+ZGNxjfsU7XMYczJx
rxSCLFw40s8+L88OSN5RscTjupdDh3ase08SC1zbPf7pIMzjLLO5jR3nugBc0tq6
7HppQ+oYSLVW1Eo/iWaAnjvJI8TsuBeRN5bWC1DfeAlDSbWUD8UBR95rnXWV/eMX
Ba+zNgS0KNkYhiWCxXdB
=8ZLb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to