1 |
brianr |
1.1 |
%define version 0.1.18 |
2 |
brianr |
1.15 |
%define release 25 |
3 |
brianr |
1.1 |
%define name smeserver-fail2ban |
4 |
|
|
|
5 |
|
|
Summary: fail2ban integration on SME Server |
6 |
|
|
Name: %{name} |
7 |
|
|
Version: %{version} |
8 |
|
|
Release: %{release}%{?dist} |
9 |
|
|
Epoch: 9 |
10 |
|
|
License: GPL |
11 |
|
|
Group: Networking/Daemons |
12 |
|
|
Source: %{name}-%{version}.tar.gz |
13 |
jcrisp |
1.9 |
Patch0: smeserver-fail2ban-0.1.18.bz10767-adminpanel.patch |
14 |
brianr |
1.1 |
Patch1: smeserver-fail2ban-0.1.18.bz9709-wordpress.patch |
15 |
|
|
Patch2: smeserver-fail2ban-0.1.18.bz10775-sfail2ban.patch |
16 |
|
|
Patch3: smeserver-fail2ban-0.1.18-locale-2019-05-15.patch |
17 |
|
|
Patch4: smeserver-fail2ban-0.1.18-bz10776-wordpress.patch |
18 |
|
|
Patch5: smeserver-fail2ban-0.1.18-bz9669-sogo.patch |
19 |
|
|
Patch6: smeserver-fail2ban-0.1.18-bz10814-denylist-display.patch |
20 |
|
|
Patch7: smeserver-fail2ban-0.1.18-bz10817-configure.patch |
21 |
|
|
Patch8: smeserver-fail2ban-0.1.18.bz10839.patch |
22 |
|
|
Patch9: smeserver-fail2ban-0.1.18.bz10370.patch |
23 |
brianr |
1.2 |
Patch10: smeserver-fail2ban-0.1.18-Add-update-to-createlinks.patch |
24 |
terryfage |
1.3 |
Patch11: smeserver-fail2ban-0.1.18-bz11586-serverfailstostart.patch |
25 |
michel |
1.5 |
Patch12: smeserver-fail2ban-0.1.18-bz11636-smanager.patch |
26 |
terryfage |
1.6 |
Patch13: smeserver-fail2ban-0.1.18-locale-2021-08-22.patch |
27 |
terryfage |
1.7 |
Patch14: smeserver-fail2ban-0.1.18-locale-2021-09-08.patch |
28 |
terryfage |
1.8 |
Patch15: smeserver-fail2ban-0.1.18-bz11586-redofailtostart.patch |
29 |
jpp |
1.10 |
Patch16: smeserver-fail2ban-0.1.18-bz11650.patch |
30 |
jpp |
1.11 |
Patch17: smeserver-fail2ban-0.1.18-bz11651-wordpress.patch |
31 |
jpp |
1.12 |
Patch18: smeserver-fail2ban-0.1.18-bz10857.patch |
32 |
jpp |
1.13 |
Patch19: smeserver-fail2ban-0.1.18-bz10819-whitelisthostfix.patch |
33 |
brianr |
1.15 |
Patch20: smeserver-fail2ban-0.1.18-Add-class-to-div-for-AdminLTE.patch |
34 |
terryfage |
1.3 |
|
35 |
brianr |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
36 |
|
|
BuildArchitectures: noarch |
37 |
|
|
BuildRequires: e-smith-devtools |
38 |
|
|
|
39 |
|
|
Requires: e-smith-base >= 5.2.0 |
40 |
jpp |
1.4 |
Requires: fail2ban-server, fail2ban-sendmail |
41 |
jcrisp |
1.9 |
Requires: perl-Data-Validate-IP |
42 |
jpp |
1.4 |
Obsoletes: fail2ban-firewalld, firewalld |
43 |
michel |
1.5 |
AutoReqProv: no |
44 |
brianr |
1.1 |
|
45 |
|
|
%description |
46 |
|
|
Configure fail2ban on SME Server |
47 |
|
|
|
48 |
|
|
%changelog |
49 |
brianr |
1.15 |
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.18-25.sme |
50 |
|
|
- Add-class-to-div-for-AdminLTE [SME: 11837] |
51 |
|
|
|
52 |
jpp |
1.14 |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-24.sme |
53 |
jpp |
1.13 |
- fix adding removing whitelisted hosts [SME: 10819] |
54 |
|
|
moved config options to dedicated page |
55 |
|
|
- removed apache-badbots.local, lot of false positives [SME: 10857] |
56 |
|
|
|
57 |
jpp |
1.12 |
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-22.sme |
58 |
jpp |
1.13 |
- fix apache-badbots logfile definition [SME: 10857] |
59 |
jpp |
1.12 |
add updated badbot list. |
60 |
|
|
|
61 |
jpp |
1.11 |
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-21.sme |
62 |
|
|
- update wordpress filters [SME: 11651] |
63 |
|
|
|
64 |
jpp |
1.10 |
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-20.sme |
65 |
|
|
- allow baning subnet [SME: 11650] |
66 |
|
|
|
67 |
jcrisp |
1.9 |
* Wed Oct 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.18-19.sme |
68 |
|
|
- Fix my versioning |
69 |
|
|
|
70 |
|
|
* Wed Oct 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.18-18.sme |
71 |
|
|
- Add Requires for perl-Data-Validate-IP [SME: 11720] |
72 |
|
|
|
73 |
terryfage |
1.8 |
* Sun Sep 12 2021 Terry Fage <terry.fage@gmail.com> 0.1.18-17.sme |
74 |
|
|
- redo fix for typo qpsmtpd status [SME: 11636] |
75 |
|
|
|
76 |
terryfage |
1.7 |
* Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 0.1.18-16.sme |
77 |
|
|
- Update locale 2021-09-08 patch |
78 |
|
|
|
79 |
terryfage |
1.6 |
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 0.1.18-15.sme |
80 |
|
|
- Update locale 2021-08-21 patch |
81 |
|
|
|
82 |
michel |
1.5 |
* Thu Jul 08 2021 Michel Begue <mab974@gmail.com> 0.1.18-14.sme |
83 |
|
|
- Add fail2ban panel in smeserver-manager [SME: 11636] |
84 |
|
|
- add smanager jail and filter |
85 |
|
|
- fix typo for qsmtpd status change |
86 |
|
|
- add AutoReqProv so smeserver-manager is not required |
87 |
|
|
|
88 |
jpp |
1.4 |
* Mon May 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-13.sme |
89 |
|
|
- fix requirements and avoid firewalld [SME: 10949] |
90 |
|
|
|
91 |
terryfage |
1.3 |
* Tue May 25 2021 Terry Fage <tfage@yahoo.com.au> 0.1.18-12.sme |
92 |
|
|
- Server Fails to Start SME10 [SME: 11586] |
93 |
|
|
|
94 |
brianr |
1.2 |
* Mon Apr 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.18-11.sme |
95 |
|
|
- Initial import to SME10 [SME: 10949] |
96 |
|
|
- Add -update event to createlinks. |
97 |
|
|
|
98 |
brianr |
1.1 |
* Wed Nov 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-10.sme |
99 |
|
|
- fix wordpress template error [SME: 10839] |
100 |
|
|
- rewrite rule for [SME: 9719] |
101 |
|
|
- add configurable values for recidive jail [SME: 10370] |
102 |
|
|
|
103 |
|
|
* Wed Oct 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-9.sme |
104 |
|
|
- propagate configuration changes to fail2ban after submiting changes [SME: 10817] |
105 |
|
|
|
106 |
|
|
* Wed Oct 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-8.sme |
107 |
|
|
- fix blocked hosts list not displaying unless smeserver-denyhosts also installed [SME: 10814] |
108 |
|
|
|
109 |
|
|
* Fri Jul 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-7.sme |
110 |
|
|
- prevent fail2ban failure if sogo not installed while a backup restored db entries [SME: 9669] |
111 |
|
|
|
112 |
|
|
* Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-6.sme |
113 |
|
|
- fix incorrect permissions on sfail2ban [SME: 10775] |
114 |
|
|
|
115 |
|
|
* Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-5.sme |
116 |
|
|
- fix wordpress fragment error preventing jail.conf to be updated [SME: 10776] |
117 |
|
|
|
118 |
|
|
* Tue May 14 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-4.sme |
119 |
|
|
- fix missing sfail2ban exec [SME: 10775] |
120 |
|
|
- Apply locals |
121 |
|
|
|
122 |
|
|
* Tue Apr 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-3.sme |
123 |
|
|
- add admin panel [SME: 10767] |
124 |
|
|
- add wordpress jails and filters [SME: 9709] |
125 |
|
|
|
126 |
|
|
* Fri Oct 27 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.18-1.sme |
127 |
|
|
- Ignore greylisting, from Michael McCarn [SME: 10447] |
128 |
|
|
|
129 |
|
|
* Thu Nov 17 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.17-1.sme |
130 |
|
|
- Makes sur log files exist before resuming monitoring after a logrotate |
131 |
|
|
[SME: 9875] |
132 |
|
|
|
133 |
|
|
* Tue Aug 2 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.16-1.sme |
134 |
|
|
- Add a new prop (FilterValidRemoteHosts) to allow blacklisting of hosts allowed |
135 |
|
|
to access the server-manager |
136 |
|
|
- Ignore 0.0.0.0/0.0.0.0 by default [SME: 9719] |
137 |
|
|
|
138 |
|
|
* Tue Jul 5 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.15-1.sme |
139 |
|
|
- Fix compat with older qpsmtpd |
140 |
|
|
|
141 |
|
|
* Thu Jun 9 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.14-1.sme |
142 |
|
|
- Update regex for qpsmtpd 0.96 |
143 |
|
|
|
144 |
|
|
* Mon Feb 29 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.13-1.sme |
145 |
|
|
- Ignore failure to get proxy.pac |
146 |
|
|
|
147 |
|
|
* Fri Jul 24 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.12-1.sme |
148 |
|
|
- Updates for fail2ban 0.9.2 |
149 |
|
|
- Add more httpd jails |
150 |
|
|
- Switch to upstream Ejabberd filter |
151 |
|
|
|
152 |
|
|
* Wed Apr 15 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.11-1.sme |
153 |
|
|
- Start fail2ban a bit later [SME: 8708] |
154 |
|
|
|
155 |
|
|
* Tue Jan 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.10-1.sme |
156 |
|
|
- Suspend log monitoring during logrotate [SME: 8708] |
157 |
|
|
|
158 |
|
|
* Thu Jan 15 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.9-1.sme |
159 |
|
|
- Fix LL::NG jail name |
160 |
|
|
|
161 |
|
|
* Wed Sep 17 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.8-1.sme |
162 |
|
|
- Restart fail2ban during logrotate event so it re-open apache log file [SME: 8557] |
163 |
|
|
|
164 |
|
|
* Wed Jun 25 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.7-1.sme |
165 |
|
|
- Correctly handle single IP in IgnoreIP prop |
166 |
|
|
|
167 |
|
|
* Tue Jun 24 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.6-1.sme |
168 |
|
|
- Relax proxy regex so requests for proxy.pac aren't matched |
169 |
|
|
|
170 |
|
|
* Mon Jun 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.5-1.sme |
171 |
|
|
- Pre-create the logfile so fail2ban can start the first time |
172 |
|
|
- Remove most warnings on startup |
173 |
|
|
|
174 |
|
|
* Wed Apr 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.4-1.sme |
175 |
|
|
- New branch for SME9 |
176 |
|
|
- Remove sogo-auth.conf which is included in EL6 build of fail2ban |
177 |
|
|
|
178 |
|
|
* Wed Dec 18 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.3-1.sme |
179 |
|
|
- Fix port, which was incorrectly set to proto |
180 |
|
|
|
181 |
|
|
* Tue Nov 19 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.2-1.sme |
182 |
|
|
- Create the DB entries in one transaction to reduce the amount of log |
183 |
|
|
for each ban |
184 |
|
|
|
185 |
|
|
* Thu Jul 4 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme |
186 |
|
|
- Fix service name for LemonLDAP::NG |
187 |
|
|
|
188 |
|
|
* Tue May 14 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme |
189 |
|
|
- initial release |
190 |
|
|
|
191 |
|
|
%prep |
192 |
|
|
%setup -q -n %{name}-%{version} |
193 |
|
|
%patch0 -p1 |
194 |
|
|
%patch1 -p1 |
195 |
|
|
%patch2 -p1 |
196 |
|
|
%patch3 -p1 |
197 |
|
|
%patch4 -p1 |
198 |
|
|
%patch5 -p1 |
199 |
|
|
%patch6 -p1 |
200 |
|
|
%patch7 -p1 |
201 |
|
|
%patch8 -p1 |
202 |
|
|
%patch9 -p1 |
203 |
brianr |
1.2 |
%patch10 -p1 |
204 |
terryfage |
1.3 |
%patch11 -p1 |
205 |
michel |
1.5 |
%patch12 -p1 |
206 |
terryfage |
1.6 |
%patch13 -p1 |
207 |
terryfage |
1.7 |
%patch14 -p1 |
208 |
terryfage |
1.8 |
%patch15 -p1 |
209 |
jpp |
1.10 |
%patch16 -p1 |
210 |
jpp |
1.11 |
%patch17 -p1 |
211 |
jpp |
1.12 |
%patch18 -p1 |
212 |
jpp |
1.13 |
%patch19 -p1 |
213 |
brianr |
1.15 |
%patch20 -p1 |
214 |
brianr |
1.1 |
|
215 |
|
|
%build |
216 |
|
|
%{__mkdir_p} root/var/log/fail2ban |
217 |
|
|
perl createlinks |
218 |
|
|
|
219 |
|
|
%install |
220 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
221 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
222 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
223 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
224 |
|
|
--dir /var/log/fail2ban 'attr(0750,root,root)' \ |
225 |
|
|
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
226 |
|
|
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
227 |
|
|
--file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \ |
228 |
|
|
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
229 |
|
|
> %{name}-%{version}-filelist |
230 |
jpp |
1.14 |
#--file /etc/fail2ban/filter.d/apache-badbots.local 'config(noreplace) %attr(0644,root,root)' \ |
231 |
brianr |
1.1 |
|
232 |
|
|
%files -f %{name}-%{version}-filelist |
233 |
|
|
%defattr(-,root,root) |
234 |
|
|
|
235 |
|
|
%clean |
236 |
|
|
rm -rf $RPM_BUILD_ROOT |
237 |
|
|
|
238 |
|
|
%post |
239 |
|
|
|
240 |
|
|
%preun |