Port details |
- elasticsearch6 Full-text search engine for Java
- 6.8.16 textproc
=5 6.8.16Version of this port present on the latest quarterly branch.
- DEPRECATED: No longer maintained and supported.
This port expired on: 2023-01-01
- Maintainer: elastic@FreeBSD.org
- Port Added: 2018-02-12 06:50:03
- Last Update: 2023-01-01 12:50:12
- Commit Hash: dc721d8
- People watching this port, also watch:: openjdk8, poudriere
- Also Listed In: devel java
- License: APACHE20
- WWW:
- https://www.elastic.co/
- Description:
- Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of
Apache Lucene.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- elasticsearch6>0:textproc/elasticsearch6
- Conflicts:
- CONFLICTS:
- elasticsearch
- elasticsearch2*
- elasticsearch5*
- elasticsearch7*
- No installation instructions:
- This port has been deleted.
- PKGNAME: elasticsearch6
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622127420
SHA256 (elasticsearch-6.8.16.tar.gz) = be11e04d5fcf59f4bd92c54e06ce28ef83423ab00ba10169a909fb4eec91415e
SIZE (elasticsearch-6.8.16.tar.gz) = 149125098
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- jna>0 : devel/jna
- Runtime dependencies:
-
- bash>0 : shells/bash
- jna>0 : devel/jna
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for elasticsearch6-6.8.16:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_elasticsearch6
- USES:
- cpe shebangfix
- pkg-message:
- For install:
- Please see /usr/local/etc/elasticsearch for sample versions of
elasticsearch.yml and logging.yml.
ElasticSearch requires memory locking of large amounts of RAM.
You may need to set:
sysctl security.bsd.unprivileged_mlock=1
!!! PLUGINS NOTICE !!!
ElasticSearch plugins should only be installed via the elasticsearch-plugin
included with this software. As we strive to provide a minimum semblance
of security, the files installed by the package are owned by root:wheel.
This is different than upstream which expects all of the files to be
owned by the user and for you to execute the elasticsearch-plugin script
as said user.
You will encounter permissions errors with configuration files and
directories created by plugins which you will have to manually correct.
This is the price we have to pay to protect ourselves in the face of
a poorly designed security model.
e.g., after installing X-Pack you will have to correct:
/usr/local/etc/elasticsearch/elasticsearch.keystore file to be owned by elasticsearch:elasticsearch
/usr/local/etc/elasticsearch/x-pack directory/files to be owned by elasticsearch:elasticsearch
!!! PLUGINS NOTICE !!!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8.16 01 Jan 2023 12:50:12 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2023-01-01 sysutils/beats6: No longer maintained and supported.
2023-01-01 sysutils/logstash6: No longer maintained and supported.
2023-01-01 textproc/elasticsearch6: No longer maintained and supported. |
6.8.16 26 Nov 2022 22:38:31 |
Juraj Lutter (otis) |
textproc/elasticsearch6: Set expiration date
Expire the port on 1.1.2023 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.8.16 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.8.16 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
6.8.16 02 Jun 2021 18:39:22 |
Juraj Lutter (otis) |
textproc/elasticsearch6: Update to 6.8.16 |
6.8.15 13 Apr 2021 09:40:10 |
Juraj Lutter (otis) |
textproc/elasticsearch6: Update to 6.8.15 |
6.8.13_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6.8.13_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.8.13_2 12 Feb 2021 22:01:23 |
otis |
textproc/elasticsearch6: Fix rc order
It has been found that elasticsearch is being started in wrong phase of rc
sequence.
This should bring it to more apropriate place where all services, including
cleartmp, are started.
PR: 236840
Reported by: Nemesis11 <felix@zwame.pt>
Reviewed by: osa (mentor), swills
Approved by: osa (mentor)
MFH: 2021Q1
Differential Revision: https://reviews.freebsd.org/D27874 |
6.8.13_1 15 Nov 2020 15:48:26 |
mikael |
textproc/elasticsearch6: Fix messages in rc.d script
PR: 250969, 234157
Submitted by: Juraj Lutter (maintainer)
Reported by: Sven R |
6.8.13 29 Oct 2020 23:49:31 |
glewis |
Update to 6.8.13
PR: 250597
Submitted by: Juraj Lutter <juraj@lutter.sk> |
6.8.12 20 Aug 2020 11:58:02 |
dmgk |
textproc/elasticsearch6: Update to 6.8.12
Changes: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.12.html
PR: 248761
Submitted by: Juraj Lutter <juraj@lutter.sk> (maintainer)
MFH: 2020Q3
Security: fbca6863-e2ad-11ea-9d39-00a09858faf5 |
6.8.11 08 Aug 2020 18:54:15 |
glewis |
Update to 6.8.11
PR: 248328
Submitted by: Juraj Lutter <juraj@lutter.sk> |
6.8.10 07 Jun 2020 17:36:31 |
glewis |
Update CONFLICTS |
6.8.10 07 Jun 2020 17:23:09 |
glewis |
Update to 6.8.10
PR: 246971
Submitted by: Juraj Lutter <juraj@lutter.sk> |
6.8.7 12 Mar 2020 00:24:42 |
glewis |
Update to 6.8.7 |
6.8.6 02 Jan 2020 18:50:58 |
glewis |
Update to 6.8.6
PR: 242920
Submitted by: Juraj Lutter <juraj@lutter.sk>
Differential Revision: https://reviews.freebsd.org/D22883 |
6.8.5 27 Nov 2019 16:57:11 |
glewis |
Update to 6.8.5
PR: 242206
Submitted by: Juraj Lutter <juraj@lutter.sk> |
6.8.4 26 Nov 2019 04:34:10 |
glewis |
Switch maintainer to elastic@
Per the previous maintainer's comments in PR 237372 they no longer use the
software and don't have time to test it. See, also, the discussion in
PR 241845.
Using elastic@ is also consistent with kibana6 and logstash6 (the other
parts of the ELK stack). |
6.8.4 23 Nov 2019 15:19:23 |
glewis |
Update to 6.8.4
PR: 241841
Approved by: maintainer timeout |
6.8.3 05 Oct 2019 00:09:17 |
glewis |
Update to 6.8.3
* Update to 6.8.3, which allows the use of newer versions of Java (e.g. 11)
* Modify the rc file to allow the version of Java to be used to be configured
* Pull in changes to jvm.options that allow for newer versions of Java
* Fix a type in pkg-message
PR: 239972
Approved by: maintainer timeout
Sponsored by: The FreeBSD Foundation |
6.5.4 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
6.5.4 28 Apr 2019 20:15:49 |
pi |
textproc/elasticsearch6: upgrade 6.4.2 -> 6.5.4
PR: 236242
Submitted by: gettoknowmi@yahoo.com
Approved by: feld (maintainer timeout)
Relnotes: https://www.elastic.co/downloads/past-releases |
6.4.2_1 20 Nov 2018 22:51:17 |
feld |
textproc/elasticsearch6: Add elasticsearch-cli to package
This script is required for elasticsearch-plugin script to function.
PR: 233238 |
6.4.2 04 Nov 2018 16:58:31 |
feld |
ElasticSearch6: Update to 6.4.2 |
6.3.2 23 Aug 2018 16:27:12 |
feld |
ElasticSearch: Update to 6.3.2
Differential Revision: https://reviews.freebsd.org/D16597 |
6.2.4 10 May 2018 19:15:44 |
feld |
Update ElasticSearch 6 ports to 6.2.4 |
6.2.3 09 Apr 2018 16:43:29 |
feld |
Update ElasticSearch 6 ports to 6.2.3 |
6.2.2_7 20 Mar 2018 16:19:09 |
feld |
textproc/elasticsearch{5,6}: Pidfiles should be in a writable subdirectory
This fixes issues Elastic has with starting/stopping in some situations
PR: 226800 |
6.2.2_6 14 Mar 2018 19:17:59 |
feld |
textproc/elasticsearch6: Fix ability to install plugins
- Update pkg-message to provide very useful info
- Use login_class=root by default to help users avoid this issue (affects
everyone)
PR: 226301 |
6.2.2_5 02 Mar 2018 18:13:02 |
feld |
textproc/elasticsearch6: Update pkg-message
"bootstrap.system_call_filter: false" does not need to be set on
ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD |
6.2.2_4 02 Mar 2018 13:06:24 |
feld |
textproc/elasticsearch{5,6}: Fix symlink
Relative symlinks should only be used when both files are in the
STAGEDIR. In this situation poudriere was producing usable packages
because of the unique location of WRKSRC (/wrksrc/...) which caused the
relative symlink to be deep enough "../../../../../" to hit the root of the
filesystem and then point to the location of the file. However, users
who were building the port directory with "make" or "portmaster" were
getting symlinks that did not point to the right location.
PR: 226234 226265 222261 |
6.2.2_3 01 Mar 2018 23:37:20 |
feld |
textproc/elasticsearch6: Fix run issues
- Elastic no longer accepts -Epath.conf argument. Change to ES_PATH_CONF env
- Elastic was not honoring the elasticsearch_tmpdir rc.conf variable. Remove.
The default behavior is to use mktemp for a unique tmpdir in /tmp. This seems
sane,
especially when running multiple profiles.
- Patch jvm.options to set a writable location for gc.log, which will be the
tmpdir.
There is not an easy way to automatically point this to the log dir, so it
needs
a unique location when running muliple profiles.
- devel/jca is also a BUILD dependency to fix build outside poudriere
PR: 226265 |
6.2.2_2 26 Feb 2018 23:21:57 |
feld |
textproc/elasticsearch{5,6}: Fix build
The JNA dependency was meant to be at runtime
Pointyhat: me
PR: 222261 |
6.2.2_1 26 Feb 2018 23:11:53 |
feld |
textproc/elasticsearch6: Fix JNA support
JNA (Java Native Access) provides access to OS-native facilities in pure
Java code. The JNA shipped with Elastic is meant for Linux so it does
not function correctly. We will ship one built for FreeBSD instead.
PR: 222261 |
6.2.2 24 Feb 2018 15:42:11 |
feld |
textproc/elasticsearch6: Update to 6.2.2
- Take maintainership
- Sync up with work done on textproc/elasticsearch5 port
Approved by: maintainer (private email) |
6.0.1 16 Feb 2018 20:36:50 |
pi |
textproc/elasticsearch6: take maintainer
PR: 225836
Approved by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (maintainer) |
6.0.1 15 Feb 2018 08:50:45 |
romain |
Re-create textproc/elasticsearch6 after copying it from textproc/elasticsearch5
- Actualy provide elasticsearch6 with this port [1];
- Fix MAINTAINER address [2].
PR: 225836 [1]
Submitted by: w.schwarzenfeld@utanet.at [1]
Reported by: john@saltant.com [2] via ports@ |
6.0.1 12 Feb 2018 06:49:48 |
pi |
New port: textproc/elasticsearch6
Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of
Apache Lucene.
WWW: https://www.elastic.co/
PR: 225836
Submitted by: w.schwarzenfeld@utanet.at |