]> git.ipfire.org Git - ipfire-2.x.git/commit
calamaris: Bug fix for proxy reports staying empty after Core 136 upgrade
authorMatthias Fischer <matthias.fischer@ipfire.org>
Thu, 14 Nov 2019 18:03:46 +0000 (19:03 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 30 Nov 2019 09:46:19 +0000 (09:46 +0000)
commitee506d5027783757a775e3aad6982d1698719023
tree7dc9fc391640eae07ed2c1a7d524728239e74c48
parente557cecbddd021198c01eb1adaa38adb36b27925
calamaris: Bug fix for proxy reports staying empty after Core 136 upgrade

After upgrading to Core 136, 'calamaris' "Proxy reports" stayed empty.
GUI always show "No reports available".

Tested manually on console stops and throws an error:

...
root@ipfire: ~ # /usr/bin/perl /var/ipfire/proxy/calamaris/bin/mkreport
1 0 2019 8 10 2019 -d 10 -P 30 -t 10 -D 2 -u -r -1 -R 100 -s
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?)
at /var/ipfire/proxy/calamaris/bin/calamaris line 2609.
...

Line 2609 was changed and reports are built again.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/calamaris
src/patches/calamaris/01_calamaris_cant_use_defined_hash.patch [new file with mode: 0644]