|
|
|
@ -3,13 +3,12 @@
|
|
|
|
|
|
|
|
|
|
Summary: Ban IPs that make too many password failures
|
|
|
|
|
Name: fail2ban
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: 22%{?dist}
|
|
|
|
|
Version: 0.8.4
|
|
|
|
|
Release: 23%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
URL: http://fail2ban.sourceforge.net/
|
|
|
|
|
#Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source0: http://www.fail2ban.org/nightly/fail2ban-FAIL2BAN-0_8.tar.bz2
|
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: fail2ban-logrotate
|
|
|
|
|
Patch0: fail2ban-0.8.3-init.patch
|
|
|
|
|
Patch1: fail2ban-0.8.1-sshd.patch
|
|
|
|
@ -29,7 +28,7 @@ Fail2ban scans log files like /var/log/pwdfail or
|
|
|
|
|
failures. It updates firewall rules to reject the IP address.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}-SVN
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .init
|
|
|
|
|
%patch1 -p1 -b .sshd
|
|
|
|
|
%patch3 -p1 -b .fd_cloexec
|
|
|
|
@ -83,6 +82,9 @@ fi
|
|
|
|
|
%dir %{_localstatedir}/run/fail2ban
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 11 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.8.4-23
|
|
|
|
|
- update to 0.8.4.
|
|
|
|
|
|
|
|
|
|
* Wed Sep 2 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.8.3-22
|
|
|
|
|
- Update to a newer svn snapshot to fix python 2.6 issue.
|
|
|
|
|
|
|
|
|
|