Update logstash 6.5.1 -> 6.5.4

ok abieber@ jasper@
This commit is contained in:
pvk 2019-01-26 22:11:30 +00:00
parent cfaa906575
commit efaa1f55b0
4 changed files with 3574 additions and 3483 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2018/12/02 20:19:59 pvk Exp $
# $OpenBSD: Makefile,v 1.20 2019/01/26 22:11:30 pvk Exp $
# N.B. netty-tcnative dynamically linked with libpthread.so.25.1/amd64
ONLY_FOR_ARCHS = amd64
COMMENT = tool for managing events and logs
V = 6.5.1
V = 6.5.4
DISTNAME = logstash-oss-$V
PKGNAME = logstash-$V
EPOCH = 0
@ -20,7 +19,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://artifacts.elastic.co/downloads/logstash/
MASTER_SITES0 = https://distfiles.nl/
MASTER_SITES0 = https://openbsd.tristero.se/distfiles/
DISTFILES = logstash-oss-$V.tar.gz \
netty-tcnative-boringssl-static-2.0.7.Final.jar:0
EXTRACT_ONLY = logstash-oss-$V.tar.gz

View File

@ -1,4 +1,4 @@
SHA256 (logstash-oss-6.5.1.tar.gz) = LD2gMWtOXu/ECSN2QA5EBnPQNWrzpq1tXIp77wcKwGQ=
SHA256 (netty-tcnative-boringssl-static-2.0.7.Final.jar) = HGG/XpVDZp+wTiskOuzvZvofn2wU+3sU84pVyf8AoY8=
SIZE (logstash-oss-6.5.1.tar.gz) = 160086071
SIZE (netty-tcnative-boringssl-static-2.0.7.Final.jar) = 1034274
SHA256 (logstash-oss-6.5.4.tar.gz) = ND0sCcWcL11p/nWbRWk38tTfeJ98e1RFYyYn0oA82lg=
SHA256 (netty-tcnative-boringssl-static-2.0.7.Final.jar) = ifizD5gM1y9l+KYtwuCuQUMWneER5Z8knvYP/hol8r0=
SIZE (logstash-oss-6.5.4.tar.gz) = 160157672
SIZE (netty-tcnative-boringssl-static-2.0.7.Final.jar) = 1135614

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-config_logstash_yml,v 1.2 2018/09/25 09:00:06 pvk Exp $
$OpenBSD: patch-config_logstash_yml,v 1.3 2019/01/26 22:11:30 pvk Exp $
Index: config/logstash.yml
--- config/logstash.yml.orig
@ -12,7 +12,7 @@ Index: config/logstash.yml
#
# ------------ Pipeline Settings --------------
#
@@ -206,41 +206,9 @@
@@ -206,42 +206,9 @@
#
# log.level: info
# path.logs:
@ -53,5 +53,6 @@ Index: config/logstash.yml
-#xpack.management.elasticsearch.ssl.truststore.password: password
-#xpack.management.elasticsearch.ssl.keystore.path: /path/to/file
-#xpack.management.elasticsearch.ssl.keystore.password: password
-#xpack.management.elasticsearch.ssl.verification_mode: certificate
-#xpack.management.elasticsearch.sniffing: false
-#xpack.management.logstash.poll_interval: 5s

File diff suppressed because it is too large Load Diff