forked from pool/fail2ban
Accepting request 29110 from security
Copy from security/fail2ban based on submit request 29110 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/29110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fail2ban?expand=0&rev=3
This commit is contained in:
parent
92c75f7af0
commit
ac48672721
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b32fd9ee849bf36d23685a91d1d96f29a2fa383069d7d789e4956c9268dca5cd
|
|
||||||
size 64028
|
|
3
fail2ban-0.8.4.tar.bz2
Normal file
3
fail2ban-0.8.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a4fc0ea6dffde1db1d096757878e1b2c5f0b087a05ed7e7ca0202fb0b127982
|
||||||
|
size 71818
|
@ -1,5 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 16:05:42 CET 2009 - lchiquitto@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.8.4. Important changes:
|
||||||
|
* New "Ban IP" command
|
||||||
|
* New filters: lighttpd-fastcgi php-url-fopen cyrus-imap sieve
|
||||||
|
* Fixed the 'unexpected communication error' problem
|
||||||
|
* Remove socket file on startup if fail2ban crashed (bnc#537239)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 4 18:19:39 CET 2009 - kssingvo@suse.de
|
Wed Feb 4 18:19:39 CET 2009 - kssingvo@suse.de
|
||||||
|
|
||||||
- initial version: 0.8.3
|
- Initial version: 0.8.3
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fail2ban (Version 0.8.3)
|
# spec file for package fail2ban (Version 0.8.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fail2ban
|
Name: fail2ban
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Requires: python >= 2.5, logrotate, cron
|
Requires: python >= 2.5, logrotate, cron
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.8.3
|
Version: 0.8.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Url: http://www.fail2ban.org/
|
Url: http://www.fail2ban.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: fail2ban scans log files and bans IP addresses that makes too many failures
|
Summary: fail2ban scans log files and bans IP addresses that makes too many failures
|
||||||
@ -104,5 +104,3 @@ install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.%{n
|
|||||||
%doc COPYING ChangeLog README TODO files/cacti
|
%doc COPYING ChangeLog README TODO files/cacti
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 04 2009 kssingvo@suse.de
|
|
||||||
- initial version: 0.8.3
|
|
||||||
|
Loading…
Reference in New Issue
Block a user