From owner-svn-ports-all@freebsd.org Thu Sep 10 14:16:48 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EAA753D87C5; Thu, 10 Sep 2020 14:16:48 +0000 (UTC) (envelope-from jrm@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BnLYD5hMVz44Xt; Thu, 10 Sep 2020 14:16:48 +0000 (UTC) (envelope-from jrm@freebsd.org) Received: from phe.ftfl.ca.ftfl.ca (drmons0544w-142-177-158-229.dhcp-dynamic.fibreop.ns.bellaliant.net [142.177.158.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: jrm/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5DD341A695; Thu, 10 Sep 2020 14:16:48 +0000 (UTC) (envelope-from jrm@freebsd.org) From: Joseph Mingrone To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r548205 - in head/textproc/kibana7: . files References: <202009101352.08ADqAov093802@repo.freebsd.org> Date: Thu, 10 Sep 2020 11:16:46 -0300 In-Reply-To: <202009101352.08ADqAov093802@repo.freebsd.org> (Joseph Mingrone's message of "Thu, 10 Sep 2020 13:52:10 +0000 (UTC)") Message-ID: <86wo1190oh.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2020 14:16:49 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Thu, 2020-09-10 at 13:52, Joseph Mingrone wrote: > Author: jrm > Date: Thu Sep 10 13:52:10 2020 > New Revision: 548205 > URL: https://svnweb.freebsd.org/changeset/ports/548205 > Log: > textproc/kibana7: Update to version 7.9.1 > Changelog: > * Notable issues fixed: > - Fixes in Docker image configuration of Monitoring and Central > Management: > - As more and more users adopt our docker images, we=E2=80=99ve bee= n getting > reports on gaps where these images don=E2=80=99t provide all the = configuration > knobs the other artifacts do. This release exposes more environme= nt > variables for configuring proxy support and certificate verificat= ion > mode for monitoring and central management , and for configuring > verification_mode > - Pipeline execution fixes to flushing and shutdown > - Since 7.2.0, a change caused terminating pipelines to not request > input plugins to cleanup before shutdown, which could cause leaks= in > resources that weren=E2=80=99t freed during pipeline reloads. > - Logstash supports ordered execution for pipelines with a single > worker. A bug was found in this mode where the flushing mechanism > wasn=E2=80=99t working, preventing plugins like the aggregate fil= ter from > working correctly. This has been fixed. > * Consistent Fingerprinting: > - Our fingerprint filter is a popular solution to perform deduplicati= on > of data in downstream systems like Elasticsearch, by computing a ha= sh > value based on data from each event. Users reported that this filter > could produced different values for events containing the same data > since it didn=E2=80=99t ensure the order in which Hash Maps/Objects= /Ruby Hashes > processed their key/value pairs. This has now been fixed. > * Updated JRuby to 9.2.13.0: > - The new JRuby release brings greater stability to its code > optimizations in multithreaded workloads and a fix to exception > handling in Windows environments, both issues that could affect our > users. See the JRuby release notes for more information. > * Plugins: > - Avro Codec - 3.2.4 > - [DOC] Add clarifications on partial deserialization > - Fingerprint Filter - 3.2.2 > - Fixed lack of consistent fingerprints on Hash/Map objects > - Kv Filter - 4.4.1 > - Fixed issue where a field_split_pattern containing a literal > backslash failed to match correctly > - Elasticsearch Input - 4.7.1 > - [DOC] Updated sliced scroll link to resolve to correct location a= fter > doc structure change > - [DOC] Added usage example of docinfo metadata > - Http_poller Input - 5.0.2 > - [DOC]Expanded url option to include Manticore keys > - Snmp Input - 1.2.5 > - Updated snmp4j library to v2.8.4 > - Fixed: support SNMPv3 multiple identical security name with diffe= rent > credentials > - Fixed: multithreading problem when using multiple snmp inputs with > multiple v3 credentials > - Syslog Input - 3.4.4 > - Refactor: avoid global side-effect + cleanup > - avoid setting BasicSocket.do_not_reverse_lookup as it has side > effects for others > - Jdbc Integration - 5.0.6 > - DOC:Replaced plugin_header file with plugin_header-integration fi= le. > - Rabbitmq Integration - 7.1.1 > - DOC:Replaced plugin_header file with plugin_header-integration fi= le. > - Elasticsearch Output - 10.6.2 > - [DOC] Added clarifying info on http compression settings and beha= viors > - [DOC] Fixed entry for ilm_policy default value > PR: 249108 This should have been PR 249107. > Submitted by: Juraj Lutter > Added: > head/textproc/kibana7/files/patch-src_setup__node__env_prebuilt__dev__o= nly__entry.js (contents, props changed) > Deleted: > head/textproc/kibana7/files/patch-src_setup__node__env_index.js > Modified: > head/textproc/kibana7/Makefile (contents, props changed) > head/textproc/kibana7/distinfo (contents, props changed) > Modified: head/textproc/kibana7/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/textproc/kibana7/Makefile Thu Sep 10 13:50:29 2020 (r548204) > +++ head/textproc/kibana7/Makefile Thu Sep 10 13:52:10 2020 (r548205) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > PORTNAME=3D kibana > -PORTVERSION=3D 7.8.1 > +PORTVERSION=3D 7.9.1 > DISTVERSIONSUFFIX=3D -darwin-x86_64 > CATEGORIES=3D textproc www > MASTER_SITES=3D https://artifacts.elastic.co/downloads/kibana/ \ > @@ -14,7 +14,7 @@ COMMENT=3D Browser based analytics and search interface= =20 > LICENSE=3D APACHE20 > -RUN_DEPENDS=3D node10>=3D10.19.0:www/node10 > +RUN_DEPENDS=3D node10>=3D10.21.0:www/node10 > CONFLICTS=3D kibana[6]* > Modified: head/textproc/kibana7/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/textproc/kibana7/distinfo Thu Sep 10 13:50:29 2020 (r548204) > +++ head/textproc/kibana7/distinfo Thu Sep 10 13:52:10 2020 (r548205) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1595926163 > -SHA256 (kibana-7.8.1-darwin-x86_64.tar.gz) =3D 0f342fc98c75d22983001f77f= 29c02b07966176149aeb9ef14fa25e4d433de0e > -SIZE (kibana-7.8.1-darwin-x86_64.tar.gz) =3D 345687297 > +TIMESTAMP =3D 1599151442 > +SHA256 (kibana-7.9.1-darwin-x86_64.tar.gz) =3D 7f015bac5de3116bc3dd06fdc= 8a13cce11bf5b877aad9ef81e043d2db571448a > +SIZE (kibana-7.9.1-darwin-x86_64.tar.gz) =3D 304677115 > Added: head/textproc/kibana7/files/patch-src_setup__node__env_prebuilt__d= ev__only__entry.js > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/textproc/kibana7/files/patch-src_setup__node__env_prebuilt__dev_= _only__entry.js Thu Sep 10 13:52:10 2020 (r548205) > @@ -0,0 +1,9 @@ > +--- src/setup_node_env/prebuilt_dev_only_entry.js.orig 2020-08-22 12:22:= 07 UTC > ++++ src/setup_node_env/prebuilt_dev_only_entry.js > +@@ -28,4 +28,4 @@ require('symbol-observable'); > +=20 > + require('./root'); > +=20 > +-require('./node_version_validator'); > +\ No newline at end of file > ++//require('./node_version_validator'); --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKkBAEBCgCOFiEEVbCTpybDiFVxIrrVNqQMg7DW754FAl9aNU5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUQHGpybUBmcmVl YnNkLm9yZwAKCRA2pAyDsNbvnnaqD/992QgMzLPNpuzkin042gHuqijS+20+a4k3 BkbeqTDIIS8k4Y2PHscpZU5eeMikF9C7yH+3CNaM76sK8nrYlAqorcN0ytHzrd15 yUxP7KmH8gTpNd5o00bJEDIjz8jpdQABkVUNNa5PFvo6ARk/f4frWQqLHjjuBmHE mmlt85pd7weoaRzgclu8vgRAh0gbQtmwq/OQdF1ZF/j/3kNay/ixRXwLdvlzCSfP /zu+6qF/97Yo1B11ksNtt4SwZxU0Ywd2YPBc/xpupcBjF/MFw6D1TDhE9PwkEGgX K3T8eyr8UeLo8PIR+lE0b6NptXrx4T4LuADUmUX8ZwnGt8+2PkBupYXyLsHSvjoP LVZJe/4s9Ac4NFoUvBVwQ7ArExmjbBdaataowtlulzndIGKBp57XYLJoCUt/m188 358BQGRRdeYOa7KuRWy1nmtzFNodYSlwcDUKuByZxYUrJH4yGh4zgNr5uIGNCmdG QArdYzED6FIhmGC7ZZP1oy0d6CyRvISTH/3TKPh7RYGa5V0LR+hX51eM8v7MKnhW YEN+VGcsoPq9sl19YVIYWHPRvC7dNU73fq5RaGgiGjfQKuRaM6bijiTcJDyF8FQm dV8/kkaw35M3OLSL5uxkbaBfOmpSzuMhMHgtcuGYXwYdtrLqkNxlrQa75Yg6xxxd wMqJj+Sh9w== =O/+M -----END PGP SIGNATURE----- --=-=-=--