Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 05:00:20 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553415 - head/sysutils/beats7
Message-ID:  <202010270500.09R50KUf041399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Oct 27 05:00:20 2020
New Revision: 553415
URL: https://svnweb.freebsd.org/changeset/ports/553415

Log:
  sysutils/beats7: Update to 7.9.3
  
  Changelog for 7.9.3:
  * Bugfixes:
    - Affecting all Beats
      - The o365audit input and o365 module now recover from an authentication
        problem or other fatal errors, instead of terminating.
    - Auditbeat
      - system/socket: Fix a crash due to concurrent map read and write.
    - Filebeat
      - Add field limit check for AWS Cloudtrail flattened fields.
    - Metricbeat
      - Fix remote_write flaky test.
      - Fix panic in Kubernetes autodiscovery caused by storing stateless
        keystores.
      - Remove redundant dockersock volume mount to avoid problems on Kubernetes
        deployments that do not use docker as the container runtime.
  
  PR:		250604
  Submitted by:	Juraj Lutter <juraj@lutter.sk>

Modified:
  head/sysutils/beats7/Makefile
  head/sysutils/beats7/distinfo

Modified: head/sysutils/beats7/Makefile
==============================================================================
--- head/sysutils/beats7/Makefile	Tue Oct 27 04:42:33 2020	(r553414)
+++ head/sysutils/beats7/Makefile	Tue Oct 27 05:00:20 2020	(r553415)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	beats
-PORTVERSION=	7.9.2
+PORTVERSION=	7.9.3
 DISTVERSIONPREFIX=v
 CATEGORIES=	sysutils
 PKGNAMESUFFIX?=	7

Modified: head/sysutils/beats7/distinfo
==============================================================================
--- head/sysutils/beats7/distinfo	Tue Oct 27 04:42:33 2020	(r553414)
+++ head/sysutils/beats7/distinfo	Tue Oct 27 05:00:20 2020	(r553415)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1601026623
-SHA256 (elastic-beats-v7.9.2_GH0.tar.gz) = ff64a41619b5070f8d6bebedf05d00cc7ea173b158730d34996cd0e0b27e2230
-SIZE (elastic-beats-v7.9.2_GH0.tar.gz) = 82861097
+TIMESTAMP = 1603573529
+SHA256 (elastic-beats-v7.9.3_GH0.tar.gz) = 80279b759d8c63df46a46805c92a7f4d949ea59bb4848a1e80cd8664ad76c2dd
+SIZE (elastic-beats-v7.9.3_GH0.tar.gz) = 82872010
 SHA256 (Azure-azure-amqp-common-go-v3.0.0_GH0.tar.gz) = f498d230bba298dbd42d3d904a7d174ad5a5ec2794bdcb2d26467137235dfb9a
 SIZE (Azure-azure-amqp-common-go-v3.0.0_GH0.tar.gz) = 17018
 SHA256 (Azure-azure-event-hubs-go-v3.1.2_GH0.tar.gz) = 3235c3f8c097f4e63d0e051bdf939ac33231d651faa5822632b8a8594adb5ddd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010270500.09R50KUf041399>