Package: munin
Version: 2.0.74-2
Severity: important
Tags: patch

Munin/Master/Utils.pm calls (line 689):
            unless Munin::Common::Config::cl_is_keyword($tmpvar);

This is a legacy call, have been removed in the .999 current, and it seems that
it's been removed from Config.pm but not from Utils.pm (and Utils.pm was 
completely
reworked since).

Until then, either rewrite Utils.pm relevant line (I didn't have the time to 
reverse-engineer what they want now), or

--- /usr/share/perl5/Munin/Common/Config.pm~    2022-02-10 01:24:56.000000000 
+0100
+++ /usr/share/perl5/Munin/Common/Config.pm     2023-11-22 10:25:04.877859590 
+0100
@@ -150,6 +150,14 @@
 
 my %bools = map { $_ => 1} qw(yes no true false on off 1 0);
 
+sub cl_is_keyword {
+    # Class-less version of is_keyword for legacy code.
+    my ($word) = @_;
+
+    return defined $legal{$word};
+}
+
+
 sub is_keyword {
     my ($self, $word) = @_;
 



-- System Information:
Debian Release: trixie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'oldstable-updates'), (500, 'oldstable-security'), (500, 
'oldoldstable-updates'), (500, 'oldoldstable'), (500, 'unstable'), (500, 
'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-12-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled

Versions of packages munin depends on:
ii  cron [cron-daemon]           3.0pl1-175
ii  debconf [debconf-2.0]        1.5.82
ii  fonts-dejavu-core            2.37-8
ii  init-system-helpers          1.65.2
pn  libdigest-md5-perl           <none>
ii  libfile-copy-recursive-perl  0.45-4
ii  libhtml-template-perl        2.97-2
ii  libio-socket-inet6-perl      2.73-1
ii  liblog-log4perl-perl         1.57-1
ii  librrds-perl                 1.7.2-4+b8
pn  libstorable-perl             <none>
ii  libtimedate-perl             2.3300-2
ii  liburi-perl                  5.21-1
ii  munin-common                 2.999.16-1
ii  netbase                      6.4
ii  perl [libtime-hires-perl]    5.36.0-9
ii  rrdtool                      1.7.2-4+b8

Versions of packages munin recommends:
ii  libcgi-fast-perl  1:2.15-1
pn  munin-doc         <none>
ii  munin-node        2.0.74-2

Versions of packages munin suggests:
ii  apache2 [httpd]                 2.4.57-3
ii  chromium [www-browser]          119.0.6045.159-1
ii  epiphany-browser [www-browser]  43.1-1
ii  libapache2-mod-fcgid            1:2.3.9-4
ii  libnet-ssleay-perl              1.92-2+b1
ii  links [www-browser]             2.29-1
ii  lynx [www-browser]              2.9.0dev.12-1
ii  nginx [httpd]                   1.24.0-1
ii  surf [www-browser]              2.1+git20221016-4
ii  w3m [www-browser]               0.5.3+git20230121-2

-- Configuration Files:
/etc/munin/munin.conf changed [not included]

-- debconf information excluded

Reply via email to