From 4ab5ea7f7a6e0a4307a2ab8bc7b8e8dd40fe1abb Mon Sep 17 00:00:00 2001 From: athimm Date: Fri, 11 Sep 2009 10:33:46 +0000 Subject: [PATCH] Update to 0.8.4. --- .cvsignore | 1 + fail2ban.spec | 12 +++++++----- sources | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 25df31c..24ea3a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ fail2ban-FAIL2BAN-0_8.tar.bz2 +fail2ban-0.8.4.tar.bz2 diff --git a/fail2ban.spec b/fail2ban.spec index 8d045f6..b94c8e3 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -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 - 0.8.4-23 +- update to 0.8.4. + * Wed Sep 2 2009 Axel Thimm - 0.8.3-22 - Update to a newer svn snapshot to fix python 2.6 issue. diff --git a/sources b/sources index a0d4dd5..3b57e09 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 76b4d0e69ad808950b8353c6fcf93615 fail2ban-FAIL2BAN-0_8.tar.bz2 +df94335a5d12b4750869e5fe350073fa fail2ban-0.8.4.tar.bz2