Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 05:01:55 +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: r553417 - head/textproc/kibana7
Message-ID:  <202010270501.09R51tnL045774@repo.freebsd.org>

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

Log:
  textproc/kibana7: Update to 7.9.3
  
  Changelog for 7.9.3:
  * Enhancement:
    - Reporting
      - Increases openUrl timeout config default to 1min #78322
  * Bug fixes:
    - Discover
      - Fixes scripted field error handling for non OSS env #76476
      - Lens and visualizations
      - Shows tooltip on external pointer events #77306
    - Management
      - Fixes a bug in the index template wizard, which resulted in an error when
        the user tries to save an existing template or attempts to view the
        Elasticsearch request when the template does not have any mappings #78653
      - Fixes index pattern creation when using cross cluster search with clusters running <7.9 #80006
    - Monitoring
      - Fixes UX around an unavailable remote cluster #79202
      - Synchronous setup and start methods #79457
      - Removes license refresh from setup #79518
    - Platform
      - Invalid searchSourceJSON causes saved object migration to fail #78535
      - Changes legacy import version field to optional #79706
    - Security
      - Adds xpack.security.sameSiteCookies to docker allow list #78192
      - Updates user table after user is deleted #79491
  
  PR:		250603
  Submitted by:	Juraj Lutter <juraj@lutter.sk>

Modified:
  head/textproc/kibana7/Makefile
  head/textproc/kibana7/distinfo

Modified: head/textproc/kibana7/Makefile
==============================================================================
--- head/textproc/kibana7/Makefile	Tue Oct 27 05:01:04 2020	(r553416)
+++ head/textproc/kibana7/Makefile	Tue Oct 27 05:01:55 2020	(r553417)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	kibana
-PORTVERSION=	7.9.2
+PORTVERSION=	7.9.3
 DISTVERSIONSUFFIX=	-darwin-x86_64
 CATEGORIES=	textproc www
 MASTER_SITES=	https://artifacts.elastic.co/downloads/kibana/ \

Modified: head/textproc/kibana7/distinfo
==============================================================================
--- head/textproc/kibana7/distinfo	Tue Oct 27 05:01:04 2020	(r553416)
+++ head/textproc/kibana7/distinfo	Tue Oct 27 05:01:55 2020	(r553417)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601028203
-SHA256 (kibana-7.9.2-darwin-x86_64.tar.gz) = 5ed3b334311551e31128b9acac6e664304f68e66c04bf3f5f65d1d1bc4bf12f0
-SIZE (kibana-7.9.2-darwin-x86_64.tar.gz) = 304290483
+TIMESTAMP = 1603571985
+SHA256 (kibana-7.9.3-darwin-x86_64.tar.gz) = 44c94470012580e0f29a4291d2c2210acaf4090d618db777e3ab079012948961
+SIZE (kibana-7.9.3-darwin-x86_64.tar.gz) = 304299677



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