diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-07-01 08:04:27 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-07-01 08:04:27 +0000 |
commit | 807c35e9362f43b11cc4a090623ba26c06e396b4 (patch) | |
tree | 8e1cccf8f16dcd718603e6ef419cb9d2699b84d3 /app-admin/logstash-bin | |
parent | x86 stable wrt bug #553500 (diff) | |
download | gentoo-2-807c35e9362f43b11cc4a090623ba26c06e396b4.tar.gz gentoo-2-807c35e9362f43b11cc4a090623ba26c06e396b4.tar.bz2 gentoo-2-807c35e9362f43b11cc4a090623ba26c06e396b4.zip |
bump, rm old wrt sec bug #553608
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-admin/logstash-bin')
-rw-r--r-- | app-admin/logstash-bin/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/logstash-bin/logstash-bin-1.4.3.ebuild (renamed from app-admin/logstash-bin/logstash-bin-1.4.2.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-admin/logstash-bin/ChangeLog b/app-admin/logstash-bin/ChangeLog index f58ceb8781f5..110cc7d6a6d3 100644 --- a/app-admin/logstash-bin/ChangeLog +++ b/app-admin/logstash-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/logstash-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/ChangeLog,v 1.1 2015/04/14 11:21:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/ChangeLog,v 1.2 2015/07/01 08:04:27 idella4 Exp $ + +*logstash-bin-1.4.3 (01 Jul 2015) + + 01 Jul 2015; Ian Delaney <idella4@gentoo.org> +logstash-bin-1.4.3.ebuild, + -logstash-bin-1.4.2.ebuild: + bump, rm old wrt sec bug #553608 *logstash-bin-1.4.2 (14 Apr 2015) diff --git a/app-admin/logstash-bin/logstash-bin-1.4.2.ebuild b/app-admin/logstash-bin/logstash-bin-1.4.3.ebuild index 8b3c514892bc..d38d62feefb2 100644 --- a/app-admin/logstash-bin/logstash-bin-1.4.2.ebuild +++ b/app-admin/logstash-bin/logstash-bin-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.4.2.ebuild,v 1.1 2015/04/14 11:21:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logstash-bin/logstash-bin-1.4.3.ebuild,v 1.1 2015/07/01 08:04:27 idella4 Exp $ EAPI=5 @@ -8,8 +8,8 @@ MY_PN="${PN/-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Tool for managing events and logs" -HOMEPAGE="http://www.logstash.net" -SRC_URI="https://download.elasticsearch.org/${MY_PN}/${MY_PN}/${MY_P}.tar.gz" +HOMEPAGE="https://www.elastic.co/products/logstash" +SRC_URI="https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -17,7 +17,7 @@ KEYWORDS="~amd64" IUSE="" DEPEND="" -RDEPEND="virtual/jre:*" +RDEPEND="|| ( virtual/jre:1.8 virtual/jre:1.7 )" S="${WORKDIR}/${MY_P}" @@ -41,7 +41,7 @@ src_install() { pkg_postinst() { einfo "Getting started with logstash:" - einfo " http://www.logstash.net/docs/${PV}/tutorials/getting-started-with-logstash" + einfo " https://www.elastic.co/guide/en/logstash/current/getting-started-with-logstash.html" einfo "" einfo "Packages that might be interesting:" einfo " app-misc/elasticsearch" |