Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E11677ABF7 for ; Thu, 17 Mar 2016 00:39:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 94E9285F27; Thu, 17 Mar 2016 00:39:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 233D585EFB for ; Thu, 17 Mar 2016 00:39:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hi0k_H4HvjnP for ; Thu, 17 Mar 2016 00:39:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA2AC84C6C for ; Thu, 17 Mar 2016 00:39:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1C35FBB7; Thu, 17 Mar 2016 00:39:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 17 Mar 2016 00:39:25 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/www/goaccess To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160317003925.C1C35FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiedi Date: Thu Mar 17 00:39:25 UTC 2016 Modified Files: pkgsrc/www/goaccess: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/goaccess/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/goaccess/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.