diff --git a/.cvsignore b/.cvsignore index 6c218e8..11d4817 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -fail2ban-0.8.1.tar.bz2 -fail2ban-0.8.2.tar.bz2 +fail2ban-0.8.3.tar.bz2 diff --git a/fail2ban-0.8.1-init.patch b/fail2ban-0.8.1-init.patch deleted file mode 100644 index 475c56c..0000000 --- a/fail2ban-0.8.1-init.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up fail2ban-0.8.1/files/redhat-initd.init fail2ban-0.8.1/files/redhat-initd -diff -up fail2ban-0.8.1/files/redhat-initd.init fail2ban-0.8.1/files/redhat-initd ---- fail2ban-0.8.1/files/redhat-initd.init 2007-07-11 23:09:45.000000000 +0100 -+++ fail2ban-0.8.1/files/redhat-initd 2008-01-31 22:37:29.000000000 +0000 -@@ -1,6 +1,6 @@ - #!/bin/bash - # --# chkconfig: 345 92 08 -+# chkconfig: - 92 08 - # description: Fail2ban daemon - # http://fail2ban.sourceforge.net/wiki/index.php/Main_Page - # process name: fail2ban-server -@@ -27,8 +27,7 @@ start() { - echo -n $"Starting fail2ban: " - getpid - if [ -z "$pid" ]; then -- rm -rf /tmp/fail2ban.sock # in case of unclean shutdown -- $FAIL2BAN start > /dev/null -+ $FAIL2BAN -x start > /dev/null - RETVAL=$? - fi - if [ $RETVAL -eq 0 ]; then diff --git a/fail2ban-0.8.3-init.patch b/fail2ban-0.8.3-init.patch new file mode 100644 index 0000000..3ed8609 --- /dev/null +++ b/fail2ban-0.8.3-init.patch @@ -0,0 +1,20 @@ +--- fail2ban-0.8.3/files/redhat-initd.init 2008-03-10 23:36:22.000000000 +0100 ++++ fail2ban-0.8.3/files/redhat-initd 2008-08-24 20:46:01.000000000 +0200 +@@ -1,6 +1,6 @@ + #!/bin/bash + # +-# chkconfig: 345 92 08 ++# chkconfig: - 92 08 + # description: Fail2ban daemon + # http://fail2ban.sourceforge.net/wiki/index.php/Main_Page + # process name: fail2ban-server +@@ -27,8 +27,7 @@ + echo -n $"Starting fail2ban: " + getpid + if [ -z "$pid" ]; then +- rm -rf /var/run/fail2ban/fail2ban.sock # in case of unclean shutdown +- $FAIL2BAN start > /dev/null ++ $FAIL2BAN -x start > /dev/null + RETVAL=$? + fi + if [ $RETVAL -eq 0 ]; then diff --git a/fail2ban.spec b/fail2ban.spec index b8657fb..1be0a8d 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -3,14 +3,14 @@ Summary: Ban IPs that make too many password failures Name: fail2ban -Version: 0.8.2 -Release: 15%{?dist} +Version: 0.8.3 +Release: 16%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://fail2ban.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source1: fail2ban-logrotate -Patch0: fail2ban-0.8.1-init.patch +Patch0: fail2ban-0.8.3-init.patch Patch1: fail2ban-0.8.1-sshd.patch #Patch2: fail2ban-0.8.1-sock.patch Patch3: fail2ban-0.8.2-fd_cloexec.patch @@ -82,6 +82,9 @@ fi %dir %{_localstatedir}/run/fail2ban %changelog +* Sun Aug 24 2008 Axel Thimm - 0.8.3-16 +- Update to 0.8.3. + * Wed May 21 2008 Tom "spot" Callaway - 0.8.2-15 - fix license tag diff --git a/sources b/sources index 0d70e77..2ff5ed3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 1c87078f2c50497951ec46583020d723 fail2ban-logrotate -48c82a8b79cf6275d557571003eddbb1 fail2ban-0.8.2.tar.bz2 +b438d7e2ce77a469fb0cca2a5cc0b81c fail2ban-0.8.3.tar.bz2