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:   schmonz
Date:           Wed Nov 15 16:04:06 UTC 2023

Modified Files:
        pkgsrc/www/goaccess: Makefile distinfo
Removed Files:
        pkgsrc/www/goaccess/patches: patch-src_parser.c

Log Message:
goaccess: update to 1.8.1. Changes:

1.8.1:

- Added latest Android and macOS versions to the list of OSs.
- Fixed issue when trying to apply a regex on an invalid value (HTML report).
- Fixed issue with D3.js xScale.domain() going out of boundaries in certain
  cases.
- Prevent setting default static files when no static-file options are
  defined in config file.

1.8:

- Added dual-stack support to the WebSocket server.
- Added Debian Bookworm to the official deb repo.
- Added Ubuntu Lunar to the official deb repo.
- Fixed compiler error on macOS 10.12.
- Updated bootstrap to v3.4.
- Updated FontAwesome with additional icons for upcoming major release.
- Updated Japanese translation.
- Updated OS display from Macintosh to macOS.
- Updated to D3.js v7 (latest) including charts.js code.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/goaccess/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/goaccess/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/www/goaccess/patches/patch-src_parser.c

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.36 pkgsrc/www/goaccess/Makefile:1.37
--- pkgsrc/www/goaccess/Makefile:1.36   Tue Oct 24 22:11:27 2023
+++ pkgsrc/www/goaccess/Makefile        Wed Nov 15 16:04:06 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/10/24 22:11:27 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2023/11/15 16:04:06 schmonz Exp $
 
-DISTNAME=      goaccess-1.7.2
-PKGREVISION=   1
+DISTNAME=      goaccess-1.8.1
 CATEGORIES=    www
 MASTER_SITES=  http://tar.goaccess.io/
 

Index: pkgsrc/www/goaccess/distinfo
diff -u pkgsrc/www/goaccess/distinfo:1.26 pkgsrc/www/goaccess/distinfo:1.27
--- pkgsrc/www/goaccess/distinfo:1.26   Wed Jun  7 15:03:08 2023
+++ pkgsrc/www/goaccess/distinfo        Wed Nov 15 16:04:06 2023
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.26 2023/06/07 15:03:08 schmonz Exp $
+$NetBSD: distinfo,v 1.27 2023/11/15 16:04:06 schmonz Exp $
 
-BLAKE2s (goaccess-1.7.2.tar.gz) = 9598c8a08d59b9a8bd09077815542d782109b43a4c0b289752791c1a00c19410
-SHA512 (goaccess-1.7.2.tar.gz) = 0e057c9d49d5a9189af0b8f12e867d4402326ca0d2f562771b4d2c73fcfc2e5d79a826465ee56e03e036fbcddb7c6171005cd06ba28a2c25fc1683fe37bd59a7
-Size (goaccess-1.7.2.tar.gz) = 679321 bytes
+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
 SHA1 (patch-Makefile.am) = e72d4ac63fd2f9f236ce1feae9b021db2128b725
 SHA1 (patch-configure.ac) = 72bb96317458f27aa4549370d9ac99da9f59f1bd
-SHA1 (patch-src_parser.c) = cb68cb145dd17007697241cac1f495ce7e66ad3c
 SHA1 (patch-src_util.c) = 23a46cde8088df4aaf2b77ea7519c25cda904e26



Home | Main Index | Thread Index | Old Index