textproc/opensearch-*: Update to 2.4.0
ChangeLog at: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.4.0.md PR: 266456 266521 Reported by: Sven Ruediger <admin@ _at_ hackacad.net>
This commit is contained in:
parent
d0b7a2e7f3
commit
bb6241a540
5 changed files with 18 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= opensearch-dashboards
|
||||
DISTVERSION= 2.2.1
|
||||
DISTVERSION= 2.4.0
|
||||
DISTVERSIONSUFFIX= -linux-x64
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
|
||||
|
@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
|
||||
BUILD_DEPENDS= npm-node14>0:www/npm-node14
|
||||
|
||||
CONFLICTS= opensearch-dashboard13
|
||||
|
||||
USES= nodejs:14,build,run python:build
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1662757519
|
||||
SHA256 (opensearch-dashboards-2.2.1-linux-x64.tar.gz) = bc1883b2a8bea2b89b26643e7994cfbb5ab56e4ad509ca1293f909a3c0034bc7
|
||||
SIZE (opensearch-dashboards-2.2.1-linux-x64.tar.gz) = 233276106
|
||||
TIMESTAMP = 1670264361
|
||||
SHA256 (opensearch-dashboards-2.4.0-linux-x64.tar.gz) = d4e73f4e4cb37b8c6cc3a6798622dc0d3967f65ab14852e7adf18f49be988e90
|
||||
SIZE (opensearch-dashboards-2.4.0-linux-x64.tar.gz) = 297224081
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PORTNAME= opensearch
|
||||
DISTVERSION= 2.2.1
|
||||
DISTVERSION= 2.4.0
|
||||
DISTVERSIONSUFFIX= -linux-x64
|
||||
CATEGORIES= textproc java devel
|
||||
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${PORTVERSION}/
|
||||
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= opensearch@FreeBSD.org
|
||||
COMMENT= Full-text search engine for Java
|
||||
|
@ -14,6 +14,8 @@ BUILD_DEPENDS= jna>0:devel/jna
|
|||
RUN_DEPENDS= bash>0:shells/bash \
|
||||
jna>0:devel/jna
|
||||
|
||||
CONFLICTS= opensearch13
|
||||
|
||||
USES= cpe shebangfix
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 11+
|
||||
|
@ -38,7 +40,7 @@ OPTIONS_DEFAULT=PLUGINS
|
|||
|
||||
CONFIG_FILES= opensearch.yml jvm.options log4j2.properties
|
||||
|
||||
PLUGINS_CONFIG_FILES= \
|
||||
PLUGINS_CONFIG_FILES?= \
|
||||
opensearch-notifications-core/notifications-core.yml \
|
||||
opensearch-notifications/notifications.yml \
|
||||
opensearch-observability/observability.yml \
|
||||
|
@ -48,8 +50,8 @@ PLUGINS_CONFIG_FILES= \
|
|||
opensearch-performance-analyzer/performance-analyzer.properties \
|
||||
opensearch-performance-analyzer/plugin-stats-metadata \
|
||||
opensearch-performance-analyzer/rca.conf \
|
||||
opensearch-performance-analyzer/rca_idle_master.conf \
|
||||
opensearch-performance-analyzer/rca_master.conf \
|
||||
opensearch-performance-analyzer/rca_idle_cluster_manager.conf \
|
||||
opensearch-performance-analyzer/rca_cluster_manager.conf \
|
||||
opensearch-performance-analyzer/supervisord.conf \
|
||||
opensearch-reports-scheduler/reports-scheduler.yml \
|
||||
opensearch-security/action_groups.yml \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1662757415
|
||||
SHA256 (opensearch-2.2.1-linux-x64.tar.gz) = 259526b62b099f0bc3b8c5723c53332a5127cdace60c89ea1404daed916f7207
|
||||
SIZE (opensearch-2.2.1-linux-x64.tar.gz) = 450838944
|
||||
TIMESTAMP = 1670264313
|
||||
SHA256 (opensearch-2.4.0-linux-x64.tar.gz) = 82bee5f68ea3d74a7d835d35f1479509b8497d01c1ae758a4737f5ea799e38e8
|
||||
SIZE (opensearch-2.4.0-linux-x64.tar.gz) = 556689176
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Opensearch was installed
|
||||
|
||||
Please see %%ETCDIR%% for a sample version of
|
||||
opensearch.yml.
|
||||
|
||||
|
|
Loading…
Reference in a new issue