Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elastic: update to 7.17.7 #28065

Closed
wants to merge 3 commits into from
Closed

elastic: update to 7.17.7 #28065

wants to merge 3 commits into from

Conversation

hydrapolic
Copy link
Contributor

@hydrapolic hydrapolic commented Nov 1, 2022

Changes

  1. kibana
  • use only compatible nodejs version
--- kibana-bin-7.17.5.ebuild    2022-10-22 03:15:01.695660377 +0000
+++ kibana-bin-7.17.7.ebuild    2022-11-03 07:43:50.797946506 +0000
@@ -24,6 +24,7 @@
        dev-libs/nspr
        dev-libs/nss
        >=net-libs/nodejs-16.13.0
+       <net-libs/nodejs-18
        sys-libs/glibc
 "
  1. Elasticsearch
  • Dodir of the empty dir now fails, with keepdir ES fails to start either, we add it to the init script instead.
--- elasticsearch-7.17.5.ebuild 2022-10-22 03:14:57.767644625 +0000
+++ elasticsearch-7.17.7.ebuild 2022-11-03 08:21:04.269867409 +0000
@@ -50,13 +50,12 @@
        keepdir /var/{lib,log}/${PN}
        fowners ${PN}:${PN} /var/{lib,log}/${PN}
        fperms 0750 /var/{lib,log}/${PN}
-       dodir /usr/share/${PN}/plugins
 
        insinto /etc/sysctl.d
        newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
 
        newconfd "${FILESDIR}/${PN}.conf.4" ${PN}
-       newinitd "${FILESDIR}/${PN}.init.8" ${PN}
+       newinitd "${FILESDIR}/${PN}.init.9" ${PN}
 
        systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
--- elasticsearch.init.8        2022-11-03 08:20:20.010670810 +0000
+++ elasticsearch.init.9        2022-11-03 08:21:04.269867409 +0000
@@ -58,6 +58,7 @@
        checkpath -d -o "${ES_USER}:${ES_GROUP}" -m750 "/var/lib/elasticsearch"
        checkpath -d -o "${ES_USER}:${ES_GROUP}" -m750 "/var/log/elasticsearch"
        checkpath -d -o "${ES_USER}:${ES_GROUP}" -m750 "/run/elasticsearch"
+       checkpath -d -o "${ES_USER}:${ES_GROUP}" -m750 "${ES_HOME}/plugins"
        checkpath -d -o "${ES_USER}:${ES_GROUP}" -m750 "${ES_BASE_PATH}"
        checkpath -d -o "${ES_USER}:${ES_GROUP}" -m750 "${LOG_DIR}"

Closes: https://bugs.gentoo.org/869500
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @hydrapolic
Areas affected: ebuilds
Packages affected: app-admin/logstash-bin, app-misc/elasticsearch, www-apps/kibana-bin

app-admin/logstash-bin: @hydrapolic, @gentoo/proxy-maint
app-misc/elasticsearch: @hydrapolic, @gentoo/proxy-maint
www-apps/kibana-bin: @hydrapolic, @gentoo/proxy-maint

Linked bugs

Bugs linked: 869500


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Nov 1, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-11-01 07:28 UTC
Newest commit scanned: a0888af
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/83fde7a398/output.html

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-11-03 08:33 UTC
Newest commit scanned: 96ded1c
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/9c72b43561/output.html

Copy link
Member

@juippis juippis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

dev-libs/nspr
dev-libs/nss
>=net-libs/nodejs-16.13.0
<net-libs/nodejs-18
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really unfortunate :(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed :(

@hydrapolic
Copy link
Contributor Author

Thanks @juippis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else)
Projects
None yet
4 participants