Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153729 Details for
Bug 238320
Update to 0.8 release series (patches attached)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated spec file
fail2ban.spec (text/plain), 2.09 KB, created by
Jonathan Underwood
on 2007-04-29 10:23:53 UTC
(
hide
)
Description:
Updated spec file
Filename:
MIME Type:
Creator:
Jonathan Underwood
Created:
2007-04-29 10:23:53 UTC
Size:
2.09 KB
patch
obsolete
>Summary: Ban IPs that make too many password failures >Name: fail2ban >Version: 0.7.9 >Release: 1%{?dist} >License: GPL >Group: System Environment/Daemons >URL: http://fail2ban.sourceforge.net/ > >Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 >Patch0: fail2ban-0.7.9-init.patch >Patch1: fail2ban-0.7.9-jail.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >BuildRequires: python-devel >= 2.4 >BuildArch: noarch > >Requires: iptables >Requires(post): /sbin/chkconfig >Requires(preun): /sbin/chkconfig >Requires(preun): /sbin/service > >%description >Fail2ban scans log files like /var/log/pwdfail or >/var/log/apache/error_log and bans IP that makes too many password >failures. It updates firewall rules to reject the IP address. > >%prep >%setup -q > ># Patch init file to fix stop logic >%patch0 -p0 > ># Turn on only the ssh iptables jail and point it at the right log file >%patch1 -p0 > >%build >python setup.py build > >%install >rm -rf %{buildroot} > ># main package installation >python setup.py install -O1 --root %{buildroot} > ># install startup file >install -d -p %{buildroot}%{_initrddir} >install -p -m 755 files/redhat-initd %{buildroot}%{_initrddir}/fail2ban > ># install man pages >install -d -p %{buildroot}%{_mandir}/man1 >install -p -m 644 man/fail2ban-{client,server,regex}.1 %{buildroot}%{_mandir}/man1 > >%clean >rm -rf %{buildroot} > >%post >/sbin/chkconfig --add %{name} > >%preun >if [ $1 = 0 ]; then > /sbin/service %{name} stop > /dev/null 2>&1 > /sbin/chkconfig --del %{name} >fi > >%files >%defattr(-,root,root,-) >%doc README TODO CHANGELOG COPYING >%{_bindir}/fail2ban* >%{_datadir}/fail2ban >%config(noreplace) %{_sysconfdir}/fail2ban >%{_initrddir}/fail2ban >%{_mandir}/man1/fail2ban-*.1* > >%changelog >* Sat Dec 30 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.6.2-3 >- Remove forgotten condrestart. > >* Fri Dec 29 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.6.2-2 >- Move /usr/lib/fail2ban to %%{_datadir}/fail2ban. >- Don't default chkconfig to enabled. >- Add dependencies on service/chkconfig. >- Use example iptables/ssh config as default config. > >* Mon Dec 25 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.6.2-1 >- Initial build.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 238320
: 153729 |
153730
|
153731