Bug 249913

Summary: sysutils/logstash7: Update to 7.9.2
Product: Ports & Packages Reporter: Juraj Lutter <otis>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner
Priority: --- Flags: otis: maintainer-feedback+
otis: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.elastic.co/guide/en/logstash/current/logstash-7-9-2.html
Attachments:
Description Flags
sysutils/logstash7: Update to 7.9.2 otis: maintainer-approval+

Description Juraj Lutter freebsd_committer freebsd_triage 2020-09-26 12:11:40 UTC
Created attachment 218319 [details]
sysutils/logstash7: Update to 7.9.2

Hi,

please find the patch attached.

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

Testport results:
http://freebsd-stable.builder.wilbury.net/data/11_4_RELEASE_GENERIC-default/2020-09-25_19h04m08s/logs/logstash7-7.9.2.log
http://freebsd-stable.builder.wilbury.net/data/12_STABLE_GENERIC_amd64-default/2020-09-25_20h03m50s/logs/logstash7-7.9.2.log
http://freebsd-current.builder.wilbury.net/data/13cgx64-default/2020-09-25_21h36m20s/logs/logstash7-7.9.2.log
Comment 1 Juraj Lutter freebsd_committer freebsd_triage 2020-09-26 16:08:02 UTC
It would be benefical for everyone if I had a commit access (probably not only) to these ports.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-03 20:11:07 UTC
A commit references this bug:

Author: tcberner
Date: Sat Oct  3 20:10:38 UTC 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@lutter.sk>

Changes:
  head/sysutils/logstash7/Makefile
  head/sysutils/logstash7/distinfo
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2020-10-03 20:11:32 UTC
Committed, thanks.