1 |
%define version 0.1.18 |
2 |
%define release 2 |
3 |
%define name smeserver-fail2ban |
4 |
|
5 |
|
6 |
Summary: fail2ban integration on SME Server |
7 |
Name: %{name} |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
Epoch: 9 |
11 |
License: GPL |
12 |
Group: Networking/Daemons |
13 |
Source: %{name}-%{version}.tar.gz |
14 |
Patch0:smeserver-fail2ban-0.1.18.bz10767-adminpanel.patch |
15 |
Patch1: smeserver-fail2ban-0.1.18.bz9709-wordpress.patch |
16 |
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
19 |
BuildRequires: e-smith-devtools |
20 |
|
21 |
Requires: e-smith-base >= 5.2.0 |
22 |
Requires: fail2ban |
23 |
|
24 |
%description |
25 |
Configure fail2ban on SME Server |
26 |
|
27 |
%changelog |
28 |
* Tue Apr 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-2.sme |
29 |
- add admin panel [SME: 10767] |
30 |
- add wordpress jails and filters [SME: 9709] |
31 |
|
32 |
* Fri Oct 27 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.18-1.sme |
33 |
- Ignore greylisting, from Michael McCarn [SME: 10447] |
34 |
|
35 |
* Thu Nov 17 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.17-1.sme |
36 |
- Makes sur log files exist before resuming monitoring after a logrotate |
37 |
[SME: 9875] |
38 |
|
39 |
* Tue Aug 2 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.16-1.sme |
40 |
- Add a new prop (FilterValidRemoteHosts) to allow blacklisting of hosts allowed |
41 |
to access the server-manager |
42 |
- Ignore 0.0.0.0/0.0.0.0 by default [SME: 9719] |
43 |
|
44 |
* Tue Jul 5 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.15-1.sme |
45 |
- Fix compat with older qpsmtpd |
46 |
|
47 |
* Thu Jun 9 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.14-1.sme |
48 |
- Update regex for qpsmtpd 0.96 |
49 |
|
50 |
* Mon Feb 29 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.13-1.sme |
51 |
- Ignore failure to get proxy.pac |
52 |
|
53 |
* Fri Jul 24 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.12-1.sme |
54 |
- Updates for fail2ban 0.9.2 |
55 |
- Add more httpd jails |
56 |
- Switch to upstream Ejabberd filter |
57 |
|
58 |
* Wed Apr 15 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.11-1.sme |
59 |
- Start fail2ban a bit later [SME: 8708] |
60 |
|
61 |
* Tue Jan 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.10-1.sme |
62 |
- Suspend log monitoring during logrotate [SME: 8708] |
63 |
|
64 |
* Thu Jan 15 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.9-1.sme |
65 |
- Fix LL::NG jail name |
66 |
|
67 |
* Wed Sep 17 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.8-1.sme |
68 |
- Restart fail2ban during logrotate event so it re-open apache log file [SME: 8557] |
69 |
|
70 |
* Wed Jun 25 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.7-1.sme |
71 |
- Correctly handle single IP in IgnoreIP prop |
72 |
|
73 |
* Tue Jun 24 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.6-1.sme |
74 |
- Relax proxy regex so requests for proxy.pac aren't matched |
75 |
|
76 |
* Mon Jun 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.5-1.sme |
77 |
- Pre-create the logfile so fail2ban can start the first time |
78 |
- Remove most warnings on startup |
79 |
|
80 |
* Wed Apr 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.4-1.sme |
81 |
- New branch for SME9 |
82 |
- Remove sogo-auth.conf which is included in EL6 build of fail2ban |
83 |
>>>>>>> sme9 |
84 |
|
85 |
* Wed Dec 18 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.3-1.sme |
86 |
- Fix port, which was incorrectly set to proto |
87 |
|
88 |
* Tue Nov 19 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.2-1.sme |
89 |
- Create the DB entries in one transaction to reduce the amount of log |
90 |
for each ban |
91 |
|
92 |
* Thu Jul 4 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme |
93 |
- Fix service name for LemonLDAP::NG |
94 |
|
95 |
* Tue May 14 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme |
96 |
- initial release |
97 |
|
98 |
%prep |
99 |
%setup -q -n %{name}-%{version} |
100 |
%patch0 -p1 |
101 |
%patch1 -p1 |
102 |
|
103 |
%build |
104 |
%{__mkdir_p} root/var/log/fail2ban |
105 |
perl createlinks |
106 |
|
107 |
%install |
108 |
/bin/rm -rf $RPM_BUILD_ROOT |
109 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
110 |
/bin/rm -f %{name}-%{version}-filelist |
111 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
112 |
--dir /var/log/fail2ban 'attr(0750,root,root)' \ |
113 |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
114 |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
115 |
--file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \ |
116 |
> %{name}-%{version}-filelist |
117 |
|
118 |
%files -f %{name}-%{version}-filelist |
119 |
%defattr(-,root,root) |
120 |
|
121 |
%clean |
122 |
rm -rf $RPM_BUILD_ROOT |
123 |
|
124 |
%post |
125 |
|
126 |
%preun |
127 |
|