mirror of https://github.com/fail2ban/fail2ban
Merge branch 'debian' into build: Vcs fields
Conflicts: debian/changelogdebian-releases/squeeze
commit
6b913aafa2
|
@ -2,6 +2,7 @@ fail2ban (0.8.1-3~pre2~2.gbpb2ab5f) UNRELEASED; urgency=low
|
||||||
|
|
||||||
** SNAPSHOT build @b2ab5fc085525a29b8a57ac1ad17c510b26f5290 **
|
** SNAPSHOT build @b2ab5fc085525a29b8a57ac1ad17c510b26f5290 **
|
||||||
|
|
||||||
|
* Added Vcs- fields, moved Homepage into source header's field
|
||||||
* Propagated patch from 0.9 upstream branch: Replaced ssocket.py with
|
* Propagated patch from 0.9 upstream branch: Replaced ssocket.py with
|
||||||
asyncore/asynchat implementation. Correct fix for bug #1769616. That is
|
asyncore/asynchat implementation. Correct fix for bug #1769616. That is
|
||||||
supposed to resolve spontaneous 100% CPU utilization by fail2ban-server.
|
supposed to resolve spontaneous 100% CPU utilization by fail2ban-server.
|
||||||
|
@ -9,7 +10,7 @@ fail2ban (0.8.1-3~pre2~2.gbpb2ab5f) UNRELEASED; urgency=low
|
||||||
* NF: new filter for 'refused connect' (closes: #451093). Thanks Guido
|
* NF: new filter for 'refused connect' (closes: #451093). Thanks Guido
|
||||||
Bozzetto
|
Bozzetto
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 23 Nov 2007 09:01:11 -0500
|
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 23 Nov 2007 11:08:09 -0500
|
||||||
|
|
||||||
fail2ban (0.8.1-2) unstable; urgency=low
|
fail2ban (0.8.1-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,12 @@ Maintainer: Yaroslav Halchenko <debian@onerussian.com>
|
||||||
Build-Depends: debhelper (>= 5.0.37.2), dpatch, python
|
Build-Depends: debhelper (>= 5.0.37.2), dpatch, python
|
||||||
Build-Depends-Indep: python-central (>= 0.5.6)
|
Build-Depends-Indep: python-central (>= 0.5.6)
|
||||||
XS-Python-Version: current, >= 2.4
|
XS-Python-Version: current, >= 2.4
|
||||||
|
Homepage: http://www.fail2ban.org
|
||||||
|
Vcs-Browser: http://git.onerussian.com/?p=fail2ban
|
||||||
|
Vcs-git: http://git.onerussian.com/vcs/fail2ban
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
|
|
||||||
Package: fail2ban
|
Package: fail2ban
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python:Depends}, iptables, lsb-base (>=2.0-7)
|
Depends: ${python:Depends}, iptables, lsb-base (>=2.0-7)
|
||||||
|
@ -24,6 +28,4 @@ Description: bans IPs that cause multiple authentication errors
|
||||||
file. All filters and actions are given in the config files, thus
|
file. All filters and actions are given in the config files, thus
|
||||||
fail2ban can be adopted to be used with a variety of files and
|
fail2ban can be adopted to be used with a variety of files and
|
||||||
firewalls.
|
firewalls.
|
||||||
.
|
|
||||||
Homepage: http://www.fail2ban.org
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue