svn commit: r551344 - head/sysutils/logstash7
Tobias C. Berner
tcberner at FreeBSD.org
Sat Oct 3 20:10:39 UTC 2020
Author: tcberner
Date: Sat Oct 3 20:10:38 2020
New Revision: 551344
URL: https://svnweb.freebsd.org/changeset/ports/551344
Log:
sysutils/logstash7: Update to 7.9.2
Changelog since 7.9.1:
* Notable issues fixed
- Secret store thread safety issues with multiple pipelines
- Since 7.8.0, a change to optimise the speed of loading variables from
the Logstash Secret Store could cause Logstash not to be able to start
when the feature was used in conjunction with multiple pipelines.
- App Search output startup failure
- Since 7.9.0, a regression was introduced which prevented pipelines
using the Elastic App Search output from starting.
* Compatibility notice: Logstash and JDK 15
- Logstash is not yet compatible with JDK 15.
- While we are working to support JDK 15, we encourage you to use supported
JDK versions (8, 11 or 14). See Java (JVM) version for details and the
Elastic Support Matrix for the official word on supported versions
across products and releases.
* Plugins
- Sleep Filter - 3.0.7
- Changed Fixnum to Integer. Fixnum was deprecated in ruby 2.4.
- Elastic_app_search Output - 1.1.1
- Added missed dependency (elastic-app-search) to the gemspec
Release notes:
https://www.elastic.co/guide/en/logstash/current/logstash-7-9-2.html
PR: 249913
Submitted by: Juraj Lutter <juraj at lutter.sk>
Modified:
head/sysutils/logstash7/Makefile
head/sysutils/logstash7/distinfo
Modified: head/sysutils/logstash7/Makefile
==============================================================================
--- head/sysutils/logstash7/Makefile Sat Oct 3 20:07:42 2020 (r551343)
+++ head/sysutils/logstash7/Makefile Sat Oct 3 20:10:38 2020 (r551344)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= logstash
-PORTVERSION= 7.9.1
+PORTVERSION= 7.9.2
CATEGORIES= sysutils java
MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/
PKGNAMESUFFIX= 7
Modified: head/sysutils/logstash7/distinfo
==============================================================================
--- head/sysutils/logstash7/distinfo Sat Oct 3 20:07:42 2020 (r551343)
+++ head/sysutils/logstash7/distinfo Sat Oct 3 20:10:38 2020 (r551344)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599151394
-SHA256 (logstash-7.9.1.tar.gz) = b039a1b7a53ba79fdc7d40205dfe50c37d49850eb2d691e58883e11ccd95a8a6
-SIZE (logstash-7.9.1.tar.gz) = 158473271
+TIMESTAMP = 1601026136
+SHA256 (logstash-7.9.2.tar.gz) = 7c305159deb16fa1117f6e79fc936e7d61c44c1b4e633078fe5d750d8e44c9c3
+SIZE (logstash-7.9.2.tar.gz) = 158690951
More information about the svn-ports-all
mailing list