2025-07-25 14:06:48 +00:00
committed by Git OBS Bridge
parent 3e93056dd6
commit cd6c22195e

View File

@@ -149,9 +149,19 @@ Index: munin-2.0.72/contrib/Net-Server.patch
or $self->fatal("Can't open to file descriptor [$!]");
https://github.com/munin-monitoring/munin/pull/1661
From: Bernhard M. Wiedemann <bwiedemann suse de>
Date: Fri, 25 Jul 2025 15:55:27 +0200
Subject: [PATCH] Use '::' as default local_address to enable IPv6
Subject: [PATCH] Fix IPv6 node connections
Commit 012b33a702155ba7c96fd62028a3559364693c7e changed from
IO::Socket::INET6 to IO::Socket::IP but that silently changed the meaning
of our default local_address 0 from :: to 0.0.0.0
which made IPv6-connections fail by default.
By explicitly defaulting to :: we fix IPv6 connections to munin-node.
Fixes #1402
https://github.com/munin-monitoring/munin/issues/1402#issuecomment-3116582211