diff -Nru nagios-nrpe-3.0.1/debian/changelog nagios-nrpe-3.0.1/debian/changelog --- nagios-nrpe-3.0.1/debian/changelog 2016-12-24 04:24:09.000000000 -0500 +++ nagios-nrpe-3.0.1/debian/changelog 2017-05-02 16:01:17.000000000 -0400 @@ -1,3 +1,21 @@ +nagios-nrpe (3.0.1-3ubuntu0.17.04.1) zesty; urgency=medium + + * debian/rules : Add "--enable-command-args". (LP: #1555258) + This update enables the command-args support in nrpe + by not ignoring option "dont_blame_nrpe=1". By default, + the option is set as follow : "dont_blame_nrpe=0", which + has the same effect of having the command-args support + disabled at compile time like Debian does. Ubuntu has decided + to deviate from Debian upstream for that particular case to + allow/unblock the Ubuntu users of nrpe to make the choice for + themselves whether to accept the security risks that the feature + involve by manually enabling command-args in nrpe.cfg or not. + For more details as of why Debian has decided to disable the + feature can be found in debian/NEWS. (closes: #756479) + + + -- Eric Desrochers Tue, 02 May 2017 09:09:29 -0400 + nagios-nrpe (3.0.1-3) unstable; urgency=medium * Add reload command to systemd service file. diff -Nru nagios-nrpe-3.0.1/debian/rules nagios-nrpe-3.0.1/debian/rules --- nagios-nrpe-3.0.1/debian/rules 2016-12-23 17:23:21.000000000 -0500 +++ nagios-nrpe-3.0.1/debian/rules 2017-05-02 09:20:23.000000000 -0400 @@ -25,7 +25,8 @@ --localstatedir=/var \ --enable-ssl \ --with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --with-piddir=/var/run/nagios + --with-piddir=/var/run/nagios \ + --enable-command-args # Restore deterministic "openssl dhparam" output. cp include/dh.h.orig include/dh.h