1132113d67
- Add version 2.10.0 of opensearch and opensearch-dashboards. it is the latest version supported by Wazuh ports. opensearch 2.11.x can break some apps/plugins that depends of it. It will be removed when a stable vrsion of Wazuh run without problems with opensearch and opensearch-dashboards >= 2.11.x Wtih hat: opensearch
13 lines
239 B
Makefile
13 lines
239 B
Makefile
DISTVERSION= 2.10.0
|
|
|
|
PKGNAMESUFFIX= 210
|
|
|
|
COMMENT= Full-text search engine for Java
|
|
|
|
CONFLICTS= opensearch13 opensearch
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/opensearch
|
|
|
|
.include "${MASTERDIR}/Makefile"
|