summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-02-04 07:37:38 +0000
committerJeroen Roovers <jer@gentoo.org>2014-02-04 07:37:38 +0000
commitc468ad72408dfe9bea9d4b22fb16901b96b05868 (patch)
treeaf71f396483f3c1ca0a01cbbed1a5f58d54d1ed9 /net-analyzer/fail2ban
parentFix the common coinor pkg-config installation problem, #500222 (diff)
downloadgentoo-2-c468ad72408dfe9bea9d4b22fb16901b96b05868.tar.gz
gentoo-2-c468ad72408dfe9bea9d4b22fb16901b96b05868.tar.bz2
gentoo-2-c468ad72408dfe9bea9d4b22fb16901b96b05868.zip
Update DESCRIPTION.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r--net-analyzer/fail2ban/ChangeLog5
-rw-r--r--net-analyzer/fail2ban/fail2ban-0.8.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog
index 702185629649..acdb55c93644 100644
--- a/net-analyzer/fail2ban/ChangeLog
+++ b/net-analyzer/fail2ban/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.123 2014/02/02 11:05:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.124 2014/02/04 07:37:38 jer Exp $
+
+ 04 Feb 2014; Jeroen Roovers <jer@gentoo.org> fail2ban-0.8.12.ebuild:
+ Update DESCRIPTION.
02 Feb 2014; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.8.12.ebuild:
Stable for ppc, wrt bug #499802
diff --git a/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild
index 5a621dc06dd8..66c481a7b81b 100644
--- a/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild,v 1.5 2014/02/02 11:05:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.12.ebuild,v 1.6 2014/02/04 07:37:38 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
@@ -8,7 +8,7 @@ DISTUTILS_SINGLE_IMPL=yes
inherit distutils-r1 systemd vcs-snapshot
-DESCRIPTION="Bans IP that make too many password failures"
+DESCRIPTION="scans log files and bans IPs that show malicious signs"
HOMEPAGE="http://www.fail2ban.org/"
SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"