diff options
author | wiedi <wiedi> | 2015-11-22 23:10:38 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2015-11-22 23:10:38 +0000 |
commit | 88325e18ca21398975afc173646e37c4958997c6 (patch) | |
tree | ce15a0edf5486332ef6b97cd644b5944ab91c21f | |
parent | c46dd4f3183908e7d221fff25523b17bed841b7b (diff) | |
download | pkgsrc-88325e18ca21398975afc173646e37c4958997c6.tar.gz |
Update www/goaccess to 0.9.6
Changes to GoAccess 0.9.6 - Tuesday, October 27, 2015
- Fixed segfault when appending data to a log (follow) without virtualhosts.
- Added command line option `--dcf` to view the default config file path.
- Added 'Darwin' to the list of OSs.
- Added the ability to ignore parsing status codes using `--ignore-status`.
Changes to GoAccess 0.9.5 - Thursday, October 22, 2015
- Added major performance improvements to the default storage when parsing and
storing data (~%44 less memory, ~37% faster).
- Added the ability to parse virtual hosts and a new panel to display metrics
per virtual host.
- Added the ability to parse HTTP/2 requests.
- Added the ability to use GNU getline() to parse full line requests.
- Added the ability to output debug info if a log file is specified, even
without `--enable-debug`.
- Added OS X 'El Capitan'.
- Added WebDav HTTP methods and HTTP status from RFC 2518 and RFC 3253.
- Fixed detection of some Googlebots.
- Fixed issue where time served metrics were not shown when loading persisted
data.
- Fixed linker error on OSX: ld: library not found for -lrt.
- Fixed percentage on the HTML output when excluding IPs.
- Removed GLib dependency and refactored storage functionality. By removing
this dependency, GoAccess is able to store data in a more efficient manner,
for instance, it avoids storing integer data as void* (generic typing), thus
greatly improving memory consumption for integers.
Changes to GoAccess 0.9.4 - Tuesday, September 08, 2015
- Fixed inability to parse color due to a missing POSIX extension. ERR: Invalid
bg/fg color pairs
- Added `%~` specifier to move forward through a log string until a non-space
char is found.
- Added the ability to parse static files containing a query string
`--all-static-files`.
- Added the ability to parse native Squid access.log format.
- Added the ability to log invalid requests to a file `--invalid-requests`.
- Added additional overall metric - total valid requests.
- Fixed a few issues in the configuration script.
-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 a9997bc0e6c..314dccd0f4b 100644 --- a/www/goaccess/Makefile +++ b/www/goaccess/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/08/28 12:53:47 wiedi Exp $ +# $NetBSD: Makefile,v 1.10 2015/11/22 23:10:38 wiedi Exp $ -DISTNAME= goaccess-0.9.3 +DISTNAME= goaccess-0.9.6 CATEGORIES= www MASTER_SITES= http://tar.goaccess.io/ diff --git a/www/goaccess/distinfo b/www/goaccess/distinfo index 0ab78626602..a9d93efd804 100644 --- a/www/goaccess/distinfo +++ b/www/goaccess/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 02:46:54 agc Exp $ +$NetBSD: distinfo,v 1.9 2015/11/22 23:10:38 wiedi Exp $ -SHA1 (goaccess-0.9.3.tar.gz) = e2ec5b4a115f4dcb73bc3bf80207b6c220918165 -RMD160 (goaccess-0.9.3.tar.gz) = 619fa3a353438fbc88500243ba7dbfae19329c8b -SHA512 (goaccess-0.9.3.tar.gz) = 624e6ae50d08550440b7f76573003f50a01fe7d0b74302ac89e3281cd7c8b1e541a4e01211dfa41c687c9485b6b1d72ac8b2ed9a9e0c7dcddf1b1c0c7dee33f8 -Size (goaccess-0.9.3.tar.gz) = 251178 bytes +SHA1 (goaccess-0.9.6.tar.gz) = 65dda7607c339cee55718dc85d23b71e4d5dc964 +RMD160 (goaccess-0.9.6.tar.gz) = e68afb00c0dd38fd7a2e275c402286b333f9f5a5 +SHA512 (goaccess-0.9.6.tar.gz) = bd7cc2a192a45d644e3d3929ffe687fa014a43dbce3e0a6d3e86e25081d1f2779b389b4704afc7ec4b2e3644213ef3e156d01f0d536d66d2e9d74cdcf6517cf6 +Size (goaccess-0.9.6.tar.gz) = 266892 bytes SHA1 (patch-Makefile.am) = 8bb0bbd6595be0ac32ecbc7990716a24092504f0 |