[Pkg-nagios-changes] [pkg-nrpe] 03/04: Remove deterministic "openssl dhparam" output handling, dh.h not included in upstream source.
Bas Couwenberg
sebastic at debian.org
Thu Jul 6 13:02:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pkg-nrpe.
commit 06531ad34dea35a81bfcbd4885cf28a7cc83c54d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Jul 6 14:33:37 2017 +0200
Remove deterministic "openssl dhparam" output handling, dh.h not included in upstream source.
---
debian/changelog | 2 ++
debian/rules | 6 ------
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5723e50..6419403 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ nagios-nrpe (3.2.0-2) UNRELEASED; 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:29:25 +0200
diff --git a/debian/rules b/debian/rules
index 1f43a60..12df244 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,6 @@ export AUTOHEADER=true
dh $@ --with autoreconf,systemd --parallel
override_dh_auto_configure:
- # Save deterministic "openssl dhparam" output.
- cp include/dh.h include/dh.h.orig
-
dh_auto_configure -- \
--prefix=/usr \
--sysconfdir=/etc \
@@ -28,9 +25,6 @@ override_dh_auto_configure:
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
--with-piddir=/var/run/nagios
- # Restore deterministic "openssl dhparam" output.
- cp include/dh.h.orig include/dh.h
-
override_dh_auto_build:
dh_auto_build -- all
--
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