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

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

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


Revision 1.11 - (hide annotations) (download)
Thu Nov 28 02:49:23 2019 UTC (4 years, 10 months ago) by jpp
Branch: MAIN
Changes since 1.10: +7 -1 lines
* Wed Nov 27 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-10.sme
- fix wordpress template error [SME: 10839]
- rewrite rule for [SME: 9719]

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

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