[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#927272: marked as done (unblock: monitoring-plugins 2.2-6)



Your message dated Wed, 17 Apr 2019 08:39:00 +0000
with message-id <11c08e21-0ca4-0c72-7fec-32888cfc1e93@thykier.net>
and subject line Re: Bug#927272: unblock: monitoring-plugins 2.2-6
has caused the Debian Bug report #927272,
regarding unblock: monitoring-plugins 2.2-6
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 owner@bugs.debian.org
immediately.)


-- 
927272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927272
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <waja@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 <waja@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


--- End Message ---
--- Begin Message ---
Jan Wagner:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@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
> 

Unblocked, thanks.
~Niels

--- End Message ---

Reply to: