| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=565070
|
|
|
|
|
|
|
|
|
| |
PR: 250969, 234157
Submitted by: Juraj Lutter (maintainer)
Reported by: Sven R
Notes:
svn path=/head/; revision=555233
|
|
|
|
|
|
|
|
| |
PR: 250597
Submitted by: Juraj Lutter <juraj@lutter.sk>
Notes:
svn path=/head/; revision=553655
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=545532
|
|
|
|
|
|
|
|
| |
PR: 248328
Submitted by: Juraj Lutter <juraj@lutter.sk>
Notes:
svn path=/head/; revision=544507
|
|
|
|
| |
Notes:
svn path=/head/; revision=538176
|
|
|
|
|
|
|
|
| |
PR: 246971
Submitted by: Juraj Lutter <juraj@lutter.sk>
Notes:
svn path=/head/; revision=538174
|
|
|
|
| |
Notes:
svn path=/head/; revision=528255
|
|
|
|
|
|
|
|
|
| |
PR: 242920
Submitted by: Juraj Lutter <juraj@lutter.sk>
Differential Revision: https://reviews.freebsd.org/D22883
Notes:
svn path=/head/; revision=521864
|
|
|
|
|
|
|
|
| |
PR: 242206
Submitted by: Juraj Lutter <juraj@lutter.sk>
Notes:
svn path=/head/; revision=518509
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=518444
|
|
|
|
|
|
|
|
| |
PR: 241841
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=518244
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=513796
|
|
|
|
| |
Notes:
svn path=/head/; revision=508910
|
|
|
|
|
|
|
|
|
|
| |
PR: 236242
Submitted by: gettoknowmi@yahoo.com
Approved by: feld (maintainer timeout)
Relnotes: https://www.elastic.co/downloads/past-releases
Notes:
svn path=/head/; revision=500366
|
|
|
|
|
|
|
|
|
| |
This script is required for elasticsearch-plugin script to function.
PR: 233238
Notes:
svn path=/head/; revision=485491
|
|
|
|
| |
Notes:
svn path=/head/; revision=484109
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D16597
Notes:
svn path=/head/; revision=477876
|
|
|
|
| |
Notes:
svn path=/head/; revision=469572
|
|
|
|
| |
Notes:
svn path=/head/; revision=466867
|
|
|
|
|
|
|
|
|
| |
This fixes issues Elastic has with starting/stopping in some situations
PR: 226800
Notes:
svn path=/head/; revision=465090
|
|
|
|
|
|
|
|
|
|
| |
- Update pkg-message to provide very useful info
- Use login_class=root by default to help users avoid this issue (affects everyone)
PR: 226301
Notes:
svn path=/head/; revision=464526
|
|
|
|
|
|
|
|
| |
"bootstrap.system_call_filter: false" does not need to be set on
ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD
Notes:
svn path=/head/; revision=463424
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=463392
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=463358
|
|
|
|
|
|
|
|
|
|
| |
The JNA dependency was meant to be at runtime
Pointyhat: me
PR: 222261
Notes:
svn path=/head/; revision=463102
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=463098
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Sync up with work done on textproc/elasticsearch5 port
Approved by: maintainer (private email)
Notes:
svn path=/head/; revision=462845
|
|
|
|
|
|
|
|
| |
PR: 225836
Approved by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (maintainer)
Notes:
svn path=/head/; revision=462062
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@
Notes:
svn path=/head/; revision=461867
|
|
|
|
|
|
|
|
| |
History was lost during textproc/elasticsearch6 creation, and other fixes are
required but our pre-commit hook do not allow doing everything atomically.
Notes:
svn path=/head/; revision=461866
|
|
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
Notes:
svn path=/head/; revision=461559
|