svn commit: r463424 - in head/textproc/elasticsearch6: . files

Mark Felder feld at FreeBSD.org
Fri Mar 2 18:13:06 UTC 2018


Author: feld
Date: Fri Mar  2 18:13:01 2018
New Revision: 463424
URL: https://svnweb.freebsd.org/changeset/ports/463424

Log:
  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

Modified:
  head/textproc/elasticsearch6/Makefile
  head/textproc/elasticsearch6/files/pkg-message.in

Modified: head/textproc/elasticsearch6/Makefile
==============================================================================
--- head/textproc/elasticsearch6/Makefile	Fri Mar  2 18:05:18 2018	(r463423)
+++ head/textproc/elasticsearch6/Makefile	Fri Mar  2 18:13:01 2018	(r463424)
@@ -3,7 +3,7 @@
 
 PORTNAME=	elasticsearch
 PORTVERSION=	6.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/

Modified: head/textproc/elasticsearch6/files/pkg-message.in
==============================================================================
--- head/textproc/elasticsearch6/files/pkg-message.in	Fri Mar  2 18:05:18 2018	(r463423)
+++ head/textproc/elasticsearch6/files/pkg-message.in	Fri Mar  2 18:13:01 2018	(r463424)
@@ -14,11 +14,4 @@ sysctl security.bsd.unprivileged_mlock=1
 
 to prevent the process from failing the bootstrap.
 
-Do note that you need to set
-
-bootstrap.system_call_filter: false
-
-in your elasticsearch.yml file to successfully bootstrap on non-Linux
-OSes now.
-
 ======================================================================


More information about the svn-ports-all mailing list