Your message dated Sun, 04 Dec 2016 18:03:23 +0000
with message-id <[email protected]>
and subject line Bug#756414: fixed in nagios-nrpe 3.0.1-1~exp1
has caused the Debian Bug report #756414,
regarding nagios-nrpe: Fix some lintian warnings
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.)
--
756414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nagios-nrpe
Version: 2.15-1
Severity: wishlist
Tags: patch
Hi,
I fixed some lintian warnings, enabled hardening, and ran wrap-and-sort. The
individual patches are attached. Feel free to pick the patches you like and drop
the others.
Cheers,
Benjamin
>From b4dd0ea94d6597406e5225f995370c01f66bc32a Mon Sep 17 00:00:00 2001
From: Benjamin Drung <[email protected]>
Date: Tue, 29 Jul 2014 18:04:22 +0200
Subject: [PATCH 4/4] Run wrap-and-sort
---
debian/control | 15 ++++++++++-----
debian/copyright | 8 +++-----
debian/nagios-nrpe-plugin.install | 2 +-
debian/nagios-nrpe-server.install | 4 ++--
4 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index 50b154a..e2b9246 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,20 @@ Source: nagios-nrpe
Section: net
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, libssl-dev, libwrap0-dev, autotools-dev (>= 20100122.1)
+Uploaders: sean finney <[email protected]>,
+ Jason Thomas <[email protected]>,
+ Alexander Wirt <[email protected]>
+Build-Depends: autotools-dev (>= 20100122.1),
+ debhelper (>= 9),
+ libssl-dev,
+ libwrap0-dev,
+ openssl
Standards-Version: 3.9.5
Homepage: http://www.nagios.org
Package: nagios-nrpe-server
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-3)
+Depends: lsb-base (>= 3.0-3), ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: adduser
Conflicts: nagios-nrpe-doc
Recommends: nagios-plugins-basic | nagios-plugins
@@ -24,7 +30,7 @@ Description: Nagios Remote Plugin Executor Server
Package: nagios-nrpe-plugin
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: nagios-nrpe-doc
Description: Nagios Remote Plugin Executor Plugin
Nagios is a host/service/network monitoring and management system.
@@ -34,4 +40,3 @@ Description: Nagios Remote Plugin Executor Plugin
.
This is a plugin that is run on the Nagios host and is used to contact the
NRPE process on remote hosts.
-
diff --git a/debian/copyright b/debian/copyright
index 7a99a91..463059f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,10 +6,10 @@ It was downloaded from http://www.nagios.org/download/extras.php
Current Debian Maintainers: The nagios packaging team
http://alioth.debian.org/projects/pkg-nagios/
-Mailing-List:
+Mailing-List:
[email protected]
-Upstream Author: Ethan Galstad ([email protected])
+Upstream Author: Ethan Galstad ([email protected])
Copyright (c) 1999-2009 Ethan Galstad ([email protected])
@@ -23,7 +23,7 @@ the Free Software Foundation; either version 2 of the License, or
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL-2.
-There is an exception in the sourcecode for linking against openssl:
+There is an exception in the sourcecode for linking against openssl:
This program is released under the GPL (see below) with the additional
exemption that compiling, linking, and/or using OpenSSL is allowed.
@@ -33,5 +33,3 @@ The file src/snprintf.c is Copyright 1995 by Patrick Powell
This code is based on code written by Patrick Powell ([email protected])
It may be used for any purpose as long as this notice remains intact
on all source code distributions
-
-
diff --git a/debian/nagios-nrpe-plugin.install b/debian/nagios-nrpe-plugin.install
index 83318b8..638b4b5 100644
--- a/debian/nagios-nrpe-plugin.install
+++ b/debian/nagios-nrpe-plugin.install
@@ -1,2 +1,2 @@
-src/check_nrpe usr/lib/nagios/plugins/
debian/check_nrpe.cfg etc/nagios-plugins/config/
+src/check_nrpe usr/lib/nagios/plugins/
diff --git a/debian/nagios-nrpe-server.install b/debian/nagios-nrpe-server.install
index 2da4764..d76d397 100644
--- a/debian/nagios-nrpe-server.install
+++ b/debian/nagios-nrpe-server.install
@@ -1,3 +1,3 @@
-src/nrpe usr/sbin
-sample-config/nrpe.cfg etc/nagios
debian/nrpe_local.cfg etc/nagios
+sample-config/nrpe.cfg etc/nagios
+src/nrpe usr/sbin
--
1.9.1
>From f11700356c7af0479b2695523d211b0421e29db7 Mon Sep 17 00:00:00 2001
From: Benjamin Drung <[email protected]>
Date: Tue, 29 Jul 2014 18:02:46 +0200
Subject: [PATCH 3/4] Set Homepage field
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 5ddef55..50b154a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ 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, libssl-dev, libwrap0-dev, autotools-dev (>= 20100122.1)
Standards-Version: 3.9.5
+Homepage: http://www.nagios.org
Package: nagios-nrpe-server
Architecture: any
--
1.9.1
>From bb026fecde89ab03e33f49037a5ddc8fa0479588 Mon Sep 17 00:00:00 2001
From: Benjamin Drung <[email protected]>
Date: Tue, 29 Jul 2014 17:59:50 +0200
Subject: [PATCH 2/4] Fix copyright-refers-to-symlink-license
---
debian/copyright | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/copyright b/debian/copyright
index 757e990..7a99a91 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,7 +21,7 @@ the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
On Debian systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL.
+License can be found in /usr/share/common-licenses/GPL-2.
There is an exception in the sourcecode for linking against openssl:
--
1.9.1
>From b41f9659a14c782cc50a7a69bd346a3554c12797 Mon Sep 17 00:00:00 2001
From: Benjamin Drung <[email protected]>
Date: Tue, 29 Jul 2014 17:58:32 +0200
Subject: [PATCH 1/4] Use dh_auto_configure to enable default hardening flags.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index df0de2e..d6605cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
dh $@ --with autotools_dev
override_dh_auto_configure:
- ./configure \
+ dh_auto_configure -- \
--prefix=/usr \
--enable-ssl \
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
--
1.9.1
--- 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 ---