pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/goaccess
Module Name: pkgsrc
Committed By: wiedi
Date: Sun Feb 4 20:00:52 UTC 2024
Modified Files:
pkgsrc/www/goaccess: Makefile distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/goaccess/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/goaccess/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/goaccess/Makefile
diff -u pkgsrc/www/goaccess/Makefile:1.38 pkgsrc/www/goaccess/Makefile:1.39
--- pkgsrc/www/goaccess/Makefile:1.38 Sat Dec 30 21:48:25 2023
+++ pkgsrc/www/goaccess/Makefile Sun Feb 4 20:00:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/12/30 21:48:25 zafer Exp $
+# $NetBSD: Makefile,v 1.39 2024/02/04 20:00:52 wiedi Exp $
-DISTNAME= goaccess-1.8.1
+DISTNAME= goaccess-1.9
CATEGORIES= www
MASTER_SITES= https://tar.goaccess.io/
Index: pkgsrc/www/goaccess/distinfo
diff -u pkgsrc/www/goaccess/distinfo:1.27 pkgsrc/www/goaccess/distinfo:1.28
--- pkgsrc/www/goaccess/distinfo:1.27 Wed Nov 15 16:04:06 2023
+++ pkgsrc/www/goaccess/distinfo Sun Feb 4 20:00:52 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2023/11/15 16:04:06 schmonz Exp $
+$NetBSD: distinfo,v 1.28 2024/02/04 20:00:52 wiedi Exp $
-BLAKE2s (goaccess-1.8.1.tar.gz) = c37ac838fd136fa9fdb19bb753aa6288b96bbbb05ff37f085ba0899a000294bb
-SHA512 (goaccess-1.8.1.tar.gz) = 96f0b73f13cfb77ad57748bce7d8791f8486bfd5ce47420d1c0016826a4deb9ab2d2742f4afd5d8b0eed003f9b596aae51f232fa71bf47f823b6ff8119f91354
-Size (goaccess-1.8.1.tar.gz) = 740177 bytes
+BLAKE2s (goaccess-1.9.tar.gz) = e5ea44497aa1b48b60249c0fcb825ce5707e2e8ae3cc356053f6c8554d02733b
+SHA512 (goaccess-1.9.tar.gz) = 9bcde1bf84d80d5ee2c25f60d5530df29d61936362bc340c5ef2f1f5305b3f91cce96839f761c4cbfa2c3373d0b8d6fb63906057b5c707ec8626ab0dc9850199
+Size (goaccess-1.9.tar.gz) = 743607 bytes
SHA1 (patch-Makefile.am) = e72d4ac63fd2f9f236ce1feae9b021db2128b725
SHA1 (patch-configure.ac) = 72bb96317458f27aa4549370d9ac99da9f59f1bd
SHA1 (patch-src_util.c) = 23a46cde8088df4aaf2b77ea7519c25cda904e26
Home |
Main Index |
Thread Index |
Old Index