forked from pool/fail2ban
Accepting request 123393 from security
Upgraded to latest version; seems to work :-) (forwarded request 123375 from weberho) OBS-URL: https://build.opensuse.org/request/show/123393 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fail2ban?expand=0&rev=18
This commit is contained in:
commit
132bbd3013
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6834a26cd12c6606c901289fd07de2fbe182630001c8a4595db03cf4ed71bbbb
|
|
||||||
size 72996
|
|
3
fail2ban-0.8.6.tar.bz2
Normal file
3
fail2ban-0.8.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4281ef4cac29de120a537a1e8ba84d37fdd830d00c49111097339c1c1a25ed2d
|
||||||
|
size 90804
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 3 13:08:36 UTC 2012 - jweberhofer@weberhofer.at
|
||||||
|
|
||||||
|
- Update to version 0.8.6. containing various fixes and enhancements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 22:04:03 UTC 2011 - lchiquitto@suse.com
|
Fri Nov 18 22:04:03 UTC 2011 - lchiquitto@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fail2ban
|
# spec file for package fail2ban
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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
|
||||||
@ -16,23 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: fail2ban
|
Name: fail2ban
|
||||||
License: GPL-2.0+
|
Requires: cron
|
||||||
Group: Productivity/Networking/Security
|
Requires: logrotate
|
||||||
Requires: python >= 2.5, logrotate, cron, lsof
|
Requires: lsof
|
||||||
|
Requires: python >= 2.5
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
Version: 0.8.5
|
Version: 0.8.6
|
||||||
Release: 13
|
Release: 0
|
||||||
Url: http://www.fail2ban.org/
|
Url: http://www.fail2ban.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: Bans IP addresses that make too many authentication failures
|
Summary: Bans IP addresses that make too many authentication failures
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Productivity/Networking/Security
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.init
|
Source1: %{name}.init
|
||||||
Source2: %{name}.sysconfig
|
Source2: %{name}.sysconfig
|
||||||
Patch0: fail2ban-0.8.5-update-fsf-address.patch
|
Patch0: fail2ban-%{version}-update-fsf-address.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Fail2ban scans log files like /var/log/messages and bans IP addresses
|
Fail2ban scans log files like /var/log/messages and bans IP addresses
|
||||||
|
Loading…
Reference in New Issue
Block a user