fail2ban 0.8.6-3wheezy2build0.12.04.1 source package in Ubuntu

Changelog

fail2ban (0.8.6-3wheezy2build0.12.04.1) precise-security; urgency=low

  * fake sync from Debian

fail2ban (0.8.6-3wheezy2) wheezy-security; urgency=high

  * Anchor apache- filters failregexes to avoid possible DoS on servers
    which enabled corresponding jails. Fix cherry-picked from upstream
    0.8.9-29-g6ccd578 . See http://seclists.org/fulldisclosure/2013/Jun/66

fail2ban (0.8.6-3wheezy1) unstable; urgency=high

  * CVE-2012-5642: Escape the content of <matches> since its value could
    contain arbitrary symbols (Closes: #696184)
  * Since package source format remained 1.0, manpages patch
    (deb_manpages_reportbug) was not applied -- fold it into .diff.gz
 -- Marc Deslauriers <email address hidden>   Tue, 18 Jun 2013 13:03:51 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Yaroslav Halchenko
Architectures:
all
Section:
net
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
fail2ban_0.8.6.orig.tar.gz 104.5 KiB 24d02422c55f1b7d92bea30a7dde6f72f280eadf09d478fcca8b1dd40fb4e914
fail2ban_0.8.6-3wheezy2build0.12.04.1.diff.gz 29.9 KiB 66cf3dc3b394f5971e35be4c63c7ace21b991ba9d2cd62d0340a422f110b18df
fail2ban_0.8.6-3wheezy2build0.12.04.1.dsc 1.9 KiB 5fe9c9464ac7682a01bf57b2d783b870d2127eded14aeee1ec2bea1d9b566720

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.