rpms/fail2ban/devel fail2ban-0.8.3-init.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 fail2ban.spec, 1.13, 1.14 sources, 1.8, 1.9 fail2ban-0.8.1-init.patch, 1.1, NONE

Axel Thimm athimm at fedoraproject.org
Mon Aug 25 09:21:00 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/fail2ban/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18694/devel

Modified Files:
	.cvsignore fail2ban.spec sources 
Added Files:
	fail2ban-0.8.3-init.patch 
Removed Files:
	fail2ban-0.8.1-init.patch 
Log Message:
Update to 0.8.3

fail2ban-0.8.3-init.patch:

--- NEW FILE fail2ban-0.8.3-init.patch ---
--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	14 Mar 2008 22:34:47 -0000	1.6
+++ .cvsignore	25 Aug 2008 09:20:30 -0000	1.7
@@ -1,2 +1 @@
-fail2ban-0.8.1.tar.bz2
-fail2ban-0.8.2.tar.bz2
+fail2ban-0.8.3.tar.bz2


Index: fail2ban.spec
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/devel/fail2ban.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fail2ban.spec	21 May 2008 19:00:39 -0000	1.13
+++ fail2ban.spec	25 Aug 2008 09:20:30 -0000	1.14
@@ -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 @@
 %dir %{_localstatedir}/run/fail2ban
 
 %changelog
+* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.8.3-16
+- Update to 0.8.3.
+
 * Wed May 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.8.2-15
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	14 Mar 2008 22:34:47 -0000	1.8
+++ sources	25 Aug 2008 09:20:30 -0000	1.9
@@ -1,2 +1,2 @@
 1c87078f2c50497951ec46583020d723  fail2ban-logrotate
-48c82a8b79cf6275d557571003eddbb1  fail2ban-0.8.2.tar.bz2
+b438d7e2ce77a469fb0cca2a5cc0b81c  fail2ban-0.8.3.tar.bz2


--- fail2ban-0.8.1-init.patch DELETED ---




More information about the fedora-extras-commits mailing list