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:           Tue Jan 17 17:39:48 UTC 2017

Modified Files:
        pkgsrc/sysutils/beats: Makefile distinfo

Log Message:
Update sysutils/beats to 5.1.2.

Filebeat
- Fix registry migration issue from old states were files were only
  harvested after second restart.

Packetbeat
- Fix error on importing dashboards due to colons in the Cassandra
  dashboard.
- Fix error on importing dashboards due to the wrong type for the
  geo_point fields.

Winlogbeat
- Fix for "The array bounds are invalid" error when reading large
  events.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/beats/Makefile \
    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.1 pkgsrc/sysutils/beats/Makefile:1.2
--- pkgsrc/sysutils/beats/Makefile:1.1  Thu Jan  5 16:43:09 2017
+++ pkgsrc/sysutils/beats/Makefile      Tue Jan 17 17:39:48 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/01/05 16:43:09 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/17 17:39:48 fhajny Exp $
 #
 
-DISTNAME=              beats-5.1.1
+DISTNAME=              beats-5.1.2
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=elastic/}
 GITHUB_PROJECT=                beats
Index: pkgsrc/sysutils/beats/distinfo
diff -u pkgsrc/sysutils/beats/distinfo:1.1 pkgsrc/sysutils/beats/distinfo:1.2
--- pkgsrc/sysutils/beats/distinfo:1.1  Thu Jan  5 16:43:09 2017
+++ pkgsrc/sysutils/beats/distinfo      Tue Jan 17 17:39:48 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/01/05 16:43:09 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/01/17 17:39:48 fhajny Exp $
 
-SHA1 (beats-5.1.1.tar.gz) = 6847fc4b96adcf38b3b46a2c31a6109797bfd07b
-RMD160 (beats-5.1.1.tar.gz) = 9cc18d886df86e4cead9c9ab546a127a8f643893
-SHA512 (beats-5.1.1.tar.gz) = 0eb646faa7ff8fb310f97507c105b1dac5ee1ed114c858f92905ae8a1e7a3a2a2a095e52a5155194df9b699e93dd93f00e9da9b1d71b22fbcc539feaa705b984
-Size (beats-5.1.1.tar.gz) = 16500866 bytes
+SHA1 (beats-5.1.2.tar.gz) = 3f7ac41e06070ab72a4d2b6bc1209d4f317b6c2e
+RMD160 (beats-5.1.2.tar.gz) = 03a310209a2512bbf4fcc6f869e4bdcd24cb657d
+SHA512 (beats-5.1.2.tar.gz) = f5ade54c3a2471680067fc5f6861ddcc052177c473f40d2135ba281e63172a4ba386368f77e5e4ba77b60c88ee20e5cd0095705aa3ed6e2588fda034de6b116f
+Size (beats-5.1.2.tar.gz) = 16512836 bytes
 SHA1 (patch-vendor_github.com_tsg_gopacket_pcap_pcap.go) = 2ef13f84cbf2e1da428e7b08625ffa6111ebcdf5



Home | Main Index | Thread Index | Old Index