* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.8.ebuild
@ 2012-12-17 12:20 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-17 12:20 UTC (permalink / raw
To: gentoo-commits
jer 12/12/17 12:20:24
Modified: ChangeLog
Added: fail2ban-0.8.8.ebuild
Log:
Version bump by Mario Kicherer (bug #447572).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.87 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 7 Sep 2012 12:10:52 -0000 1.86
+++ ChangeLog 17 Dec 2012 12:20:24 -0000 1.87
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.86 2012/09/07 12:10:52 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.87 2012/12/17 12:20:24 jer Exp $
+
+*fail2ban-0.8.8 (17 Dec 2012)
+
+ 17 Dec 2012; Jeroen Roovers <jer@gentoo.org> +fail2ban-0.8.8.ebuild:
+ Version bump by Mario Kicherer (bug #447572).
*fail2ban-0.8.7.1 (07 Sep 2012)
1.1 net-analyzer/fail2ban/fail2ban-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.1&content-type=text/plain
Index: fail2ban-0.8.8.ebuild
===================================================================
# 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.8.ebuild,v 1.1 2012/12/17 12:20:24 jer Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit distutils eutils vcs-snapshot
DESCRIPTION="Bans IP that make too many password failures"
HOMEPAGE="http://www.fail2ban.org/"
SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="selinux"
DEPEND="selinux? ( sec-policy/selinux-fail2ban )"
RDEPEND="net-misc/whois
virtual/mta
virtual/logger
net-firewall/iptables
selinux? ( sec-policy/selinux-fail2ban )"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_install() {
distutils_src_install
newconfd files/gentoo-confd fail2ban
newinitd files/gentoo-initd fail2ban
dodoc ChangeLog README TODO
doman man/*.1
# Use INSTALL_MASK if you do not want to touch /etc/logrotate.d.
# See http://thread.gmane.org/gmane.linux.gentoo.devel/35675
insinto /etc/logrotate.d
newins "${FILESDIR}"/${PN}-logrotate ${PN}
}
pkg_preinst() {
has_version "<${CATEGORY}/${PN}-0.7"
previous_less_than_0_7=$?
}
pkg_postinst() {
distutils_pkg_postinst
if [[ $previous_less_than_0_7 = 0 ]] ; then
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 "You are upgrading from version 0.6.x, please see:"
elog "http://www.fail2ban.org/wiki/index.php/HOWTO_Upgrade_from_0.6_to_0.8"
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.8.ebuild
@ 2012-12-26 17:00 Jeff Horelick (jdhore)
0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-12-26 17:00 UTC (permalink / raw
To: gentoo-commits
jdhore 12/12/26 17:00:36
Modified: ChangeLog fail2ban-0.8.8.ebuild
Log:
marked x86 per bug 447572
(Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Revision Changes Path
1.88 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 17 Dec 2012 12:20:24 -0000 1.87
+++ ChangeLog 26 Dec 2012 17:00:36 -0000 1.88
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.87 2012/12/17 12:20:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.88 2012/12/26 17:00:36 jdhore Exp $
+
+ 26 Dec 2012; Jeff Horelick <jdhore@gentoo.org> fail2ban-0.8.8.ebuild:
+ marked x86 per bug 447572
*fail2ban-0.8.8 (17 Dec 2012)
1.2 net-analyzer/fail2ban/fail2ban-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?r1=1.1&r2=1.2
Index: fail2ban-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fail2ban-0.8.8.ebuild 17 Dec 2012 12:20:24 -0000 1.1
+++ fail2ban-0.8.8.ebuild 26 Dec 2012 17:00:36 -0000 1.2
@@ -1,6 +1,6 @@
# 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.8.ebuild,v 1.1 2012/12/17 12:20:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v 1.2 2012/12/26 17:00:36 jdhore Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="selinux"
DEPEND="selinux? ( sec-policy/selinux-fail2ban )"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.8.ebuild
@ 2012-12-28 16:29 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-28 16:29 UTC (permalink / raw
To: gentoo-commits
jer 12/12/28 16:29:58
Modified: ChangeLog fail2ban-0.8.8.ebuild
Log:
Stable for HPPA (bug #447572).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.90 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 26 Dec 2012 17:19:10 -0000 1.89
+++ ChangeLog 28 Dec 2012 16:29:58 -0000 1.90
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.89 2012/12/26 17:19:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.90 2012/12/28 16:29:58 jer Exp $
+
+ 28 Dec 2012; Jeroen Roovers <jer@gentoo.org> fail2ban-0.8.8.ebuild:
+ Stable for HPPA (bug #447572).
26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.8.8.ebuild:
Stable for amd64, wrt bug #447572
1.4 net-analyzer/fail2ban/fail2ban-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?r1=1.3&r2=1.4
Index: fail2ban-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fail2ban-0.8.8.ebuild 26 Dec 2012 17:19:10 -0000 1.3
+++ fail2ban-0.8.8.ebuild 28 Dec 2012 16:29:58 -0000 1.4
@@ -1,6 +1,6 @@
# 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.8.ebuild,v 1.3 2012/12/26 17:19:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v 1.4 2012/12/28 16:29:58 jer Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="selinux"
DEPEND="selinux? ( sec-policy/selinux-fail2ban )"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.8.ebuild
@ 2013-01-03 12:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-01-03 12:53 UTC (permalink / raw
To: gentoo-commits
jer 13/01/03 12:53:11
Modified: ChangeLog fail2ban-0.8.8.ebuild
Log:
/var/run/fail2ban -> /run/fail2ban (bug #449966).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.92 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 31 Dec 2012 23:30:49 -0000 1.91
+++ ChangeLog 3 Jan 2013 12:53:11 -0000 1.92
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fail2ban
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.91 2012/12/31 23:30:49 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.92 2013/01/03 12:53:11 jer Exp $
+
+ 03 Jan 2013; Jeroen Roovers <jer@gentoo.org> fail2ban-0.8.8.ebuild:
+ /var/run/fail2ban -> /run/fail2ban (bug #449966).
31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.8.8.ebuild:
Stable for ppc, wrt bug #447572
1.6 net-analyzer/fail2ban/fail2ban-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild?r1=1.5&r2=1.6
Index: fail2ban-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fail2ban-0.8.8.ebuild 31 Dec 2012 23:30:49 -0000 1.5
+++ fail2ban-0.8.8.ebuild 3 Jan 2013 12:53:11 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v 1.5 2012/12/31 23:30:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/fail2ban-0.8.8.ebuild,v 1.6 2013/01/03 12:53:11 jer Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -28,6 +28,10 @@
python_pkg_setup
}
+src_prepare() {
+ sed -i -e 's|/var\(/run/fail2ban\)|\1|g' $( find . -type f ) || die
+}
+
src_install() {
distutils_src_install
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.8.ebuild
@ 2013-06-15 15:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-15 15:54 UTC (permalink / raw
To: gentoo-commits
jer 13/06/15 15:54:48
Modified: ChangeLog
Removed: fail2ban-0.8.8.ebuild
Log:
Old.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.108 net-analyzer/fail2ban/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fail2ban/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 14 Jun 2013 18:28:36 -0000 1.107
+++ ChangeLog 15 Jun 2013 15:54:48 -0000 1.108
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/fail2ban
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.107 2013/06/14 18:28:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/ChangeLog,v 1.108 2013/06/15 15:54:48 jer Exp $
+
+ 15 Jun 2013; Jeroen Roovers <jer@gentoo.org> -fail2ban-0.8.8.ebuild,
+ -files/fail2ban-logrotate:
+ Old.
14 Jun 2013; Agostino Sarubbo <ago@gentoo.org> fail2ban-0.8.10.ebuild:
Stable for ppc64, wrt bug #473118
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-15 15:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 12:53 [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: ChangeLog fail2ban-0.8.8.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2013-06-15 15:54 Jeroen Roovers (jer)
2012-12-28 16:29 Jeroen Roovers (jer)
2012-12-26 17:00 Jeff Horelick (jdhore)
2012-12-17 12:20 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox