mirror of https://github.com/fail2ban/fail2ban
* Added Vcs- fields, moved Homepage into source header's field
parent
46cfc2bbd6
commit
f8b17f3859
|
@ -1,3 +1,9 @@
|
||||||
|
fail2ban (0.8.1-3) unstable; urgency=low
|
||||||
|
|
||||||
|
* Added Vcs- fields, moved Homepage into source header's field
|
||||||
|
|
||||||
|
-- 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
|
||||||
|
|
||||||
* Fixed named-refused filter.
|
* Fixed named-refused filter.
|
||||||
|
|
|
@ -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