Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please consider unblocking monitoring-plugins, fixing a long standing
bug that check_ping -4 don't work for IPv4 cause ping prefers IPv6 and
check_ping needs to be configured at buildtime. Sorry, I missed this one
before the freeze.

Changes:
 monitoring-plugins (2.2-6) unstable; urgency=medium
 .
   * [697d611] travis-ci: Remove trusty from definition
   * [7b5d419] d/rules: Explicitly call ping with -4 and -6 on linux
arch (Closes: #863981)

See the attached diff for more details.

Thanks for considering, Jan.

unblock monitoring-plugins/2.2-6
-- 
Never write mail to <w...@spamfalle.info>, you have been warned!
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d-- s+: a C+++ UL++++ P+ L+++ E--- W+++ N+++ o++ K++ w--- O M+ V- PS
PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h---- r+++ y++++
------END GEEK CODE BLOCK------
diff --git a/.travis.yml b/.travis.yml
index ccf9a12..e5c59ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
-dist: xenial
 sudo: required
-dist: trusty
+dist: xenial

 matrix:
   include:
diff --git a/debian/changelog b/debian/changelog
index 85b8a43..5011228 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+monitoring-plugins (2.2-6) unstable; urgency=medium
+
+  * [697d611] travis-ci: Remove trusty from definition
+  * [7b5d419] d/rules: Explicitly call ping with -4 and -6 on linux arch
+    (Closes: #863981)
+
+ -- Jan Wagner <w...@cyconet.org>  Tue, 16 Apr 2019 19:14:10 +0200
+
 monitoring-plugins (2.2-5) unstable; urgency=medium

   [ Bas Couwenberg ]
diff --git a/debian/rules b/debian/rules
index c57a7e8..72f2ac7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,8 +56,8 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif

 ifeq ($(DEB_HOST_ARCH_OS),linux)
-PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
-                      --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s"
+PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -4 -n -U -w %d -c %d %s" \
+                      --with-ping6-command="/bin/ping -6 -n -U -w %d -c %d %s"
 else
 PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -n -w %d -c %d %s" \
                       --with-ping6-command="/bin/ping6 -n -w %d -c %d %s"

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to