/[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.2 - (hide annotations) (download)
Wed Apr 10 02:46:35 2019 UTC (5 years, 5 months ago) by jpp
Branch: MAIN
Changes since 1.1: +7 -1 lines
* Tue Apr 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-2.sme
- add admin panel [SME: 10767]
- TODO: add wordpress jails and filters [SME: 9709]

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

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