1 |
%define version 0.1.18 |
%define version 0.1.18 |
2 |
%define release 19 |
%define release 24 |
3 |
%define name smeserver-fail2ban |
%define name smeserver-fail2ban |
4 |
|
|
5 |
Summary: fail2ban integration on SME Server |
Summary: fail2ban integration on SME Server |
26 |
Patch13: smeserver-fail2ban-0.1.18-locale-2021-08-22.patch |
Patch13: smeserver-fail2ban-0.1.18-locale-2021-08-22.patch |
27 |
Patch14: smeserver-fail2ban-0.1.18-locale-2021-09-08.patch |
Patch14: smeserver-fail2ban-0.1.18-locale-2021-09-08.patch |
28 |
Patch15: smeserver-fail2ban-0.1.18-bz11586-redofailtostart.patch |
Patch15: smeserver-fail2ban-0.1.18-bz11586-redofailtostart.patch |
29 |
|
Patch16: smeserver-fail2ban-0.1.18-bz11650.patch |
30 |
|
Patch17: smeserver-fail2ban-0.1.18-bz11651-wordpress.patch |
31 |
|
Patch18: smeserver-fail2ban-0.1.18-bz10857.patch |
32 |
|
Patch19: smeserver-fail2ban-0.1.18-bz10819-whitelisthostfix.patch |
33 |
|
|
34 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
35 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
45 |
Configure fail2ban on SME Server |
Configure fail2ban on SME Server |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-24.sme |
49 |
|
- fix adding removing whitelisted hosts [SME: 10819] |
50 |
|
moved config options to dedicated page |
51 |
|
- removed apache-badbots.local, lot of false positives [SME: 10857] |
52 |
|
|
53 |
|
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-22.sme |
54 |
|
- fix apache-badbots logfile definition [SME: 10857] |
55 |
|
add updated badbot list. |
56 |
|
|
57 |
|
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-21.sme |
58 |
|
- update wordpress filters [SME: 11651] |
59 |
|
|
60 |
|
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-20.sme |
61 |
|
- allow baning subnet [SME: 11650] |
62 |
|
|
63 |
* Wed Oct 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.18-19.sme |
* Wed Oct 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.18-19.sme |
64 |
- Fix my versioning |
- Fix my versioning |
65 |
|
|
202 |
%patch13 -p1 |
%patch13 -p1 |
203 |
%patch14 -p1 |
%patch14 -p1 |
204 |
%patch15 -p1 |
%patch15 -p1 |
205 |
|
%patch16 -p1 |
206 |
|
%patch17 -p1 |
207 |
|
%patch18 -p1 |
208 |
|
%patch19 -p1 |
209 |
|
|
210 |
%build |
%build |
211 |
%{__mkdir_p} root/var/log/fail2ban |
%{__mkdir_p} root/var/log/fail2ban |
222 |
--file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \ |
--file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \ |
223 |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
224 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
225 |
|
#--file /etc/fail2ban/filter.d/apache-badbots.local 'config(noreplace) %attr(0644,root,root)' \ |
226 |
|
|
227 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
228 |
%defattr(-,root,root) |
%defattr(-,root,root) |