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@lutter.sk>
This commit is contained in:
parent
c7afd12602
commit
461571f8f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551344
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user