* 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:
parent
95634d7cea
commit
3639944078
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user