diff --git a/.gitignore b/.gitignore index cbb3a13..e594810 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.rpm *.log *spec-20* -*.tar.gz +*.tar.xz diff --git a/root/usr/share/smanager/themes/default/templates/wbl.html.ep b/root/usr/share/smanager/themes/default/templates/wbl.html.ep index 9063c53..e891557 100644 --- a/root/usr/share/smanager/themes/default/templates/wbl.html.ep +++ b/root/usr/share/smanager/themes/default/templates/wbl.html.ep @@ -5,7 +5,7 @@
- %if ($config->{debug} == 1) { + %if (config->{debug} == 1) {

%= dumper $c->current_route %= dumper $wbl_datas diff --git a/smeserver-wbl.spec b/smeserver-wbl.spec index ffc2a99..9cc5f6a 100644 --- a/smeserver-wbl.spec +++ b/smeserver-wbl.spec @@ -1,8 +1,8 @@ Summary: E-mail white/black lists for SME Server %define name smeserver-wbl Name: %{name} -%define version 0.5.0 -%define release 11 +%define version 11.0.0 +%define release 1 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -26,6 +26,9 @@ qpsmtpd whitelist_soft /var/service/qpsmtpd/config/whitelisthosts whitelisthelo spamassassin /etc/mail/spammassassin/local.cf whitelist_from %changelog +* Sat May 17 2025 Brian Read 11.0.0-1.sme +- Fix $config-> to confg-> in template [SME: 12908] + * Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 0.5.0-11.sme - Fix e-smith references in smeserver-wbl [SME: 12732]