textproc/kibana50 and version of node.js

Tom Judge tj at FreeBSD.org
Thu Mar 30 16:43:23 UTC 2017


> On Mar 30, 2017, at 11:27 AM, Miroslav Lachman <000.fbsd at quip.cz> wrote:
> 
> Bradley T. Hughes wrote on 2017/03/30 11:10:
>> 
>>> On 30 Mar 2017, at 10:00, Miroslav Lachman <000.fbsd at 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.

Tom


More information about the freebsd-ports mailing list