diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 10:22:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 10:22:27 +0000 |
commit | cad221110f641b2cd9e443717df5dce6e3cf01bf (patch) | |
tree | f24c60b48104eec335a8ac4e22e7c2e18d4f7d9c /www/awstats/distinfo | |
parent | 7767cd06673a8ac42d1c5d423216cc13462d07ae (diff) | |
download | pkgsrc-cad221110f641b2cd9e443717df5dce6e3cf01bf.tar.gz |
Update awstats to 6.2 and take maintainership.
Changes:
- awstats_updateall.pl: Added -excludeconf option
- Allow plugins to add entry in menu.
- Allow plugins to add charts with its own way to compile data inside
the update process.
- Added the geoip_region_maxmind and geoip_city_maxmind plugins.
- maillogconvert.pl: Support postfix 2.1 that change its log
format using NOQUEUE string instead of a number for mails that are
rejected before being queued.
- Little speed improvments.
- Counts javascript disabled browsers (A new MiscTracker feature).
- When a direct access to last line is successfull, awstats is directly
in mode "NewLine". No need to find a more recent record for this. This
means the NotSortedRecordTolerance works even between end and start
of updates.
- You can use a particular not used field in your log file to build
a personalized report with the ExtraSection feature. Just use a personalized
log format and use the tag %extraX (where X is a number) to name field you
want to use, then, in ExtraSection parmaters, you can use extraX to tell
wich info to use to extract data for building the chart.
- Support method "put" when analyzing ftp log files.
- Added a bold style around current day/month in label of charts.
- Bug fixes and documentation improvements.
Diffstat (limited to 'www/awstats/distinfo')
-rw-r--r-- | www/awstats/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/awstats/distinfo b/www/awstats/distinfo index e9deab9eac2..c4823f084a6 100644 --- a/www/awstats/distinfo +++ b/www/awstats/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/06/23 18:40:41 minskim Exp $ +$NetBSD: distinfo,v 1.5 2004/12/29 10:22:27 minskim Exp $ -SHA1 (awstats-6.1.tgz) = 80fbcf088b1a1d9519de0314fbbc1ec5e8c9f6db -Size (awstats-6.1.tgz) = 800275 bytes +SHA1 (awstats-6.2.tgz) = 8e1805eed85fb4983c91a9825aad2d856e9de8c8 +Size (awstats-6.2.tgz) = 860606 bytes |