diff options
author | adam <adam@pkgsrc.org> | 2013-12-02 08:08:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-12-02 08:08:01 +0000 |
commit | a6d8c49c9d3ca2309df7eb5e9a804d18bd3c48a5 (patch) | |
tree | e6ac80baf67fe03a95e3318208ed71f761dc95bb | |
parent | 8729655e03a2fbd5a875ae0d25059a5fcb47e7c4 (diff) | |
download | pkgsrc-a6d8c49c9d3ca2309df7eb5e9a804d18bd3c48a5.tar.gz |
Changes 5.3:
This release fixes several bugs and adds two new pie charts about the most use top second level domains. It is also possible to do DNS lookup of Ip addresses inside SquidAnalyzer, see UseClientDNSName new configuration directive. This can slow down dramatically the squid-analyzer performances but you can adjust the DNS lookup timeout to prevent waiting slow DNS server, see DNSLookupTimeout new configuration directive.
- Update and fix first and second top level domain name.
- Add new directive DNSLookupTimeout to change the default timeout for
DNS lookup. Add 0.0001 second timeout when SquidAnalyzer look for a DNS
name and can't find a name server.
- Add pie chart of top second level domains.
- Fix some HTML tag issues and table ordering on Top domain hits and Top
url hits.
- Update INSTALL file to remove GD::Graph requirements.
- Change underscore used to replace space in user name by the special
string _SPC_ so that underscore will not be wrongly replaced on HTML
output.
- Fix pt_BR translation with charset to utf-8 and a few words with
accentuation fix.
- Allow Ip addresses on user names to be replaced by their DNS name, this
feature is activated by a new directive: UseClientDNSName.
- Add missing description of --no-year-stat option to documentation and
squid-analyzer usage.
-rw-r--r-- | www/squidanalyzer/Makefile | 5 | ||||
-rw-r--r-- | www/squidanalyzer/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/squidanalyzer/Makefile b/www/squidanalyzer/Makefile index 6aa6332531e..6e4c1941d1e 100644 --- a/www/squidanalyzer/Makefile +++ b/www/squidanalyzer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/09/03 10:08:25 adam Exp $ +# $NetBSD: Makefile,v 1.2 2013/12/02 08:08:01 adam Exp $ -DISTNAME= squidanalyzer-5.2 +DISTNAME= squidanalyzer-5.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squid-report/} @@ -15,6 +15,7 @@ USE_LANGUAGES= # empty USE_TOOLS+= perl:run REPLACE_PERL+= squid-analyzer +BUILD_DEFS+= VARBASE PERL5_PACKLIST= auto/SquidAnalyzer/.packlist MAKE_PARAMS+= BINDIR=${PREFIX}/bin MAKE_PARAMS+= CONFDIR=${EGDIR} diff --git a/www/squidanalyzer/distinfo b/www/squidanalyzer/distinfo index 828fa300611..3d1cbad842c 100644 --- a/www/squidanalyzer/distinfo +++ b/www/squidanalyzer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2013/09/03 10:08:25 adam Exp $ +$NetBSD: distinfo,v 1.2 2013/12/02 08:08:01 adam Exp $ -SHA1 (squidanalyzer-5.2.tar.gz) = a11eaecb3e152373ea3fc3da8ba0511f47dd6cef -RMD160 (squidanalyzer-5.2.tar.gz) = 8b7e5aa350ad5e15a5c5d88b86bf2fb97bff45b1 -Size (squidanalyzer-5.2.tar.gz) = 144481 bytes +SHA1 (squidanalyzer-5.3.tar.gz) = 4e266c179d104cd78c60f873b7d0fd78064fe3f4 +RMD160 (squidanalyzer-5.3.tar.gz) = 4aae5a45ef85ad42494cea8fac27a6d282acb2ef +Size (squidanalyzer-5.3.tar.gz) = 151135 bytes SHA1 (patch-Makefile.PL) = 474b2fd61e911d5b4d301331d1391ccd40601c2e |