From owner-freebsd-ports@freebsd.org Fri Mar 31 08:42:10 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09BD7D25356 for ; Fri, 31 Mar 2017 08:42:10 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E5D81D90 for ; Fri, 31 Mar 2017 08:42:09 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id E5275D25355; Fri, 31 Mar 2017 08:42:09 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4CFBD25354 for ; Fri, 31 Mar 2017 08:42:09 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE510D8F; Fri, 31 Mar 2017 08:42:09 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 7DD192845A; Fri, 31 Mar 2017 10:42:01 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3A37928469; Fri, 31 Mar 2017 10:41:58 +0200 (CEST) Subject: Re: textproc/kibana50 and version of node.js To: Tom Judge Cc: "ports@FreeBSD.org" , "Bradley T. Hughes" References: <58DCBB1B.7090507@quip.cz> <58DD31E6.7010303@quip.cz> <03273AA4-4B1B-4A97-8819-07A7FF1AA9C9@FreeBSD.org> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <58DE1655.2090908@quip.cz> Date: Fri, 31 Mar 2017 10:41:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <03273AA4-4B1B-4A97-8819-07A7FF1AA9C9@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 08:42:10 -0000 Tom Judge wrote on 2017/03/30 18:43: > >> On Mar 30, 2017, at 11:27 AM, Miroslav Lachman <000.fbsd@quip.cz> wrote: >> >> Bradley T. Hughes wrote on 2017/03/30 11:10: >>> >>>> On 30 Mar 2017, at 10:00, Miroslav Lachman <000.fbsd@quip.cz> wrote: >>>> >>>> Hi, >>> >>> Hi! :) >>> >>>> we are using npm + node in version 7.8.0 and ElasticSearch in version 5.0.2. Now we need Kibana and Kibana X-Pack but official Kibana has bundled node v0.10 or v0.12, FreeBSD port of Kibana has dependency on node v4. It is conflicting with already installed and used node v7. >>> >>> This mail caught my eye. Since Node.js v0.10 and v0.12 have reached end-of-life, I wanted to see if I could find out why they were bundling such an old version. Looking at Github, it actually looks like Kibana is bundled with Node.js v6.9.5: https://github.com/elastic/kibana/blob/v5.3.0/package.json#L243-L246 >> >> I am sorry, it was my fault. It was information for older version of Kibana (4.4.1, 4.3.2, 4.1.5) >> https://discuss.elastic.co/t/kibana-4-4-1-4-3-2-4-1-5-updated-node-js-versions-due-to-upstream-vulnerabilities/41643 >> >> I created Kibana 5.0.2 package with poudriere with modified Makefile to: >> >> RUN_DEPENDS= node>=0.8.0:www/node >> >> Kibana is up and running with Node.js 7.8. I hope it will be stable :) >> >> Miroslav Lachman > > > Please open a bug with this information and I will include it in the port with the next update to 5.3. Done. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218250 Please also look at X-Pack problem - it is installed in to wrong directory and Kibana ignores it. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216848 Thank you for your work on Kibana and ElasticSearch! Miroslav Lachman