diff options
author | adam <adam@pkgsrc.org> | 2014-10-29 09:31:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-10-29 09:31:24 +0000 |
commit | c4c6f33de9fc3fbd32d6ba758ac2337fb495e139 (patch) | |
tree | f1bded207e6fd8e165900127e20ef01080fddc11 /www | |
parent | 83284cc50bed7755946505c2579bc25995617195 (diff) | |
download | pkgsrc-c4c6f33de9fc3fbd32d6ba758ac2337fb495e139.tar.gz |
Changes 6.1:
This release fix severals major issues and adds a new feature to disable weekly
reports with a new command line option --no-week-stat.
- Fix top domains report where url with port was reported in unknown
domains.
- Add --no-week-stat to disable weekly reports generation.
- Fix and update Ukrainian translation file.
- Save the last line parsed line when squid-analyzer is interrupted to
avoid loading twice the same data after restarting.
- Fix missing calendar menu on daily report.
- Fix problem with links to weekly summaries in SquidAnalyzer.pm.
- Add IO::Handle and FileHandle in Perl modules that should be loaded.
Diffstat (limited to 'www')
-rw-r--r-- | www/squidanalyzer/Makefile | 4 | ||||
-rw-r--r-- | www/squidanalyzer/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squidanalyzer/Makefile b/www/squidanalyzer/Makefile index 9a7a28926c8..3927630f9bf 100644 --- a/www/squidanalyzer/Makefile +++ b/www/squidanalyzer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/09/12 10:21:42 adam Exp $ +# $NetBSD: Makefile,v 1.6 2014/10/29 09:31:24 adam Exp $ -DISTNAME= squidanalyzer-6.0 +DISTNAME= squidanalyzer-6.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squid-report/} diff --git a/www/squidanalyzer/distinfo b/www/squidanalyzer/distinfo index b94b4650075..afb65c54fea 100644 --- a/www/squidanalyzer/distinfo +++ b/www/squidanalyzer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/09/12 10:21:42 adam Exp $ +$NetBSD: distinfo,v 1.5 2014/10/29 09:31:24 adam Exp $ -SHA1 (squidanalyzer-6.0.tar.gz) = 112c6b62518311305020e7bc55399753bf1ca454 -RMD160 (squidanalyzer-6.0.tar.gz) = 40de0187da19229f9431e3bdf2ec1f54c84a1149 -Size (squidanalyzer-6.0.tar.gz) = 145115 bytes +SHA1 (squidanalyzer-6.1.tar.gz) = 0334c2209845b2346cf057487cfd5ebfe1718083 +RMD160 (squidanalyzer-6.1.tar.gz) = cea53b4c394d967221dade97f901c6d0c152108d +Size (squidanalyzer-6.1.tar.gz) = 144400 bytes |