rpms/fail2ban/devel .cvsignore, 1.3, 1.4 fail2ban-0.8.0-sshd.patch, 1.1, 1.2 fail2ban.spec, 1.2, 1.3 sources, 1.3, 1.4

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Wed May 23 10:49:01 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/fail2ban/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8270/devel

Modified Files:
	.cvsignore fail2ban-0.8.0-sshd.patch fail2ban.spec sources 
Log Message:
Fix #240863 and #240920


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 May 2007 17:02:54 -0000	1.3
+++ .cvsignore	23 May 2007 10:48:26 -0000	1.4
@@ -1 +1,2 @@
 fail2ban-0.8.0.tar.bz2
+fail2ban-logrotate

fail2ban-0.8.0-sshd.patch:

Index: fail2ban-0.8.0-sshd.patch
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/devel/fail2ban-0.8.0-sshd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fail2ban-0.8.0-sshd.patch	19 May 2007 17:02:54 -0000	1.1
+++ fail2ban-0.8.0-sshd.patch	23 May 2007 10:48:26 -0000	1.2
@@ -9,7 +9,9 @@
  filter   = sshd
  action   = iptables[name=SSH, port=ssh, protocol=tcp]
             mail-whois[name=SSH, dest=yourmail at mail.com]
+-           mail-whois[name=SSH, dest=yourmail at mail.com]
 -logpath  = /var/log/sshd.log
++           mail-whois[name=SSH, dest=root]
 +logpath  = /var/log/secure
  maxretry = 5
  


Index: fail2ban.spec
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/devel/fail2ban.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fail2ban.spec	19 May 2007 17:02:54 -0000	1.2
+++ fail2ban.spec	23 May 2007 10:48:26 -0000	1.3
@@ -3,11 +3,12 @@
 Summary: Ban IPs that make too many password failures
 Name: fail2ban
 Version: 0.8.0
-Release: 4%{?dist}
+Release: 5%{?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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -38,7 +39,8 @@
 install -p -m 755 files/redhat-initd %{buildroot}%{_initdir}/fail2ban
 mkdir -p %{buildroot}%{_mandir}/man1
 install -p -m 644 man/fail2ban*.1 %{buildroot}%{_mandir}/man1
-
+mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
+install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/fail2ban
 %clean
 rm -rf %{buildroot}
 
@@ -68,8 +70,13 @@
 %config(noreplace) %{_sysconfdir}/fail2ban/jail.conf
 %config(noreplace) %{_sysconfdir}/fail2ban/action.d/*.conf
 %config(noreplace) %{_sysconfdir}/fail2ban/filter.d/*.conf
+%config(noreplace) %{_sysconfdir}/logrotate.d/fail2ban
 
 %changelog
+* Wed May 23 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.8.0-5
+- send mail to root; logrotate (Jonathan Underwood
+  <jonathan.underwood at gmail.com>)
+
 * Sat May 19 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.8.0-4
 - Update to 0.8.0.
 - enable ssh by default, fix log file for ssh scanning, adjust python


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fail2ban/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 May 2007 17:02:54 -0000	1.3
+++ sources	23 May 2007 10:48:26 -0000	1.4
@@ -1 +1,2 @@
 7988a65a978bc5c44a92aaf1dbdebcba  fail2ban-0.8.0.tar.bz2
+b5dd7b5c95dcdbf1089f5c7d2641add9  fail2ban-logrotate




More information about the fedora-extras-commits mailing list