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

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

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


Revision 1.6 - (show annotations) (download)
Mon Jun 3 04:31:13 2019 UTC (5 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-fail2ban-0_1_18-5_el6_sme
Changes since 1.5: +6 -1 lines
* Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-5.sme
- fix wordpress fragment error preventing jail.conf to be updated [SME: 10776]

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

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