Re: textproc/kibana50 and version of node.js

2017-03-31 Thread Miroslav Lachman

Tom Judge wrote on 2017/03/30 18:43:



On Mar 30, 2017, at 11:27 AM, Miroslav Lachman <000.f...@quip.cz> wrote:

Bradley T. Hughes wrote on 2017/03/30 11:10:



On 30 Mar 2017, at 10:00, Miroslav Lachman <000.f...@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


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: textproc/kibana50 and version of node.js

2017-03-30 Thread Tom Judge

> On Mar 30, 2017, at 11:27 AM, Miroslav Lachman <000.f...@quip.cz> wrote:
> 
> Bradley T. Hughes wrote on 2017/03/30 11:10:
>> 
>>> On 30 Mar 2017, at 10:00, Miroslav Lachman <000.f...@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
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: textproc/kibana50 and version of node.js

2017-03-30 Thread Miroslav Lachman

Bradley T. Hughes wrote on 2017/03/30 11:10:



On 30 Mar 2017, at 10:00, Miroslav Lachman <000.f...@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
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: textproc/kibana50 and version of node.js

2017-03-30 Thread Bradley T. Hughes

> On 30 Mar 2017, at 10:00, Miroslav Lachman <000.f...@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

> Is it possible to run Kibana with node v7 or it will not work at all?

> According to this https://www.elastic.co/guide/en/kibana/current/setup.html
> "Running Kibana against a separately maintained version of Node.js is not 
> supported."

I do not know the answer to that question, unfortunately. :(

> Kind regards
> 
> Miroslav Lachman
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

--
Bradley T. Hughes
bradleythug...@fastmail.fm

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


textproc/kibana50 and version of node.js

2017-03-30 Thread Miroslav Lachman

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.


Is it possible to run Kibana with node v7 or it will not work at all?

According to this https://www.elastic.co/guide/en/kibana/current/setup.html
"Running Kibana against a separately maintained version of Node.js is 
not supported."


Kind regards

Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"