fail2ban 0.8.5-1 source package in Ubuntu

Changelog

fail2ban (0.8.5-1) unstable; urgency=low

  * [de95777] Fresh upstream release FAIL2BAN-0_8_5:
    - [00e1827] BF: use addfailregex instead of failregex while processing
      per-jail "failregex" parameter (Closes: #635830) (LP: #635036)
      Thanks Marat Khayrullin for the patch and Daniel T Chen for forwarding to
      Debian.
  * [1cbdafc] Set backend to auto and recommends python-gamin (Closes: #524425)
  * [ef449f4] Added a note on diverting logrotate configuration for custom
    logtarget=SYSLOG (Closes: #631917).  Thanks Kenyon Ralph for report
 -- Daniel T Chen <email address hidden>   Mon,  08 Aug 2011 23:34:01 +0000

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Oneiric
Original maintainer:
Yaroslav Halchenko
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
fail2ban_0.8.5.orig.tar.gz 83.5 KiB b94fd98dd0a4ab099422987d61c35ddf1840559fd928d79ad7818f53f87cf4a4
fail2ban_0.8.5-1.diff.gz 29.6 KiB 22485b066dad4585012db2bbd7f42c42ed3deb1dc12733b131545095fe84675e
fail2ban_0.8.5-1.dsc 1.2 KiB 7b903da7fdd2ce6ff8c27e428601d9c6f72a4f5e81344648a0993234b33867a0

View changes file

Binary packages built by this source

fail2ban: ban hosts that cause multiple authentication errors

 Fail2ban monitors log files (e.g. /var/log/auth.log,
 /var/log/apache/access.log) and temporarily or persistently bans
 failure-prone addresses by updating existing firewall rules. Fail2ban allows
 easy specification of different actions to be taken such as to ban an
 IP using iptables or hostsdeny rules, or simply to send a
 notification email.
 .
 By default, it comes with filter expressions for various services
 (sshd, apache, qmail, proftpd, sasl etc.) but configuration can be
 easily extended for monitoring any other text 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 firewalls.