* Sat May 17 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme

- Fix $config-> to confg-> in template [SME: 12908]
This commit is contained in:
Brian Read 2025-05-17 12:00:38 +01:00
parent 95634d7cea
commit 3639944078
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
*.rpm
*.log
*spec-20*
*.tar.gz
*.tar.xz

View File

@ -5,7 +5,7 @@
<div id="module" class="module wbl-panel">
%if ($config->{debug} == 1) {
%if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $wbl_datas

View File

@ -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 <brianr@koozali.org> 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 <trevor@batley.id.au> 0.5.0-11.sme
- Fix e-smith references in smeserver-wbl [SME: 12732]