pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/beats



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Sep 27 12:40:44 UTC 2017

Modified Files:
        pkgsrc/sysutils/beats: Makefile distinfo

Log Message:
Update sysutils/beats to 5.6.2.

=== Beats version 5.6.0

==== Breaking changes

Affecting all Beats
- The _all.norms setting in the Elasticsearch template is no longer
  disabled.

==== Bugfixes

Filebeat
- Fix issue where the `fileset.module` could have the wrong value.

Packetbeat
- Update flow timestamp on each packet being received.

Metricbeat
- Fix a debug statement that said a module wrapper had stopped when it
  hadn't.
- Use MemAvailable value from /proc/meminfo on Linux 3.14.
- Fix panic when events were dropped by filters.

==== Added

Affecting all Beats
- Add option to the import_dashboards script to load the dashboards via
  Kibana API.

Filebeat
- Add support for loading Xpack Machine Learning configurations from the
  modules, and added sample configurations for the Nginx module.
- Add ability to parse nginx logs exposing the X-Forwarded-For header
  instead of the remote address.

Metricbeat
- Add `filesystem.ignore_types` to system module for ignoring filesystem
  types.

==== Deprecated

Affecting all Beats
- Loading more than one output is deprecated and will be removed in 6.0.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/beats/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/beats/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/beats/Makefile
diff -u pkgsrc/sysutils/beats/Makefile:1.16 pkgsrc/sysutils/beats/Makefile:1.17
--- pkgsrc/sysutils/beats/Makefile:1.16 Fri Sep 22 12:25:44 2017
+++ pkgsrc/sysutils/beats/Makefile      Wed Sep 27 12:40:44 2017
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2017/09/22 12:25:44 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2017/09/27 12:40:44 fhajny Exp $
 
-DISTNAME=              beats-5.5.2
-PKGREVISION=           1
+DISTNAME=              beats-5.6.2
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=elastic/}
 GITHUB_PROJECT=                beats
-#GITHUB_TAG=           v${PKGVERSION_NOREV}
-GITHUB_TAG=            74bfb8f9ca009480a558685e745301f0171a4511
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 
 MAINTAINER=            filip%joyent.com@localhost
 HOMEPAGE=              https://www.elastic.co/products/beats

Index: pkgsrc/sysutils/beats/distinfo
diff -u pkgsrc/sysutils/beats/distinfo:1.14 pkgsrc/sysutils/beats/distinfo:1.15
--- pkgsrc/sysutils/beats/distinfo:1.14 Fri Sep 22 12:25:44 2017
+++ pkgsrc/sysutils/beats/distinfo      Wed Sep 27 12:40:44 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2017/09/22 12:25:44 tnn Exp $
+$NetBSD: distinfo,v 1.15 2017/09/27 12:40:44 fhajny Exp $
 
-SHA1 (beats-5.5.2-74bfb8f9ca009480a558685e745301f0171a4511.tar.gz) = a857d34ed1cd5510e63189d0ba182f8d8212b809
-RMD160 (beats-5.5.2-74bfb8f9ca009480a558685e745301f0171a4511.tar.gz) = b7a0a61fdfd7db76864538124169eadce15ecb30
-SHA512 (beats-5.5.2-74bfb8f9ca009480a558685e745301f0171a4511.tar.gz) = 7166a69dc06322d03f0ce5a6c068b4d6b9da1dd19e0e93b43848bd78f1ab216eac1fe3429df51c57e8feff35ad764f1fab90ff39f7b54b78b57903b925e32049
-Size (beats-5.5.2-74bfb8f9ca009480a558685e745301f0171a4511.tar.gz) = 18082217 bytes
+SHA1 (beats-5.6.2.tar.gz) = 773bb4cccdf1e4052a1c12435b981b63de657c49
+RMD160 (beats-5.6.2.tar.gz) = 0b8b1d56c213b77bb90c459888d94d83b7982290
+SHA512 (beats-5.6.2.tar.gz) = 0132be77bfa51aa43b7d0ca9466bd7ab602bddffe163bd63270a3192601c9f9bc9f85f1ad18bf2e90ba5df1f6a4b14be0fc08148c2e75c264e5da7268b9fb92a
+Size (beats-5.6.2.tar.gz) = 18142395 bytes
 SHA1 (patch-vendor_github.com_tsg_gopacket_pcap_pcap.go) = 2ef13f84cbf2e1da428e7b08625ffa6111ebcdf5



Home | Main Index | Thread Index | Old Index