Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.17.11_1 02 Nov 2023 15:25:44 |
Muhammad Moinur Rahman (bofh) |
textproc/kibana7: Remove expired port
2023-10-30 textproc/kibana7: Depends on EOL NodeJS 16 |
7.17.11_1 30 Sep 2023 02:23:00 |
Muhammad Moinur Rahman (bofh) |
textproc/kibana7: Mark DEPRECATED
- Depends on www/node16 which has reached End of Life
- Set EXPIRATION_DATE 2023-10-30
Approved by: portmgr (blanket) |
7.17.11_1 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
7.17.11 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
textproc/kibana7: Fix build with abseil 20230125.0+ and re2 20230601+ |
7.17.11 09 Jul 2023 20:12:17 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.17.11
Release notes:
https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.11.html |
7.17.9_1 02 May 2023 19:58:21 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
7.17.9 03 Feb 2023 10:08:48 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.17.9
Release notes:
https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.9.html |
7.17.8 13 Dec 2022 16:59:57 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.17.8
Release notes:
https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.8.html |
7.17.7 10 Nov 2022 21:59:49 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.17.7
Release notes:
https://www.elastic.co/guide/en/kibana/7.17/release-notes-7.17.7.html |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.17.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.17.3 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.17.3 07 May 2022 13:30:05 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.17.3 |
7.16.3 16 Jan 2022 09:03:28 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.16.3
Release notes:
https://www.elastic.co/guide/en/kibana/7.16/release-notes-7.16.3.html |
7.16.2 21 Dec 2021 09:49:42 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.16.2
Release notes:
https://www.elastic.co/guide/en/kibana/7.16/release-notes-7.16.2.html |
7.15.2 14 Nov 2021 17:18:20 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.15.2 |
7.15.1_2 12 Nov 2021 05:54:51 |
Matthias Fechner (mfechner) |
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790 |
7.15.1_1 26 Oct 2021 14:22:52 |
Juraj Lutter (otis) |
textproc/kibana7: Use proper pid.file location
Fix 4fc5b7999a4a28d337226c6529f18ea00167122d by specifying
a proper path to kibana pid file. |
7.15.1_1 26 Oct 2021 13:53:23 |
Juraj Lutter (otis) |
textproc/kibana7: Fix restart and stop
Kibana now spawns two processes instead of one. The scenario looks like:
P1 /usr/sbin/daemon
P2 ${PREFIX}/bin/node ...
P3 ${PREFIX}/bin/node ...
It is not enough to kill P1 or P2, process P3 must be sent TERM signal.
Instruct process P3 to write its pid to a file specified by pid.file
config parameter.
Write P1's pid to /var/run/${name}-daemon.pid and instruct kibana to
write its the proper (P3) pid into /var/run/kibana.pid and also
check for proper process name.
And while here, also install a symlink for Node.js binary to
allow kibana utilities to work. |
7.15.1 24 Oct 2021 22:37:50 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.15.1
- Update to 7.15.1
- Require node 14.17.6 or higher |
7.14.0 21 Oct 2021 15:40:39 |
Stefan Eßer (se) |
textproc/kibana7: Add CPE information
Approved by: portmgr (blanket) |
7.14.0 11 Aug 2021 14:40:53 |
Juraj Lutter (otis) |
elasticsearch7: Re-add Created by lines
Add back "Created by" lines unintentionally removed during
update. |
7.14.0 05 Aug 2021 15:29:31 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.14.0 |
7.13.4 02 Aug 2021 11:55:10 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.13.4 |
7.13.2 06 Jul 2021 20:44:38 |
Juraj Lutter (otis) |
textproc/kibana7: Update to 7.13.2
- Update to 7.13.2
- kibana since 7.13.0 ships with re2.node shared library
built for Linux, Windows or Darwin. Build a native one
for FreeBSD as a part of the port build. This involves:
- Build node-nan
- Build node-re2
- Fix memleak [1]
PR: 253314 [1] |
7.10.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
7.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.10.1 24 Mar 2021 13:34:36 |
rene |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
7.10.1 30 Dec 2020 13:24:54 |
otis |
textproc/kibana7: Update to 7.10.1
Changelog at:
https://www.elastic.co/guide/en/kibana/7.10/release-notes-7.10.1.html
And while here, also reformat Makefile according to portfmt and portclippy
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D27819 |
7.10.0_1 06 Dec 2020 15:39:58 |
mikael |
textproc/kibana7: Fix rc script
PR: 251494
Submitted by: Boris Korzun
Approved by: Juraj Lutter (maintainer) |
7.10.0 29 Nov 2020 16:10:53 |
mikael |
textproc/kibana7: Update to 7.10.0
Changes: https://www.elastic.co/guide/en/kibana/7.10/release-notes-7.10.0.html
PR: 251353
Submitted by: Juraj Lutter (maintainer) |
7.9.3 27 Oct 2020 05:01:55 |
tcberner |
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 (Only the first 15 lines of the commit message are shown above ) |
7.9.2 03 Oct 2020 20:07:42 |
tcberner |
textproc/kibana7: Update to 7.9.2
Changelog since 7.9.1:
* Enhancement
- Machine Learning
- Improves performance of job exists check
* Bug fixes
- Alerting
- Fixes alerts unable to create or update when the name has trailing
whitepace
- Machine Learning
- Swim lane pagination for viewing by job ID
- Fixes custom URLs processing for security app
- Management
- Fixes an issue in Snapshot and Restore UI where creating a policy,
repository, or snapshot with a special character, like a colon, in the name
would result in a 404 when viewing details or editing any of the aforementioned
- Indices that contain the characters % { [ @ no longer cause a 405
error in Index Management (Only the first 15 lines of the commit message are shown above ) |
7.9.1 10 Sep 2020 13:52:10 |
jrm |
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've been getting
reports on gaps where these images don't provide all the configuration
knobs the other artifacts do. This release exposes more environment
variables for configuring proxy support and certificate verification
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 (Only the first 15 lines of the commit message are shown above ) |
7.8.1 09 Aug 2020 00:03:54 |
glewis |
Update to 7.8.1
PR: 248362
Submitted by: Juraj Lutter <juraj@lutter.sk> |
7.7.1 13 Jun 2020 22:55:01 |
glewis |
Update to 7.7.1 |
7.6.2 25 Apr 2020 18:39:54 |
glewis |
* Update to 7.6.2
* Be more liberal about the version of node10 allowed [1]
PR: 245761 [1]
Submitted by: Sven R <admin@hackacad.net> [1] |
7.6.1 12 Mar 2020 23:59:13 |
glewis |
Add a port of Kibana 7.x
PR: 237374
Submitted by: Miroslav Lachman <000.fbsd@quip.cz> |