Wed Oct 21 09:39:10 2015 UTC ()
Changes 6.3.1:
This release adds a new report to show statistics about Denied URLs. It also allow to add a SquidGuard log to the list of log files and to report blocked URLs into the Denied reports. It ialso adds a pie chart on SquidGuard ACLs use.

There's also four new configuration directives:

  - UserReport to be able to remove any user related reports but statistics
    about URL and domains will remain.
  - ExcludedCodes to be able to exclude some log entries following the TCP
    code returned.
  - UrlHitsOnly to be able to enable the generation of additional HTML tables
    with top Url per byte and per duration in Top Urls and Domains report.
  - MaxFormatError to not exit immediatly when a bad format error is encountered. SquidAnalyzer will
    wait MaxFormatError before exiting.


(adam)
diff -r1.8 -r1.9 pkgsrc/www/squidanalyzer/Makefile
diff -r1.4 -r1.5 pkgsrc/www/squidanalyzer/PLIST
diff -r1.6 -r1.7 pkgsrc/www/squidanalyzer/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/www/squidanalyzer/Makefile (expand / switch to unified diff)

--- pkgsrc/www/squidanalyzer/Makefile 2015/06/12 10:52:15 1.8
+++ pkgsrc/www/squidanalyzer/Makefile 2015/10/21 09:39:10 1.9
@@ -1,30 +1,27 @@ @@ -1,30 +1,27 @@
1# $NetBSD: Makefile,v 1.8 2015/06/12 10:52:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2015/10/21 09:39:10 adam Exp $
2 2
3DISTNAME= squidanalyzer-6.2-1 3DISTNAME= squidanalyzer-6.3-1
4PKGNAME= squidanalyzer-6.2.1 4PKGNAME= squidanalyzer-6.3.1
5PKGREVISION= 1 
6CATEGORIES= www 5CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squid-report/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squid-report/}
8 7
9MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
10HOMEPAGE= http://squidanalyzer.darold.net/ 9HOMEPAGE= http://squidanalyzer.darold.net/
11COMMENT= Squid proxy native log analyser and reports generator 10COMMENT= Squid proxy native log analyser and reports generator
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14DEPENDS+= p5-GD-Graph3d>=0.63:../../graphics/p5-GD-Graph3d 13DEPENDS+= p5-GD-Graph3d>=0.63:../../graphics/p5-GD-Graph3d
15 14
16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:R} 
17 
18USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
19USE_TOOLS+= perl:run 16USE_TOOLS+= perl:run
20REPLACE_PERL+= squid-analyzer 17REPLACE_PERL+= squid-analyzer
21 18
22BUILD_DEFS+= VARBASE 19BUILD_DEFS+= VARBASE
23PERL5_PACKLIST= auto/SquidAnalyzer/.packlist 20PERL5_PACKLIST= auto/SquidAnalyzer/.packlist
24MAKE_PARAMS+= BINDIR=${PREFIX}/bin 21MAKE_PARAMS+= BINDIR=${PREFIX}/bin
25MAKE_PARAMS+= CONFDIR=${EGDIR} 22MAKE_PARAMS+= CONFDIR=${EGDIR}
26MAKE_PARAMS+= DESTDIR=${DESTDIR} 23MAKE_PARAMS+= DESTDIR=${DESTDIR}
27MAKE_PARAMS+= ETCDIR=${PKG_SYSCONFDIR} 24MAKE_PARAMS+= ETCDIR=${PKG_SYSCONFDIR}
28MAKE_PARAMS+= HTMLDIR=${PREFIX}/share/squidanalyzer 25MAKE_PARAMS+= HTMLDIR=${PREFIX}/share/squidanalyzer
29MAKE_PARAMS+= LOGFILE=${VARBASE}/squid/access.log 26MAKE_PARAMS+= LOGFILE=${VARBASE}/squid/access.log
30MAKE_PARAMS+= MANDIR=${PREFIX}/${PKGMANDIR}/man3 27MAKE_PARAMS+= MANDIR=${PREFIX}/${PKGMANDIR}/man3

cvs diff -r1.4 -r1.5 pkgsrc/www/squidanalyzer/PLIST (expand / switch to unified diff)

--- pkgsrc/www/squidanalyzer/PLIST 2015/02/25 11:43:54 1.4
+++ pkgsrc/www/squidanalyzer/PLIST 2015/10/21 09:39:10 1.5
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1@comment $NetBSD: PLIST,v 1.4 2015/02/25 11:43:54 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2015/10/21 09:39:10 adam Exp $
2bin/squid-analyzer 2bin/squid-analyzer
3man/man3/squid-analyzer.3 3man/man3/squid-analyzer.3
4share/examples/squidanalyzer/excluded 4share/examples/squidanalyzer/excluded
5share/examples/squidanalyzer/included 5share/examples/squidanalyzer/included
 6share/examples/squidanalyzer/lang/ca_CA.txt
6share/examples/squidanalyzer/lang/cs_CZ.txt 7share/examples/squidanalyzer/lang/cs_CZ.txt
7share/examples/squidanalyzer/lang/de_DE.txt 8share/examples/squidanalyzer/lang/de_DE.txt
8share/examples/squidanalyzer/lang/en_US.txt 9share/examples/squidanalyzer/lang/en_US.txt
9share/examples/squidanalyzer/lang/es_ES.txt 10share/examples/squidanalyzer/lang/es_ES.txt
10share/examples/squidanalyzer/lang/fr_FR.txt 11share/examples/squidanalyzer/lang/fr_FR.txt
11share/examples/squidanalyzer/lang/it_IT.txt 12share/examples/squidanalyzer/lang/it_IT.txt
12share/examples/squidanalyzer/lang/pl_PL.txt 13share/examples/squidanalyzer/lang/pl_PL.txt
13share/examples/squidanalyzer/lang/pt_BR.txt 14share/examples/squidanalyzer/lang/pt_BR.txt
14share/examples/squidanalyzer/lang/ru_RU.txt 15share/examples/squidanalyzer/lang/ru_RU.txt
15share/examples/squidanalyzer/lang/uk_UA.txt 16share/examples/squidanalyzer/lang/uk_UA.txt
16share/examples/squidanalyzer/network-aliases 17share/examples/squidanalyzer/network-aliases
17share/examples/squidanalyzer/squidanalyzer.conf 18share/examples/squidanalyzer/squidanalyzer.conf
18share/examples/squidanalyzer/user-aliases 19share/examples/squidanalyzer/user-aliases

cvs diff -r1.6 -r1.7 pkgsrc/www/squidanalyzer/distinfo (expand / switch to unified diff)

--- pkgsrc/www/squidanalyzer/distinfo 2015/02/25 11:43:54 1.6
+++ pkgsrc/www/squidanalyzer/distinfo 2015/10/21 09:39:10 1.7
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.6 2015/02/25 11:43:54 adam Exp $ 1$NetBSD: distinfo,v 1.7 2015/10/21 09:39:10 adam Exp $
2 2
3SHA1 (squidanalyzer-6.2-1.tar.gz) = 05ae554b0e695b9cffaf36fb1416286a4dee45c0 3SHA1 (squidanalyzer-6.3-1.tar.gz) = aa60cf58b6a95a23415118b00e618f0a801f688e
4RMD160 (squidanalyzer-6.2-1.tar.gz) = f0c5dc14d1138d26e425e72aaf61cf6eccb24f53 4RMD160 (squidanalyzer-6.3-1.tar.gz) = 3d9bcb30a7fec2da7e8003e80ad409590a00d6d9
5Size (squidanalyzer-6.2-1.tar.gz) = 147794 bytes 5SHA512 (squidanalyzer-6.3-1.tar.gz) = 394ef4d7b182b8ba9fd00ef8c25f0a74cbb2c4a4ee927064a584c27a65a618e03af14f90fa78c97c66049d8e916d1d7b06daf9fd6d08169a6e2ed1c5c80618eb
 6Size (squidanalyzer-6.3-1.tar.gz) = 155160 bytes
6SHA1 (patch-Makefile.PL) = c9c916c929d8349c6d4aa0d904ec8783c54995d0 7SHA1 (patch-Makefile.PL) = c9c916c929d8349c6d4aa0d904ec8783c54995d0