Path to this page:
Subject: CVS commit: pkgsrc/www/goaccess
From: Sebastian Wiedenroth
Date: 2024-02-04 21:00:52
Message id: 20240204200052.92B47FA42@cvs.NetBSD.org
Log Message:
goaccess: update to 1.9
Changes to GoAccess 1.9 - Tuesday, January 30, 2024
- Added multi-threaded log processing with '--jobs=<num>' for a boost in
parsing speed, achieving an improvement ranging from 1.26 to 3.65x faster.
- Added the 'SEARCH' method to the list of HTTP request methods.
- Added compatibility to include the Traefik log format.
- Added the ability to gracefully handle SIGQUIT as a signal for shutdown.
- Altered WebSocket server initialization, ensuring it takes place after
log-format checks.
- Deprecated '--output-format'; now, only the '--output' option is
permissible.
- Implemented mutex locking to prevent a TZ environment race condition.
- Fixed a potential heap overflow when checking a request for bots.
- Fixed sorting of child items on HTML panels when sorting a column via the
UI.
- Fixed an issue where, in some cases, the referer host wouldn't be extracted
properly
- Fixed the miscategorization of Android 12.1 under operating systems.
- Fixed TUI and temporarily ignored SIGINT during subdialog execution via
Ctrl+C.
- Updated the list of browsers/bots.
Files: