mirror of https://github.com/fail2ban/fail2ban
updated changelog and suggest system-log-daemon
parent
d59c41197e
commit
f2d75f612a
|
@ -1,12 +1,16 @@
|
||||||
fail2ban (0.8.8+git147-g4b11f07-1) UNRELEASED; urgency=low
|
fail2ban (0.8.8+git276-g5e1d8b0-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* New upstream snapshot from 0.8.8-145-g72b0647 at 0.8.8-145-g72b0647
|
* New upstream snapshot
|
||||||
- significant improvements in documentation (Closes: #400416)
|
- significant improvements in documentation (Closes: #400416)
|
||||||
|
- roundcube auth filter (Closes: #699442)
|
||||||
|
- enforces C locale for dates (Closes: #686341)
|
||||||
* debian/jail.conf:
|
* debian/jail.conf:
|
||||||
- added findtime and documentation on those basic options from jail.conf
|
- added findtime and documentation on those basic options from jail.conf
|
||||||
* New upstream snapshot from master at 0.8.8-147-g4b11f07
|
(Closes: #704568)
|
||||||
|
* debian/control:
|
||||||
|
- suggest system-log-daemon (Closes: #691001)
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 27 Mar 2013 12:02:45 -0400
|
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 07 May 2013 12:41:17 -0400
|
||||||
|
|
||||||
fail2ban (0.8.8-1+lucid0) UNRELEASED; urgency=low
|
fail2ban (0.8.8-1+lucid0) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Package: fail2ban
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
Depends: ${python:Depends}, ${misc:Depends}, lsb-base (>=2.0-7)
|
||||||
Recommends: iptables, whois, python-pyinotify
|
Recommends: iptables, whois, python-pyinotify
|
||||||
Suggests: python-gamin, mailx
|
Suggests: python-gamin, mailx, system-log-daemon
|
||||||
Description: ban hosts that cause multiple authentication errors
|
Description: ban hosts that cause multiple authentication errors
|
||||||
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
||||||
/var/log/apache/access.log) and temporarily or persistently bans
|
/var/log/apache/access.log) and temporarily or persistently bans
|
||||||
|
|
Loading…
Reference in New Issue