- Kibana 4.1 now requires node4 RUN_DEPENDS instead of node010
- Kibana 4.3, 4.4 now are slaves of kibana45 port due to kibana42 being
no longer maintained
- PORTREVISION deleted due to PORTVERSION bump
PR: 208493
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
Changes:
- Allows user to customize some Kibana's settings without interfering
with the deinstallation process of the package (bug #207209)
Drawbacks:
- Kibana takes couple of minutes to start for the first time after
package installation or settings' change (There's a warning in the log
about that)
- ${WWWDIR}/optimize folder is now writable, weakening the security.
Although, given the architecture of Kibana it's inevitable
PR: 207209
Here's what happened (see also GitHub issue #6250 for elastic/kibana):
- The tag for 4.4.1 appeared on GitHub
- The port was updated to 4.4.1 using the release tarball from elastic.co,
with a matching name
- The tarball was actually a beta from a commit that was not pushed
- The port broke once the tarball from the actual release came up for
download, with exactly the same name
The commit id from package.json now matches the commit from the upstream
repo. This should be used in the future to check if tarballs actually match
releases.
Approved by: maintainer (by mail)
Repo copy textproc/kibana43 to textproc/kibana44:
- Update PORTVERSION, PKGNAMESUFFIX, and distinfo for 4.4.0.
Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.
Kibana 4.4 is compatible with Elasticsearch 2.2.x.
WWW: https://www.elastic.co/products/kibana
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision: D5222