diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-03-17 00:39:25 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-03-17 00:39:25 +0000 |
commit | 8d3f7e3f03687cc44f8cd35f9a991e1cc76c89d4 (patch) | |
tree | 27a8f7eb02ee50b29c23639cbd7bebcb8c0ff381 /www | |
parent | 509f915ef4d2206a73bb1b6c9fb29d248f6d3bc1 (diff) | |
download | pkgsrc-8d3f7e3f03687cc44f8cd35f9a991e1cc76c89d4.tar.gz |
Update www/goaccess to 0.9.8
Changes to GoAccess 0.9.8 - Monday, February 29, 2016
- Added a more complete list of static extensions to the config file.
- Added Android 6.0 Marshmallow to the list of OSs.
- Added the ability to scroll through panels on TAB with option to disable it
--no-tab-scroll.
- Added the first and last log dates to the overall statistics panel.
- Ensure GoAccess links correctly against libtinfo.
- Ensure static content is case-insensitive verified.
- Fixed bandwidth overflow issue (numbers > 2GB on non-x86_64 arch).
- Fixed broken HTML layout when html-method/protocol is missing in config file.
- Refactored parsing and display of available modules/panels.
Diffstat (limited to 'www')
-rw-r--r-- | www/goaccess/Makefile | 4 | ||||
-rw-r--r-- | www/goaccess/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/goaccess/Makefile b/www/goaccess/Makefile index 93118c954c9..f052a3feeb2 100644 --- a/www/goaccess/Makefile +++ b/www/goaccess/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/02/21 15:45:01 wiedi Exp $ +# $NetBSD: Makefile,v 1.12 2016/03/17 00:39:25 wiedi Exp $ -DISTNAME= goaccess-0.9.7 +DISTNAME= goaccess-0.9.8 CATEGORIES= www MASTER_SITES= http://tar.goaccess.io/ diff --git a/www/goaccess/distinfo b/www/goaccess/distinfo index 7000496e605..0cf9ba3cd8a 100644 --- a/www/goaccess/distinfo +++ b/www/goaccess/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2016/02/21 15:45:01 wiedi Exp $ +$NetBSD: distinfo,v 1.11 2016/03/17 00:39:25 wiedi Exp $ -SHA1 (goaccess-0.9.7.tar.gz) = 5a46bb1f849be150160397b902a6783e8525557f -RMD160 (goaccess-0.9.7.tar.gz) = be6dd4062f52523611a3dfb4c719891bb1ec6f06 -SHA512 (goaccess-0.9.7.tar.gz) = 27c54401fb5ce086f191c8a1ba0a86b6c155469a3f412be64924f3fa3a80f3e04541c805fb98539b47872d06cf4e2c89150c20351d08c68139c63b17de17adb8 -Size (goaccess-0.9.7.tar.gz) = 270009 bytes +SHA1 (goaccess-0.9.8.tar.gz) = 35d3cd6004c566e017d3e2702d5fc0f566655766 +RMD160 (goaccess-0.9.8.tar.gz) = fcf5ff2b905f9ee1047d00ef3b674e5570a8db47 +SHA512 (goaccess-0.9.8.tar.gz) = 40ce161c14f058d5482b90c1fe9c88a7ca8abf063bc041597b23390c5715466bde9bda58beb6e5b61d578a0f7b7d7860a9b3d2056812cc96564d3208e17703e1 +Size (goaccess-0.9.8.tar.gz) = 277618 bytes SHA1 (patch-Makefile.am) = 8bb0bbd6595be0ac32ecbc7990716a24092504f0 |