Merge branch 'debian' into build: Vcs fields

Conflicts:

	debian/changelog
debian-releases/squeeze
Yaroslav Halchenko 2007-11-23 11:10:35 -05:00
commit 6b913aafa2
2 changed files with 6 additions and 3 deletions

3
debian/changelog vendored
View File

@ -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

6
debian/control vendored
View File

@ -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