rpms/fail2ban/F-7 fail2ban-0.8.1-sshd.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 fail2ban.spec, 1.7, 1.8 sources, 1.5, 1.6 fail2ban-0.8.0-sshd.patch, 1.3, NONE

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Wed Aug 15 20:23:47 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/fail2ban/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21150/F-7

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

fail2ban-0.8.1-sshd.patch:

--- NEW FILE fail2ban-0.8.1-sshd.patch ---
--- fail2ban-0.8.1/config/jail.conf.sshd	2007-08-09 00:49:59.000000000 +0200
+++ fail2ban-0.8.1/config/jail.conf	2007-08-15 21:41:33.000000000 +0200
@@ -42,11 +42,11 @@
 
 [ssh-iptables]
 
-enabled  = false
+enabled  = true
 filter   = sshd
 action   = iptables[name=SSH, port=ssh, protocol=tcp]
-           sendmail-whois[name=SSH, dest=you at mail.com, sender=fail2ban at mail.com]
-logpath  = /var/log/sshd.log
+           sendmail-whois[name=SSH, dest=root, sender=fail2ban at mail.com]
+logpath  = /var/log/secure
 maxretry = 5
 
 [proftpd-iptables]


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 May 2007 10:48:12 -0000	1.3
+++ .cvsignore	15 Aug 2007 20:23:14 -0000	1.4
@@ -1,2 +1 @@
-fail2ban-0.8.0.tar.bz2
-fail2ban-logrotate
+fail2ban-0.8.1.tar.bz2


Index: fail2ban.spec
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/F-7/fail2ban.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fail2ban.spec	21 Jun 2007 13:32:04 -0000	1.7
+++ fail2ban.spec	15 Aug 2007 20:23:14 -0000	1.8
@@ -3,20 +3,19 @@
 
 Summary: Ban IPs that make too many password failures
 Name: fail2ban
-Version: 0.8.0
-Release: 9%{?dist}
+Version: 0.8.1
+Release: 10%{?dist}
 License: GPL
 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.0-init.patch
-Patch1: fail2ban-0.8.0-sshd.patch
-Patch2: fail2ban-0.8-sshd-filter.diff
+Patch1: fail2ban-0.8.1-sshd.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel >= 2.4
 BuildArch: noarch
-Requires: iptables, tcp_wrappers, shorewall
+Requires: iptables, tcp_wrappers, shorewall, gamin-python
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -30,7 +29,6 @@
 %setup -q
 %patch0 -p1 -b .init
 %patch1 -p1 -b .sshd
-%patch2 -p1 -b .sshdallowusersm
 
 %build
 python setup.py build
@@ -76,6 +74,12 @@
 %config(noreplace) %{_sysconfdir}/logrotate.d/fail2ban
 
 %changelog
+* Wed Aug 15 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.8.1-10
+- Update to 0.8.1.
+- Remove patch fixing CVE-2007-4321 (upstream).
+- Remove AllowUsers patch (upstream).
+- Add dependency to gamin-python.
+
 * Thu Jun 21 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.8.0-9
 - Fix remote log injection (no CVE assignment yet).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/F-7/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	23 May 2007 20:17:50 -0000	1.5
+++ sources	15 Aug 2007 20:23:14 -0000	1.6
@@ -1,2 +1 @@
-7988a65a978bc5c44a92aaf1dbdebcba  fail2ban-0.8.0.tar.bz2
-1c87078f2c50497951ec46583020d723  fail2ban-logrotate
+91e45125924e7978949fdab2e32b71a1  fail2ban-0.8.1.tar.bz2


--- fail2ban-0.8.0-sshd.patch DELETED ---




More information about the fedora-extras-commits mailing list