[Bug 195689] New: [patch] sysutils/munin-node: plugin bind9_rndc stats change order every update with Perl 5.18

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 4 21:37:02 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195689

            Bug ID: 195689
           Summary: [patch] sysutils/munin-node: plugin bind9_rndc stats
                    change order every update with Perl 5.18
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat at FreeBSD.org
          Reporter: acheron.blackflow at gmail.com
          Assignee: mat at FreeBSD.org
             Flags: maintainer-feedback?(mat at FreeBSD.org)

Created attachment 150200
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150200&action=edit
bind9_rndc.patch

With the Perl upgrade to 5.18, in 5.18 the hash ordering is random which is now
randomizing the order of graph elements for bind9_rndc plugin of
sysutils/munin-node. At the very least, this is inconvenient and annoying as
every update pass results with differently colored values which is inconsistent
between daily, weekly and monthly graphs as they update at different times.

Attached is a proposed patch to fix this by predefining the graph elements in
an array and using that for a fixed order.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer mat at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list