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:           Sat Jun 10 16:17:07 UTC 2017

Modified Files:
        pkgsrc/www/goaccess: Makefile distinfo

Log Message:
Update goaccess to 1.2

Changes to GoAccess 1.2 - Tuesday, March 07, 2017

  - Added a Dockerfile.
  - Added Amazon S3 bucket name as a VirtualHost (server block).
  - Added a replacement for GNU getline() to dynamically expand line buffer
    while maintaining real-time output.
  - Added --daemonize command line option to run GoAccess as daemon.
  - Added several improvements to the HTML report on small-screen devices.
  - Added option to the HTML report to auto-hide tables on small-screen
    devices.
  - Added --process-and-exit command line option to parse log and exit.
  - Added several feed readers to the list of browsers.
  - Added "-" single dash per convention to read from the standard input.
  - Added support for MaxMind GeoIP2.
  - Added the ability to read and follow from a pipe such as
    "tail -f access.log | goaccess -"
  - Added the ability to specify multiple logs as input sources, e.g.:
    "goaccess access.log access.log.1" while maintaining real-time output.
  - Added time unit (seconds) to the processed time label in the HTML/terminal
    output.
  - Added visitors' percent column to the terminal dashboard.
  - Changed D3 charts to dim Y-axis on mouseover.
  - Changed D3 charts to reflect HTML column sort.
  - Changed D3 charts to render only if within the viewport. This improves the
    overall real-time HTML performance.
  - Changed HTML report tables to render only if within the viewport.
  - Changed percentage calculation to be based on the total within each panel.
  - Ensure start/end dates are updated real-time in the HTML output.
  - Ensure "window.location.hostname" is used as the default WS server host.
    In most cases, this should avoid the need for specifying "--ws-url=host".
    Simply using "--real-time-html" should suffice.
  - Fixed issue on HTML report to avoid outputting scientific notation for all
    byte sizes.
  - Fixed integer overflow when calculating bar graph length on terminal
    output.
  - Fixed issue where global config file would override command line arguments.
  - Fixed issue where it wouldn't allow loading from disk without specifying a
    file when executed from the cron.
  - Fixed issue where parser couldn't read some X-Forwarded-For (XFF) formats.
    Note that this breaks compatibility with the original implementation of
    parsing XFF, but at the same time it gives much more flexibility on different
    formats.
  - Fixed issue where specifying fifo-in/out wouldn't allow HTML real-time
    output.
  - Fixed issue where the wrong number of parsed lines upon erroring out was
    displayed.
  - Fixed issue where the WebSocket server prevented to establish a connection
    with a client due to invalid UTF-8 sequences.
  - Fixed percent issue when calculating visitors field.
  - Updated the list of crawlers.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/goaccess/Makefile
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/www/goaccess/Makefile:1.16
--- pkgsrc/www/goaccess/Makefile:1.15   Fri Dec  2 23:22:38 2016
+++ pkgsrc/www/goaccess/Makefile        Sat Jun 10 16:17:07 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/12/02 23:22:38 wiedi Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/10 16:17:07 wiedi Exp $
 
-DISTNAME=      goaccess-1.1.1
+DISTNAME=      goaccess-1.2
 CATEGORIES=    www
 MASTER_SITES=  http://tar.goaccess.io/
 

Index: pkgsrc/www/goaccess/distinfo
diff -u pkgsrc/www/goaccess/distinfo:1.13 pkgsrc/www/goaccess/distinfo:1.14
--- pkgsrc/www/goaccess/distinfo:1.13   Fri Dec  2 23:22:38 2016
+++ pkgsrc/www/goaccess/distinfo        Sat Jun 10 16:17:07 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2016/12/02 23:22:38 wiedi Exp $
+$NetBSD: distinfo,v 1.14 2017/06/10 16:17:07 wiedi Exp $
 
-SHA1 (goaccess-1.1.1.tar.gz) = 8f79d90ea3e423f85aadf45528340a6547ab83f0
-RMD160 (goaccess-1.1.1.tar.gz) = 9ba50c2428dd54980fb6e3fdc6c57372aaf8e66b
-SHA512 (goaccess-1.1.1.tar.gz) = 5ceb21754721603fa6422436fcac158bf3ea0ec54680851ceb6616a3385a2ad1ce38670b3cea62e14178e71c32999260fefbc29a82b115b1a1a30010879184d2
-Size (goaccess-1.1.1.tar.gz) = 412635 bytes
+SHA1 (goaccess-1.2.tar.gz) = 4c12796ff5afd14f359b1f638fc51c4007db1e3c
+RMD160 (goaccess-1.2.tar.gz) = 79db6509d6e10a4ecb5199e637b8e1663cd7e599
+SHA512 (goaccess-1.2.tar.gz) = bc31ef1e4c92608635856fa73e69b58267c161a7e3c6f2e3ca8860b862ed1c47575b93943dd975a5f8503774ee90ee0649d380563639e30908d876416638f889
+Size (goaccess-1.2.tar.gz) = 423103 bytes
 SHA1 (patch-Makefile.am) = 780091c644a7d4d6e8311f0cbdef0146796df602
 SHA1 (patch-configure.ac) = e9e6c47f579c11bb03a625b2854c6540f2fb877b



Home | Main Index | Thread Index | Old Index