/[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.2 - (hide annotations) (download)
Mon Apr 19 11:12:44 2021 UTC (3 years, 1 month ago) by brianr
Branch: MAIN
CVS Tags: smeserver-fail2ban-0_1_18-11_el7_sme
Changes since 1.1: +7 -1 lines
* Mon Apr 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.18-11.sme
- Initial import to SME10 [SME: 10949]
- Add -update event to createlinks.

1 brianr 1.1 %define version 0.1.18
2 brianr 1.2 %define release 11
3 brianr 1.1 %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     Patch2: smeserver-fail2ban-0.1.18.bz10775-sfail2ban.patch
17     Patch3: smeserver-fail2ban-0.1.18-locale-2019-05-15.patch
18     Patch4: smeserver-fail2ban-0.1.18-bz10776-wordpress.patch
19     Patch5: smeserver-fail2ban-0.1.18-bz9669-sogo.patch
20     Patch6: smeserver-fail2ban-0.1.18-bz10814-denylist-display.patch
21     Patch7: smeserver-fail2ban-0.1.18-bz10817-configure.patch
22     Patch8: smeserver-fail2ban-0.1.18.bz10839.patch
23     Patch9: smeserver-fail2ban-0.1.18.bz10370.patch
24 brianr 1.2 Patch10: smeserver-fail2ban-0.1.18-Add-update-to-createlinks.patch
25 brianr 1.1
26     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27     BuildArchitectures: noarch
28     BuildRequires: e-smith-devtools
29    
30     Requires: e-smith-base >= 5.2.0
31     Requires: fail2ban
32    
33    
34     %description
35     Configure fail2ban on SME Server
36    
37     %changelog
38 brianr 1.2 * Mon Apr 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.18-11.sme
39     - Initial import to SME10 [SME: 10949]
40     - Add -update event to createlinks.
41    
42 brianr 1.1 * Wed Nov 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-10.sme
43     - fix wordpress template error [SME: 10839]
44     - rewrite rule for [SME: 9719]
45     - add configurable values for recidive jail [SME: 10370]
46    
47     * Wed Oct 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-9.sme
48     - propagate configuration changes to fail2ban after submiting changes [SME: 10817]
49    
50     * Wed Oct 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-8.sme
51     - fix blocked hosts list not displaying unless smeserver-denyhosts also installed [SME: 10814]
52    
53     * Fri Jul 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-7.sme
54     - prevent fail2ban failure if sogo not installed while a backup restored db entries [SME: 9669]
55    
56     * Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-6.sme
57     - fix incorrect permissions on sfail2ban [SME: 10775]
58    
59     * Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-5.sme
60     - fix wordpress fragment error preventing jail.conf to be updated [SME: 10776]
61    
62     * Tue May 14 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-4.sme
63     - fix missing sfail2ban exec [SME: 10775]
64     - Apply locals
65    
66     * Tue Apr 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-3.sme
67     - add admin panel [SME: 10767]
68     - add wordpress jails and filters [SME: 9709]
69    
70     * Fri Oct 27 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.18-1.sme
71     - Ignore greylisting, from Michael McCarn [SME: 10447]
72    
73     * Thu Nov 17 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.17-1.sme
74     - Makes sur log files exist before resuming monitoring after a logrotate
75     [SME: 9875]
76    
77     * Tue Aug 2 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.16-1.sme
78     - Add a new prop (FilterValidRemoteHosts) to allow blacklisting of hosts allowed
79     to access the server-manager
80     - Ignore 0.0.0.0/0.0.0.0 by default [SME: 9719]
81    
82     * Tue Jul 5 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.15-1.sme
83     - Fix compat with older qpsmtpd
84    
85     * Thu Jun 9 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.14-1.sme
86     - Update regex for qpsmtpd 0.96
87    
88     * Mon Feb 29 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.1.13-1.sme
89     - Ignore failure to get proxy.pac
90    
91     * Fri Jul 24 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.12-1.sme
92     - Updates for fail2ban 0.9.2
93     - Add more httpd jails
94     - Switch to upstream Ejabberd filter
95    
96     * Wed Apr 15 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.11-1.sme
97     - Start fail2ban a bit later [SME: 8708]
98    
99     * Tue Jan 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.10-1.sme
100     - Suspend log monitoring during logrotate [SME: 8708]
101    
102     * Thu Jan 15 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.1.9-1.sme
103     - Fix LL::NG jail name
104    
105     * Wed Sep 17 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.8-1.sme
106     - Restart fail2ban during logrotate event so it re-open apache log file [SME: 8557]
107    
108     * Wed Jun 25 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.7-1.sme
109     - Correctly handle single IP in IgnoreIP prop
110    
111     * Tue Jun 24 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.6-1.sme
112     - Relax proxy regex so requests for proxy.pac aren't matched
113    
114     * Mon Jun 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.5-1.sme
115     - Pre-create the logfile so fail2ban can start the first time
116     - Remove most warnings on startup
117    
118     * Wed Apr 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.4-1.sme
119     - New branch for SME9
120     - Remove sogo-auth.conf which is included in EL6 build of fail2ban
121     >>>>>>> sme9
122    
123     * Wed Dec 18 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.3-1.sme
124     - Fix port, which was incorrectly set to proto
125    
126     * Tue Nov 19 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.2-1.sme
127     - Create the DB entries in one transaction to reduce the amount of log
128     for each ban
129    
130     * Thu Jul 4 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme
131     - Fix service name for LemonLDAP::NG
132    
133     * Tue May 14 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme
134     - initial release
135    
136     %prep
137     %setup -q -n %{name}-%{version}
138     %patch0 -p1
139     %patch1 -p1
140     %patch2 -p1
141     %patch3 -p1
142     %patch4 -p1
143     %patch5 -p1
144     %patch6 -p1
145     %patch7 -p1
146     %patch8 -p1
147     %patch9 -p1
148 brianr 1.2 %patch10 -p1
149 brianr 1.1
150     %build
151     %{__mkdir_p} root/var/log/fail2ban
152     perl createlinks
153    
154     %install
155     /bin/rm -rf $RPM_BUILD_ROOT
156     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
157     /bin/rm -f %{name}-%{version}-filelist
158     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
159     --dir /var/log/fail2ban 'attr(0750,root,root)' \
160     --file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \
161     --file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \
162     --file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \
163     --file /usr/bin/sfail2ban 'attr(0755,root,root)' \
164     > %{name}-%{version}-filelist
165    
166     %files -f %{name}-%{version}-filelist
167     %defattr(-,root,root)
168    
169     %clean
170     rm -rf $RPM_BUILD_ROOT
171    
172     %post
173    
174     %preun
175    

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