[Pkg-nagios-changes] [pkg-nrpe] 01/03: Merge tag 'debian/3.2.0-3' into stretch-backports
Bas Couwenberg
sebastic at debian.org
Wed Jul 12 05:37:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch stretch-backports
in repository pkg-nrpe.
commit af93ac6149ff2f320cf6022641b05c04c061a4fe
Merge: d57cb88 c6718f4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Jul 12 07:19:37 2017 +0200
Merge tag 'debian/3.2.0-3' into stretch-backports
.travis.yml | 10 +
CHANGELOG.md | 493 +++++++++++++++++
Changelog | 478 -----------------
LICENSE | 339 ------------
LICENSE.md | 264 +++++++++
Makefile.in | 9 +-
README.SSL.md | 67 +--
README.md | 298 +++++++----
SECURITY.md | 60 ++-
THANKS | 6 +-
configure | 41 +-
configure.ac | 8 +-
debian/NEWS | 25 +
debian/changelog | 32 ++
debian/check_nrpe.cfg | 10 +-
debian/control | 2 +-
debian/copyright | 5 +-
debian/nagios-nrpe-server.default | 4 +-
.../02_nrpe.cfg_local-include_support_nrpe.d.patch | 8 +-
debian/patches/07_warn_ssloption.patch | 14 +-
debian/patches/seclevel.patch | 15 -
debian/patches/series | 1 -
debian/rules | 1 +
debian/tests/control | 3 +
debian/watch | 6 +-
include/acl.h | 13 +-
include/common.h.in | 20 +-
include/config.h.in | 15 +-
include/nrpe.h | 16 +-
include/utils.h | 24 +-
macros/CHANGELOG.md | 7 +
macros/LICENSE | 595 +++++++++------------
macros/LICENSE.md | 1 +
macros/README.md | 84 ++-
macros/ax_nagios_get_inetd | 12 +-
macros/ax_nagios_get_paths | 1 +
nrpe.spec.in | 2 +-
sample-config/nrpe.cfg.in | 67 ++-
src/Makefile.in | 4 +-
src/acl.c | 56 +-
src/check_nrpe.c | 426 ++++++++-------
src/nrpe.c | 278 ++++++----
src/utils.c | 43 +-
startup/{openrc-init.in => gentoo-init.in} | 16 +-
startup/openrc-init.in | 4 +-
test-wrapper | 3 +
travis-test-1 | 34 ++
update-version | 4 +-
48 files changed, 2103 insertions(+), 1821 deletions(-)
diff --cc debian/changelog
index cb3ed85,96c51c8..484f5d1
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,26 -1,35 +1,58 @@@
+ nagios-nrpe (3.2.0-3) unstable; urgency=medium
+
+ * Re-enable SSL support by default.
+ Compatibility with older versions has been fixed.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 07 Jul 2017 14:08:13 +0200
+
+ nagios-nrpe (3.2.0-2) unstable; urgency=medium
+
+ * Fix 11_reproducible_dh.h.patch to not leave USE_SSL_DH undefined.
+ Thanks to Johan Carlquist for pointing out this issue.
+ * Drop --with-need-dh=no configure option, dh is needed.
+ * Remove deterministic "openssl dhparam" output handling,
+ dh.h not included in upstream source.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 06 Jul 2017 14:33:39 +0200
+
+ nagios-nrpe (3.2.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ (closes: #565643)
+ * Bump Standards-Version to 4.0.0, no changes.
+ * Add autopkgtest to test installability.
+ * Set --with-logdir configure option to /var/log.
+ * Update watch file for GitHub releases.
+ * Update copyright file.
+ * Refresh patches.
+ * Reinstate 11_reproducible_dh.h.patch for reproducible dh.h.
+ * Regenerate dh.h with OpenSSL 1.1.0.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 05 Jul 2017 09:53:06 +0200
+
+nagios-nrpe (3.1.1-1~bpo9+3) stretch-backports; urgency=medium
+
+ * Add patch to include @SECLEVEL=0 in ssl_cipher_list.
+ Required for compatibility between OpenSSL < 1.1.0 and >= 1.1.0.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 07 Jul 2017 13:35:50 +0200
+
+nagios-nrpe (3.1.1-1~bpo9+2) stretch-backports; urgency=medium
+
+ * Reinstate 11_reproducible_dh.h.patch for reproducible dh.h.
+ * Regenerate dh.h with OpenSSL 1.1.0.
+ * Fix 11_reproducible_dh.h.patch to not leave USE_SSL_DH undefined.
+ Thanks to Johan Carlquist for pointing out this issue.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 06 Jul 2017 15:14:18 +0200
+
+nagios-nrpe (3.1.1-1~bpo9+1) stretch-backports; urgency=medium
+
+ * Rebuild for stretch-backports.
+ * Update branch in gbp.conf & Vcs-Git URL.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 02 Jul 2017 13:39:58 +0200
+
nagios-nrpe (3.1.1-1) unstable; urgency=medium
* Move from experimental to unstable.
diff --cc debian/control
index 1f3fb13,da2362c..d830cc1
--- a/debian/control
+++ b/debian/control
@@@ -9,9 -9,9 +9,9 @@@ Build-Depends: debhelper (>= 9)
libssl-dev,
libwrap0-dev,
openssl
- Standards-Version: 3.9.8
+ Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nagios/pkg-nrpe.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-nagios/pkg-nrpe.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-nagios/pkg-nrpe.git -b stretch-backports
Homepage: https://github.com/NagiosEnterprises/nrpe
Package: nagios-nrpe-server
--
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