2005-08-14 17:33:44 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Update awstats to 6.4.
Changes:
- Add option ShowSummary.
- If Geoip plugin is enabled, add a column in Host report.
- Other minor changes on geoip and hostinfo plugins to enhance look.
- If LogFormat is 2, AWStats autodetect log format change.
- Add a way to set ArchiveLogRecords with same tags than LogFile to
add suffix to archived log files.
- Fix security hole that allowed a user to read log file content even
when plugin rawlog was not enabled.
- Fix a possible use of AWStats for a DoS attack.
- Fix errors for setup to analyze media servers.
- If there is no referer field in the log format, do not use them in the
errors reports.
- Label of real player ("media player", not "audio player")
- configdir option was broken on windows servers (Pb on Sanitize function
on windows local use).
- Minor fixes.
- Fix: [ 1094056 ] Bad html-output for maillogs
- Fix: [ 1094060 ] More bad html/xml output
- Fix: [ 1100550 ] Missing flag icon for euskera
- Fix: [ 1111817 ] AllowToUpdateStatsFromBrowser defaults to 1 contrary
to docs
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 15:08:42 by Thomas Klausner | Files touched by this commit (277) |
Log message:
Add RMD160 checksums.
|
2005-02-15 22:13:34 by Soren Jacobsen | Files touched by this commit (2) |
Log message:
Drop trailing whitespace.
|
2005-02-15 16:55:25 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Security fix for http://www.securityfocus.com/archive/1/390368.
Patches from awstats CVS.
Bump PKGREVISION.
|
2005-02-13 16:29:15 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Bump PKGREVISION due to distfile change.
This fixes PR pkg/29210.
|
2005-01-26 16:55:41 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Distfile changed without bumping the version number. Noted by adrianp@.
diff(1) shows that some default values have been changed.
Set DIST_SUBDIR and bump PKGREVISION.
|
2005-01-19 13:49:33 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Correct PLIST and file permission. Noted by salo@.
Bump PKGREVISION.
|
2005-01-18 14:37:26 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Update awstats to 6.3.
Changes:
New features/improvements:
- Added the geoip_isp_maxmind and geoip_org_maxmind plugin.
- Details firefox versions.
Fixes:
- The geoip_city_maxmind plugin was sometimes bind and towns with
space in names are reported correctly.
- Removed an unknown security hole.
- Removed an other unknown security hole (found by iDEFENSE).
- Restart of apache works correctly on debian.
Other/Documentation:
- Updated documentation
- Updated language files
|