Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906945 - www-apps/kibana-bin: 8.7.1 version bump request
Summary: www-apps/kibana-bin: 8.7.1 version bump request
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-22 13:39 UTC by EK
Modified: 2024-02-19 16:12 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
kibana-bin-8.12.1.ebuild (kibana-bin-8.12.1.ebuild,2.89 KB, text/plain)
2024-02-19 16:10 UTC, Hasan Calisir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description EK 2023-05-22 13:39:05 UTC
The latest and the only available package of Kibana in Gentoo is 7.17.9. However, version 8.7 is out and there's a corresponding note on the package page. While app-misc/elasticsearch has version 8.7.1 available in portage, there's no corresponding version of Kibana. Might be nice to have it as Elasticsearch 8.x have new features available.

Reproducible: Always
Comment 1 EK 2023-08-10 09:49:00 UTC
Do we have a maintainer for this package in fact, by the way?
Comment 2 Tomáš Mózes 2023-08-11 08:00:10 UTC
(In reply to EK from comment #1)
> Do we have a maintainer for this package in fact, by the way?

Hello, I'm migrating my elastic workload to docker. I'm still updating the legacy 7.x branch when possible.

Co-maintainers welcome.
Comment 3 Hasan Calisir 2024-02-19 16:10:10 UTC
Created attachment 885423 [details]
kibana-bin-8.12.1.ebuild
Comment 4 Hasan Calisir 2024-02-19 16:12:45 UTC
--- kibana-bin-7.17.16.ebuild   2024-01-20 17:12:36.000000000 +0300
+++ kibana-bin-8.12.1.ebuild    2024-02-19 18:11:55.786606966 +0300
@@ -15,7 +15,7 @@
 # source: LICENSE.txt and NOTICE.txt
 LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 Elastic-2.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"

 RDEPEND="
        acct-group/kibana
@@ -23,8 +23,8 @@
        dev-libs/expat
        dev-libs/nspr
        dev-libs/nss
-       >=net-libs/nodejs-18.17.1
-       <net-libs/nodejs-20
+       =net-libs/nodejs-18.18.2
+        <net-libs/nodejs-20
        sys-libs/glibc
 "

@@ -37,7 +37,7 @@
        opt/kibana/node_modules/re2/build/Release/re2.node
 "

-S="${WORKDIR}/${MY_P}-linux-x86_64"
+S="${WORKDIR}/${MY_P}"

 src_prepare() {
        default
@@ -55,7 +55,7 @@

        # handle node.js version with RDEPEND
        sed -i /node_version_validator/d \
-               src/setup_node_env/no_transpilation_dist.js || die
+               src/setup_node_env/setup_env.js || die
 }

 src_install() {