[Bug 267015] [patch] net-mgmt/smokeping: fix bug in FPingContinuous.pm

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Oct 2022 13:02:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267015

            Bug ID: 267015
           Summary: [patch] net-mgmt/smokeping: fix bug in
                    FPingContinuous.pm
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy, patch-ready
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: rodrigo@FreeBSD.org
          Reporter: eugen@freebsd.org
          Assignee: rodrigo@FreeBSD.org
             Flags: maintainer-feedback?(rodrigo@FreeBSD.org)

Created attachment 237261
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237261&action=edit
proposed fix

Once upon a time there was a bug #90 in Smokeping:
https://github.com/oetiker/SmokePing/issues/90

It occured because the software parses output of fping utility instead of
checking its version and the output format changes in time. The bugfix was
incomplete as it fixed the problem in FPing.pm but same code is in
FPingContinuous.pm and same bug was not fixed there.

The problem's reported as bug #341 three weeks ago but neglected:
https://github.com/oetiker/SmokePing/issues/341

Let us add same fix as in #90 to our port to fix FPingContinuous.pm until its
fixed upstream.

-- 
You are receiving this mail because:
You are the assignee for the bug.