diff options
author | 2012-02-04 19:53:17 +0000 | |
---|---|---|
committer | 2012-02-04 19:53:17 +0000 | |
commit | e320e6096384749d18f19820990a7b577ebce2d4 (patch) | |
tree | 34b870e9b5d68760246b945d3b31d089b92b2a72 /net-analyzer/fail2ban | |
parent | Stable for amd64, wrt bug #402161 (diff) | |
download | gentoo-2-e320e6096384749d18f19820990a7b577ebce2d4.tar.gz gentoo-2-e320e6096384749d18f19820990a7b577ebce2d4.tar.bz2 gentoo-2-e320e6096384749d18f19820990a7b577ebce2d4.zip |
Update homepage. Use extra_started_commands instead of opts. Thanks to Alexander Bezrukov <phmagic@mail.ru>. Bug #401209
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.8.6.ebuild | 9 | ||||
-rw-r--r-- | net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch | 12 |
3 files changed, 24 insertions, 6 deletions
diff --git a/net-analyzer/fail2ban/ChangeLog b/net-analyzer/fail2ban/ChangeLog index cdef38ed6ff6..ecb6e295b796 100644 --- a/net-analyzer/fail2ban/ChangeLog +++ b/net-analyzer/fail2ban/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/fail2ban -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.75 2011/12/30 10:18:51 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.76 2012/02/04 19:53:16 hwoarang Exp $ + + 04 Feb 2012; Markos Chandras <hwoarang@gentoo.org> + +files/fail2ban-0.8.6-gentoo-init.patch, fail2ban-0.8.6.ebuild: + Update homepage. Use extra_started_commands instead of opts. Thanks to + Alexander Bezrukov <phmagic@mail.ru>. Bug #401209 *fail2ban-0.8.6 (30 Dec 2011) diff --git a/net-analyzer/fail2ban/fail2ban-0.8.6.ebuild b/net-analyzer/fail2ban/fail2ban-0.8.6.ebuild index d46de6b1033c..c230fcefe0a3 100644 --- a/net-analyzer/fail2ban/fail2ban-0.8.6.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.6.ebuild,v 1.1 2011/12/30 10:18:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.6.ebuild,v 1.2 2012/02/04 19:53:16 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" inherit distutils eutils DESCRIPTION="Bans IP that make too many password failures" -HOMEPAGE="http://fail2ban.sourceforge.net/" +HOMEPAGE="http://www.fail2ban.org/" SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" @@ -30,7 +30,8 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${P}-sshd-breakin.patch + epatch "${FILESDIR}"/${P}-sshd-breakin.patch \ + "${FILESDIR}"/${P}-gentoo-init.patch distutils_src_prepare } diff --git a/net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch b/net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch new file mode 100644 index 000000000000..3f4193984607 --- /dev/null +++ b/net-analyzer/fail2ban/files/fail2ban-0.8.6-gentoo-init.patch @@ -0,0 +1,12 @@ +diff -u -r a/files/gentoo-initd b/files/gentoo-initd +--- a/files/gentoo-initd 2011-11-29 07:46:04.000000000 +0400 ++++ b/files/gentoo-initd 2012-01-28 23:08:50.790118353 +0400 +@@ -19,7 +19,7 @@ + # + # $Revision: 1.1 $ + +-opts="reload showlog" ++extra_started_commands="reload showlog" + + FAIL2BAN="/usr/bin/fail2ban-client ${FAIL2BAN_OPTIONS}" + |