/[smecontribs]/rpms/smeserver-fail2ban/contribs10/smeserver-fail2ban.spec
ViewVC logotype

Annotation of /rpms/smeserver-fail2ban/contribs10/smeserver-fail2ban.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.22 - (hide annotations) (download)
Thu Sep 5 03:33:19 2024 UTC (3 weeks ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-fail2ban-0_1_18-32_el7_sme, HEAD
Changes since 1.21: +6 -1 lines
* Thu Sep 05 2024 Terry Fage <terry@fage.id.au> 0.1.18-32.sme
- add local 2024-09-05.patch

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed