jasper 2017-05-08 19:17:21 +00:00
parent 6ec2dff7a2
commit dd419d7a51
13 changed files with 37 additions and 41 deletions

View File

@ -1,16 +1,18 @@
# $OpenBSD: Makefile,v 1.9 2017/04/28 17:28:14 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2017/05/08 19:17:21 jasper Exp $
COMMENT = lightweight shipper for log file data
BEAT = filebeat
VERSION = 5.3.2
VERSION = 5.4.0
GH_ACCOUNT = elastic
GH_PROJECT = beats
GH_TAGNAME = v${VERSION}
CONFIGS = filebeat.yml filebeat.template.json \
filebeat.template-es2x.json README.md
filebeat.template-es2x.json \
filebeat.template-es6x.json \
README.md
WANTLIB += c pthread

View File

@ -1,2 +1,2 @@
SHA256 (beats-5.3.2.tar.gz) = 6MdlUxJ25HMcUUi9mfrR78eZ8+xo4dMqL+EWmV8rni8=
SIZE (beats-5.3.2.tar.gz) = 17595133
SHA256 (beats-5.4.0.tar.gz) = 0jb5Qz1ItpzC8L82F/F9Xy7sJhrO6WzCjYtyvoSvwKc=
SIZE (beats-5.4.0.tar.gz) = 17823310

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-libbeat_outputs_console_console_go,v 1.1 2017/04/27 09:14:40 jasper Exp $
From d007dd3c25ff081f58a757c545dd95111b1a016e Mon Sep 17 00:00:00 2001
From: glefloch <glfloch@gmail.com>
Date: Wed, 19 Apr 2017 10:56:47 +0200
Subject: [PATCH 1/2] fix missing return
--- libbeat/outputs/console/console.go.orig Mon Apr 24 19:21:44 2017
+++ libbeat/outputs/console/console.go Mon Apr 24 19:21:56 2017
@@ -78,6 +78,7 @@ func (c *console) PublishEvent(
}
op.SigCompleted(s)
+ return nil
fail:
if opts.Guaranteed {
logp.Critical("Unable to publish events to console: %v", err)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2017/04/27 09:14:40 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2017/05/08 19:17:21 jasper Exp $
@bin bin/filebeat
share/doc/pkg-readmes/${FULLPKGNAME}
share/examples/filebeat/
@ -6,6 +6,8 @@ share/examples/filebeat/
share/examples/filebeat/README.md
share/examples/filebeat/filebeat.template-es2x.json
@sample ${SYSCONFDIR}/filebeat/filebeat.template-es2x.json
share/examples/filebeat/filebeat.template-es6x.json
@sample ${SYSCONFDIR}/filebeat/filebeat.template-es6x.json
share/examples/filebeat/filebeat.template.json
@sample ${SYSCONFDIR}/filebeat/filebeat.template.json
share/examples/filebeat/filebeat.yml

View File

@ -1,16 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/04/29 14:16:10 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2017/05/08 19:17:21 jasper Exp $
COMMENT = lightweight shipper for real-time network analytics
BEAT = heartbeat
VERSION = 5.3.2
VERSION = 5.4.0
GH_ACCOUNT = elastic
GH_PROJECT = beats
GH_TAGNAME = v${VERSION}
CONFIGS = heartbeat.yml heartbeat.template.json \
heartbeat.template-es2x.json
heartbeat.template-es2x.json \
heartbeat.template-es6x.json
WANTLIB += c pthread

View File

@ -1,2 +1,2 @@
SHA256 (beats-5.3.2.tar.gz) = 6MdlUxJ25HMcUUi9mfrR78eZ8+xo4dMqL+EWmV8rni8=
SIZE (beats-5.3.2.tar.gz) = 17595133
SHA256 (beats-5.4.0.tar.gz) = 0jb5Qz1ItpzC8L82F/F9Xy7sJhrO6WzCjYtyvoSvwKc=
SIZE (beats-5.4.0.tar.gz) = 17823310

View File

@ -1,9 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/04/29 14:16:10 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2017/05/08 19:17:21 jasper Exp $
@bin bin/heartbeat
share/examples/heartbeat/
@sample ${SYSCONFDIR}/heartbeat/
share/examples/heartbeat/heartbeat.template-es2x.json
@sample ${SYSCONFDIR}/heartbeat/heartbeat.template-es2x.json
share/examples/heartbeat/heartbeat.template-es6x.json
@sample ${SYSCONFDIR}/heartbeat/heartbeat.template-es6x.json
share/examples/heartbeat/heartbeat.template.json
@sample ${SYSCONFDIR}/heartbeat/heartbeat.template.json
share/examples/heartbeat/heartbeat.yml

View File

@ -1,16 +1,17 @@
# $OpenBSD: Makefile,v 1.2 2017/04/28 17:28:14 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2017/05/08 19:17:21 jasper Exp $
COMMENT = lightweight shipper for system metrics
BEAT = metricbeat
VERSION = 5.3.2
VERSION = 5.4.0
GH_ACCOUNT = elastic
GH_PROJECT = beats
GH_TAGNAME = v${VERSION}
CONFIGS = metricbeat.yml metricbeat.template.json \
metricbeat.template-es2x.json
metricbeat.template-es2x.json \
metricbeat.template-es6x.json
WANTLIB += c pthread

View File

@ -1,2 +1,2 @@
SHA256 (beats-5.3.2.tar.gz) = 6MdlUxJ25HMcUUi9mfrR78eZ8+xo4dMqL+EWmV8rni8=
SIZE (beats-5.3.2.tar.gz) = 17595133
SHA256 (beats-5.4.0.tar.gz) = 0jb5Qz1ItpzC8L82F/F9Xy7sJhrO6WzCjYtyvoSvwKc=
SIZE (beats-5.4.0.tar.gz) = 17823310

View File

@ -1,10 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/04/27 09:17:26 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2017/05/08 19:17:21 jasper Exp $
@bin bin/metricbeat
share/doc/pkg-readmes/${FULLPKGNAME}
share/examples/metricbeat/
@sample ${SYSCONFDIR}/metricbeat/
share/examples/metricbeat/metricbeat.template-es2x.json
@sample ${SYSCONFDIR}/metricbeat/metricbeat.template-es2x.json
share/examples/metricbeat/metricbeat.template-es6x.json
@sample ${SYSCONFDIR}/metricbeat/metricbeat.template-es6x.json
share/examples/metricbeat/metricbeat.template.json
@sample ${SYSCONFDIR}/metricbeat/metricbeat.template.json
share/examples/metricbeat/metricbeat.yml

View File

@ -1,16 +1,17 @@
# $OpenBSD: Makefile,v 1.9 2017/04/28 17:28:14 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2017/05/08 19:17:21 jasper Exp $
COMMENT = lightweight shipper for real-time network analytics
BEAT = packetbeat
VERSION = 5.3.2
VERSION = 5.4.0
GH_ACCOUNT = elastic
GH_PROJECT = beats
GH_TAGNAME = v${VERSION}
CONFIGS = packetbeat.yml packetbeat.template.json \
packetbeat.template-es2x.json
packetbeat.template-es2x.json \
packetbeat.template-es6x.json
WANTLIB += c pcap pthread

View File

@ -1,2 +1,2 @@
SHA256 (beats-5.3.2.tar.gz) = 6MdlUxJ25HMcUUi9mfrR78eZ8+xo4dMqL+EWmV8rni8=
SIZE (beats-5.3.2.tar.gz) = 17595133
SHA256 (beats-5.4.0.tar.gz) = 0jb5Qz1ItpzC8L82F/F9Xy7sJhrO6WzCjYtyvoSvwKc=
SIZE (beats-5.4.0.tar.gz) = 17823310

View File

@ -1,10 +1,12 @@
@comment $OpenBSD: PLIST,v 1.2 2017/04/27 09:14:59 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2017/05/08 19:17:21 jasper Exp $
@bin bin/packetbeat
share/doc/pkg-readmes/${FULLPKGNAME}
share/examples/packetbeat/
@sample ${SYSCONFDIR}/packetbeat/
share/examples/packetbeat/packetbeat.template-es2x.json
@sample ${SYSCONFDIR}/packetbeat/packetbeat.template-es2x.json
share/examples/packetbeat/packetbeat.template-es6x.json
@sample ${SYSCONFDIR}/packetbeat/packetbeat.template-es6x.json
share/examples/packetbeat/packetbeat.template.json
@sample ${SYSCONFDIR}/packetbeat/packetbeat.template.json
share/examples/packetbeat/packetbeat.yml