sysutils/logstash7: Update to 7.9.3

Changelog for 7.9.3:
* Notable issues fixed:
  - Pipeline execution fixes to flushing and shutdown:
    - Fix to stop inputs upon a worker error before terminating the pipeline
* Plugins:
  - File Input - 4.2.2
    - Fix: sincedb_clean_after not being respected
  - Snmp Input - 1.2.7
    - Added integration tests to ensure SNMP server and IPv6 connections
    - Docs: example on setting IPv6 hosts
  - Twitter Input - 4.0.3
    - Fix: broken proxy configuration
    - Fix: user rest api call + proxy configuration

PR:		250605
Submitted by:	Juraj Lutter <juraj@lutter.sk>
This commit is contained in:
Tobias C. Berner 2020-10-27 05:01:04 +00:00
parent b4a0bcbfea
commit 17cb25b0d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553416
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= logstash
PORTVERSION= 7.9.2
PORTVERSION= 7.9.3
CATEGORIES= sysutils java
MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/
PKGNAMESUFFIX= 7
@ -71,7 +71,7 @@ post-install:
${ECHO} "@dir logstash/vendor/bundle/jruby/2.5.0/cache" >> ${TMPPLIST}
${ECHO} "@dir logstash/vendor/bundle/jruby/2.5.0/doc" >> ${TMPPLIST}
${ECHO} "@dir logstash/vendor/bundle/jruby/2.5.0/extensions" >> ${TMPPLIST}
${ECHO} "@dir logstash/vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/spec/ssl" >> ${TMPPLIST}
${ECHO} "@dir logstash/vendor/bundle/jruby/2.5.0/gems/manticore-0.7.0-java/spec/ssl" >> ${TMPPLIST}
${ECHO} "@dir logstash/vendor/jruby/lib/ruby/gems/shared/cache" >> ${TMPPLIST}
${FIND} -s ${STAGEDIR}${PREFIX}/logstash -not -type d | ${SORT} | \
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1601026136
SHA256 (logstash-7.9.2.tar.gz) = 7c305159deb16fa1117f6e79fc936e7d61c44c1b4e633078fe5d750d8e44c9c3
SIZE (logstash-7.9.2.tar.gz) = 158690951
TIMESTAMP = 1603574539
SHA256 (logstash-7.9.3.tar.gz) = 60cd7bfcbaac30b1f5e58669fb4a6a6c4533980702529230593ee8f8c24dd501
SIZE (logstash-7.9.3.tar.gz) = 158711139