Update to 0.8.3

i9ce
athimm 17 years ago
parent 473ded4bac
commit 8bfc6bbf1a

@ -1,2 +1 @@
fail2ban-0.8.1.tar.bz2
fail2ban-0.8.2.tar.bz2
fail2ban-0.8.3.tar.bz2

@ -1,7 +1,5 @@
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
--- 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
#
@ -10,11 +8,11 @@ diff -up fail2ban-0.8.1/files/redhat-initd.init fail2ban-0.8.1/files/redhat-init
# description: Fail2ban daemon
# http://fail2ban.sourceforge.net/wiki/index.php/Main_Page
# process name: fail2ban-server
@@ -27,8 +27,7 @@ start() {
@@ -27,8 +27,7 @@
echo -n $"Starting fail2ban: "
getpid
if [ -z "$pid" ]; then
- rm -rf /tmp/fail2ban.sock # in case of unclean shutdown
- rm -rf /var/run/fail2ban/fail2ban.sock # in case of unclean shutdown
- $FAIL2BAN start > /dev/null
+ $FAIL2BAN -x start > /dev/null
RETVAL=$?

@ -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 <Axel.Thimm@ATrpms.net> - 0.8.3-16
- Update to 0.8.3.
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.2-15
- fix license tag

@ -1,2 +1,2 @@
1c87078f2c50497951ec46583020d723 fail2ban-logrotate
48c82a8b79cf6275d557571003eddbb1 fail2ban-0.8.2.tar.bz2
b438d7e2ce77a469fb0cca2a5cc0b81c fail2ban-0.8.3.tar.bz2

Loading…
Cancel
Save