pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/awstats Update awstats to 6.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/516148c40b04
branches:  trunk
changeset: 487665:516148c40b04
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jan 18 13:37:26 2005 +0000

description:
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

diffstat:

 www/awstats/Makefile |  8 ++++----
 www/awstats/PLIST    |  5 +++--
 www/awstats/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (62 lines):

diff -r ba4c13525650 -r 516148c40b04 www/awstats/Makefile
--- a/www/awstats/Makefile      Tue Jan 18 13:11:38 2005 +0000
+++ b/www/awstats/Makefile      Tue Jan 18 13:37:26 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/12/29 10:22:27 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/18 13:37:26 minskim Exp $
 #
 
-DISTNAME=      awstats-6.2
+DISTNAME=      awstats-6.3
 CATEGORIES=    www
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=awstats/}
+MASTER_SITES=  http://awstats.sourceforge.net/files/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -21,7 +21,7 @@
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/awstats
-       ${INSTALL_DATA_DIR} ${PREFIX}/awstats/bin
+       ${INSTALL_SCRIPT_DIR} ${PREFIX}/awstats/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/awstats
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/awstats
        ${INSTALL_SCRIPT} ${WRKSRC}/tools/*.pl ${PREFIX}/awstats/bin
diff -r ba4c13525650 -r 516148c40b04 www/awstats/PLIST
--- a/www/awstats/PLIST Tue Jan 18 13:11:38 2005 +0000
+++ b/www/awstats/PLIST Tue Jan 18 13:37:26 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/12/29 10:22:27 minskim Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/01/18 13:37:26 minskim Exp $
 awstats/bin/awstats_buildstaticpages.pl
 awstats/bin/awstats_configure.pl
 awstats/bin/awstats_exportlib.pl
@@ -104,6 +104,8 @@
 awstats/cgi-bin/plugins/decodeutfkeys.pm
 awstats/cgi-bin/plugins/geoip.pm
 awstats/cgi-bin/plugins/geoip_city_maxmind.pm
+awstats/cgi-bin/plugins/geoip_isp_maxmind.pm
+awstats/cgi-bin/plugins/geoip_org_maxmind.pm
 awstats/cgi-bin/plugins/geoip_region_maxmind.pm
 awstats/cgi-bin/plugins/geoipfree.pm
 awstats/cgi-bin/plugins/graphapplet.pm
@@ -572,7 +574,6 @@
 share/doc/html/awstats/images/screen_shot_1.jpg
 share/doc/html/awstats/images/screen_shot_1.png
 share/doc/html/awstats/images/screen_shot_2.png
-share/doc/html/awstats/images/screen_shot_3.gif
 share/doc/html/awstats/images/screen_shot_3.png
 share/doc/html/awstats/images/screen_shot_4.png
 share/doc/html/awstats/images/star.png
diff -r ba4c13525650 -r 516148c40b04 www/awstats/distinfo
--- a/www/awstats/distinfo      Tue Jan 18 13:11:38 2005 +0000
+++ b/www/awstats/distinfo      Tue Jan 18 13:37:26 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/12/29 10:22:27 minskim Exp $
+$NetBSD: distinfo,v 1.6 2005/01/18 13:37:26 minskim Exp $
 
-SHA1 (awstats-6.2.tgz) = 8e1805eed85fb4983c91a9825aad2d856e9de8c8
-Size (awstats-6.2.tgz) = 860606 bytes
+SHA1 (awstats-6.3.tgz) = 3e3d025a53c476942fa08ce42793be3dcd9aa87c
+Size (awstats-6.3.tgz) = 931899 bytes



Home | Main Index | Thread Index | Old Index