summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2007-05-13 13:52:14 +0000
committerCédric Krier <cedk@gentoo.org>2007-05-13 13:52:14 +0000
commit9cb16237ed58119daeea1562fd9ad32c4a7c522b (patch)
tree0ce067c37b943866554f9d50a0c5bf94e64a1daf /net-analyzer/fail2ban
parentnet-analyzer/mrtg: Version bump (diff)
downloadgentoo-2-9cb16237ed58119daeea1562fd9ad32c4a7c522b.tar.gz
gentoo-2-9cb16237ed58119daeea1562fd9ad32c4a7c522b.tar.bz2
gentoo-2-9cb16237ed58119daeea1562fd9ad32c4a7c522b.zip
net-analyzer/fail2ban: Version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r--net-analyzer/fail2ban/ChangeLog7
-rw-r--r--net-analyzer/fail2ban/fail2ban-0.8.0.ebuild40
-rw-r--r--net-analyzer/fail2ban/files/digest-fail2ban-0.8.03
3 files changed, 49 insertions, 1 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog
index f78acff2e43a..a97489503f11 100644
--- a/net-analyzer/fail2ban/ChangeLog
+++ b/net-analyzer/fail2ban/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.27 2007/04/28 23:46:29 falco Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.28 2007/05/13 13:52:14 cedk Exp $
+
+*fail2ban-0.8.0 (13 May 2007)
+
+ 13 May 2007; Cedric Krier <cedk@gentoo.org> +fail2ban-0.8.0.ebuild:
+ Version bump
*fail2ban-0.7.9 (28 Apr 2007)
diff --git a/net-analyzer/fail2ban/fail2ban-0.8.0.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.0.ebuild
new file mode 100644
index 000000000000..b9c02ee52de9
--- /dev/null
+++ b/net-analyzer/fail2ban/fail2ban-0.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.0.ebuild,v 1.1 2007/05/13 13:52:14 cedk Exp $
+
+inherit distutils
+
+DESCRIPTION="Bans IP that make too many password failures"
+HOMEPAGE="http://fail2ban.sourceforge.net/"
+SRC_URI="mirror://sourceforge/fail2ban/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4"
+RDEPEND=${DEPEND}
+
+src_install() {
+ distutils_src_install
+
+ newconfd files/gentoo-confd fail2ban
+ newinitd files/gentoo-initd fail2ban
+ dodoc CHANGELOG README TODO || die "dodoc failed"
+ doman man/*.1 || die "doman failed"
+}
+
+pkg_postinst() {
+ elog
+ elog "Configuration files are now in /etc/fail2ban/"
+ elog "You probably have to manually update your configuration"
+ elog "files before restarting Fail2ban!"
+ elog
+ elog "Fail2ban is not installed under /usr/lib anymore. The"
+ elog "new location is under /usr/share."
+ elog
+ elog "If you are upgrading from version 0.6.x see:"
+ elog "http://www.fail2ban.org/wiki/index.php/HOWTO_Upgrade_from_0.6_to_0.8"
+}
+
diff --git a/net-analyzer/fail2ban/files/digest-fail2ban-0.8.0 b/net-analyzer/fail2ban/files/digest-fail2ban-0.8.0
new file mode 100644
index 000000000000..fe20cdb9a4de
--- /dev/null
+++ b/net-analyzer/fail2ban/files/digest-fail2ban-0.8.0
@@ -0,0 +1,3 @@
+MD5 7988a65a978bc5c44a92aaf1dbdebcba fail2ban-0.8.0.tar.bz2 55726
+RMD160 16c033a9fbd10a468ac62d6ba31becf5966a5647 fail2ban-0.8.0.tar.bz2 55726
+SHA256 ef60f601a8766128910f08ca5e731782d7ca17c014dcf6ab54982e7ae59bd5f6 fail2ban-0.8.0.tar.bz2 55726