pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q1]: pkgsrc/www/awstats Pullup ticket 1596 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e1a12831696
branches:  pkgsrc-2006Q1
changeset: 510271:3e1a12831696
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed May 17 21:26:40 2006 +0000

description:
Pullup ticket 1596 - requested by minskim
security update for awstats

Revisions pulled up:
- pkgsrc/www/awstats/MESSAGE                    1.6
- pkgsrc/www/awstats/Makefile                   1.25
- pkgsrc/www/awstats/PLIST                      1.9, 1.10
- pkgsrc/www/awstats/distinfo                   1.14
- pkgsrc/www/awstats/patches/patch-aa           removed
- pkgsrc/www/awstats/patches/patch-ab           1.4

   Module Name:         pkgsrc
   Committed By:        minskim
   Date:                Tue May 16 18:13:55 UTC 2006

   Modified Files:
        pkgsrc/www/awstats: MESSAGE Makefile PLIST distinfo
        pkgsrc/www/awstats/patches: patch-ab
   Removed Files:
        pkgsrc/www/awstats/patches: patch-aa

   Log Message:
   Update awstats to 6.6.

   Major changes since 6.4:
   - Fixed CVE-2006-2237.
   - All geoip plugins support the PurePerl version.
   - Possible use of vhost in extra section.
   - Support IPv6 in AllowAccessFromWebToFollowingIPAddresses parameter.
   - Added svn family to browsers detection.
   - RSS catcher/readers in robot database.
   - LogFormat=3D2 can now change its value dynamically if logformat change.
   - More new features and bug fixes.
---
   Module Name:         pkgsrc
   Committed By:        minskim
   Date:                Wed May 17 16:39:47 UTC 2006

   Modified Files:
        pkgsrc/www/awstats: PLIST

   Log Message:
   Correct file names.  Reported by Yoshito Komatsu in PR pkg/33501.

diffstat:

 www/awstats/MESSAGE          |    4 +-
 www/awstats/Makefile         |   29 +-
 www/awstats/PLIST            |  197 +++++++++++++++++------
 www/awstats/distinfo         |   11 +-
 www/awstats/patches/patch-aa |  353 -------------------------------------------
 www/awstats/patches/patch-ab |   20 +-
 6 files changed, 173 insertions(+), 441 deletions(-)

diffs (truncated from 862 to 300 lines):

diff -r 5307babbe854 -r 3e1a12831696 www/awstats/MESSAGE
--- a/www/awstats/MESSAGE       Mon May 15 16:09:05 2006 +0000
+++ b/www/awstats/MESSAGE       Wed May 17 21:26:40 2006 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.5 2005/09/28 12:11:29 rillig Exp $
+$NetBSD: MESSAGE,v 1.5.4.1 2006/05/17 21:26:40 salo Exp $
 
 An example file has been installed as
 ${PREFIX}/share/examples/awstats/awstats.conf.  After adjusting it to
@@ -10,6 +10,6 @@
 
 You may need to adjust the cgi-bin path of your webserver -- for details,
 refer to the documentation in
-       ${PREFIX}/share/doc/html/awstats
+       ${PREFIX}/share/doc/awstats
 
 ===========================================================================
diff -r 5307babbe854 -r 3e1a12831696 www/awstats/Makefile
--- a/www/awstats/Makefile      Mon May 15 16:09:05 2006 +0000
+++ b/www/awstats/Makefile      Wed May 17 21:26:40 2006 +0000
@@ -1,21 +1,18 @@
-# $NetBSD: Makefile,v 1.23 2005/12/29 06:22:21 jlam Exp $
+# $NetBSD: Makefile,v 1.23.2.1 2006/05/17 21:26:40 salo Exp $
 #
 
-DISTNAME=      awstats-6.4
-PKGREVISION=   2
+DISTNAME=      awstats-6.6
 CATEGORIES=    www
 MASTER_SITES=  http://awstats.sourceforge.net/files/
-EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://awstats.sourceforge.net/
 COMMENT=       Free real-time logfile analyzer to get advanced web statistics
 
-DIST_SUBDIR=   ${PKGNAME_NOREV}nb2
 NO_BUILD=      YES
 
 USE_TOOLS+=    perl:run
-REPLACE_PERL=  tools/*.pl              \
+REPLACE_PERL+= tools/*.pl              \
                wwwroot/cgi-bin/*.pl
 
 APACHE_USER?=  www
@@ -30,11 +27,11 @@
 SUBST_FILES.conf=      tools/awstats_configure.pl \
                        wwwroot/cgi-bin/awstats.model.conf \
                        wwwroot/cgi-bin/awstats.pl
-SUBST_SED.conf=                -e "s|@PREFIX@|${PREFIX}|g" \
-                       -e "s|@VARBASE@|${VARBASE}|g" \
-                       -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \
-                       -e "s|/var/log/httpd/mylog.log|${VARBASE}/log/httpd/access_log|g" \
-                       -e "s|\"/etc/opt/awstats\"|\"/etc/opt/awstats\",\"${PKG_SYSCONFDIR}\"|g"
+SUBST_SED.conf=                -e "s|@PREFIX@|${PREFIX}|g"
+SUBST_SED.conf+=       -e "s|@VARBASE@|${VARBASE}|g"
+SUBST_SED.conf+=       -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
+SUBST_SED.conf+=       -e "s|/var/log/httpd/mylog.log|${VARBASE}/log/httpd/access_log|g"
+SUBST_SED.conf+=       -e "s|\"/etc/opt/awstats\"|\"/etc/opt/awstats\",\"${PKG_SYSCONFDIR}\"|g"
 SUBST_MESSAGE.conf=    "Fixing configuration files and scripts."
 
 CONF_FILES+=   ${PREFIX}/share/examples/awstats/awstats.conf \
@@ -45,7 +42,7 @@
        ${INSTALL_SCRIPT_DIR} ${PREFIX}/awstats/bin
        ${INSTALL_SCRIPT_DIR} ${PREFIX}/awstats/cgi-bin
        ${INSTALL_DATA_DIR} ${PREFIX}/awstats/cgi-bin/plugins
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/awstats
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/awstats
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/awstats
        ${INSTALL_SCRIPT} ${WRKSRC}/tools/*.pl ${PREFIX}/awstats/bin
        ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/*.pl                \
@@ -73,11 +70,11 @@
        ${FIND} ${PREFIX}/awstats/${d} -type f -print   \
                | ${XARGS} ${CHMOD} ${SHAREMODE}
 .endfor
-       cd ${WRKSRC}/docs && ${PAX} -rwpppm . ${PREFIX}/share/doc/html/awstats/
-       ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/doc/html/awstats/
-       ${FIND} ${PREFIX}/share/doc/html/awstats/ -type d -print        \
+       cd ${WRKSRC}/docs && ${PAX} -rwpppm . ${PREFIX}/share/doc/awstats/
+       ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/doc/awstats/
+       ${FIND} ${PREFIX}/share/doc/awstats/ -type d -print     \
                | ${XARGS} ${CHMOD} ${PKGDIRMODE}
-       ${FIND} ${PREFIX}/share/doc/html/awstats/ -type f -print        \
+       ${FIND} ${PREFIX}/share/doc/awstats/ -type f -print     \
                | ${XARGS} ${CHMOD} ${DOCMODE}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 5307babbe854 -r 3e1a12831696 www/awstats/PLIST
--- a/www/awstats/PLIST Mon May 15 16:09:05 2006 +0000
+++ b/www/awstats/PLIST Wed May 17 21:26:40 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/01/19 12:49:33 minskim Exp $
+@comment $NetBSD: PLIST,v 1.8.10.1 2006/05/17 21:26:40 salo Exp $
 awstats/bin/awstats_buildstaticpages.pl
 awstats/bin/awstats_configure.pl
 awstats/bin/awstats_exportlib.pl
@@ -28,13 +28,16 @@
 awstats/cgi-bin/lang/awstats-gl.txt
 awstats/cgi-bin/lang/awstats-gr.txt
 awstats/cgi-bin/lang/awstats-he.txt
+awstats/cgi-bin/lang/awstats-hr.txt
 awstats/cgi-bin/lang/awstats-hu.txt
 awstats/cgi-bin/lang/awstats-id.txt
 awstats/cgi-bin/lang/awstats-is.txt
 awstats/cgi-bin/lang/awstats-it.txt
 awstats/cgi-bin/lang/awstats-jp.txt
-awstats/cgi-bin/lang/awstats-kr.txt
+awstats/cgi-bin/lang/awstats-ko.txt
+awstats/cgi-bin/lang/awstats-lt.txt
 awstats/cgi-bin/lang/awstats-lv.txt
+awstats/cgi-bin/lang/awstats-mk.txt
 awstats/cgi-bin/lang/awstats-nb.txt
 awstats/cgi-bin/lang/awstats-nl.txt
 awstats/cgi-bin/lang/awstats-nn.txt
@@ -48,17 +51,18 @@
 awstats/cgi-bin/lang/awstats-sr.txt
 awstats/cgi-bin/lang/awstats-th.txt
 awstats/cgi-bin/lang/awstats-tr.txt
-awstats/cgi-bin/lang/awstats-tt-br.txt
 awstats/cgi-bin/lang/awstats-tw.txt
 awstats/cgi-bin/lang/awstats-ua.txt
 awstats/cgi-bin/lang/tooltips_f/awstats-tt-br.txt
 awstats/cgi-bin/lang/tooltips_f/awstats-tt-cz.txt
 awstats/cgi-bin/lang/tooltips_f/awstats-tt-en.txt
 awstats/cgi-bin/lang/tooltips_f/awstats-tt-is.txt
+awstats/cgi-bin/lang/tooltips_f/awstats-tt-it.txt
 awstats/cgi-bin/lang/tooltips_m/awstats-tt-br.txt
 awstats/cgi-bin/lang/tooltips_m/awstats-tt-en.txt
 awstats/cgi-bin/lang/tooltips_m/awstats-tt-fr.txt
 awstats/cgi-bin/lang/tooltips_m/awstats-tt-is.txt
+awstats/cgi-bin/lang/tooltips_m/awstats-tt-it.txt
 awstats/cgi-bin/lang/tooltips_w/awstats-tt-al.txt
 awstats/cgi-bin/lang/tooltips_w/awstats-tt-ba.txt
 awstats/cgi-bin/lang/tooltips_w/awstats-tt-bg.txt
@@ -90,11 +94,12 @@
 awstats/cgi-bin/lang/tooltips_w/awstats-tt-tr.txt
 awstats/cgi-bin/lang/tooltips_w/awstats-tt-tw.txt
 awstats/cgi-bin/lang/tooltips_w/awstats-tt-ua.txt
+awstats/cgi-bin/lib/blacklist.txt
 awstats/cgi-bin/lib/browsers.pm
+awstats/cgi-bin/lib/browsers_phone.pm
 awstats/cgi-bin/lib/domains.pm
 awstats/cgi-bin/lib/mime.pm
 awstats/cgi-bin/lib/operating_systems.pm
-awstats/cgi-bin/lib/referer_spam.pm
 awstats/cgi-bin/lib/robots.pm
 awstats/cgi-bin/lib/search_engines.pm
 awstats/cgi-bin/lib/status_http.pm
@@ -123,55 +128,107 @@
 awstats/classes/src/Makefile.pl
 awstats/css/awstats_bw.css
 awstats/css/awstats_default.css
+awstats/icon/browser/abilon.png
 awstats/icon/browser/adobe.png
+awstats/icon/browser/akregator.png
+awstats/icon/browser/alcatel.png
 awstats/icon/browser/amaya.png
 awstats/icon/browser/amigavoyager.png
+awstats/icon/browser/analogx.png
 awstats/icon/browser/apt.png
 awstats/icon/browser/avant.png
 awstats/icon/browser/aweb.png
 awstats/icon/browser/bpftp.png
+awstats/icon/browser/bytel.png
 awstats/icon/browser/chimera.png
 awstats/icon/browser/cyberdog.png
 awstats/icon/browser/da.png
 awstats/icon/browser/dillo.png
+awstats/icon/browser/doris.png
 awstats/icon/browser/dreamcast.png
 awstats/icon/browser/ecatch.png
 awstats/icon/browser/encompass.png
+awstats/icon/browser/epiphany.png
+awstats/icon/browser/ericsson.png
+awstats/icon/browser/feeddemon.png
+awstats/icon/browser/feedreader.png
 awstats/icon/browser/firefox.png
+awstats/icon/browser/flashget.png
 awstats/icon/browser/fpexpress.png
 awstats/icon/browser/fresco.png
+awstats/icon/browser/freshdownload.png
+awstats/icon/browser/frontpage.png
 awstats/icon/browser/galeon.png
 awstats/icon/browser/getright.png
+awstats/icon/browser/gnome.png
+awstats/icon/browser/gnus.png
 awstats/icon/browser/gozilla.png
 awstats/icon/browser/hotjava.png
+awstats/icon/browser/httrack.png
 awstats/icon/browser/ibrowse.png
 awstats/icon/browser/icab.png
+awstats/icon/browser/java.png
+awstats/icon/browser/jetbrains_omea.png
 awstats/icon/browser/kmeleon.png
 awstats/icon/browser/konqueror.png
+awstats/icon/browser/leechget.png
+awstats/icon/browser/lg.png
 awstats/icon/browser/lotusnotes.png
 awstats/icon/browser/lynx.png
 awstats/icon/browser/macweb.png
 awstats/icon/browser/mediaplayer.png
+awstats/icon/browser/motorola.png
 awstats/icon/browser/mozilla.png
+awstats/icon/browser/mplayer.png
 awstats/icon/browser/msie.png
 awstats/icon/browser/msie_large.png
 awstats/icon/browser/multizilla.png
 awstats/icon/browser/ncsa_mosaic.png
+awstats/icon/browser/neon.png
+awstats/icon/browser/netnewswire.png
 awstats/icon/browser/netpositive.png
 awstats/icon/browser/netscape.png
 awstats/icon/browser/netscape_large.png
+awstats/icon/browser/netshow.png
+awstats/icon/browser/newsfire.png
+awstats/icon/browser/newsgator.png
+awstats/icon/browser/newzcrawler.png
+awstats/icon/browser/nokia.png
 awstats/icon/browser/notavailable.png
 awstats/icon/browser/omniweb.png
 awstats/icon/browser/opera.png
+awstats/icon/browser/panasonic.png
 awstats/icon/browser/pdaphone.png
+awstats/icon/browser/philips.png
 awstats/icon/browser/phoenix.png
+awstats/icon/browser/pluck.png
+awstats/icon/browser/pulpfiction.png
+awstats/icon/browser/real.png
+awstats/icon/browser/rss.png
+awstats/icon/browser/rssbandit.png
+awstats/icon/browser/rssowl.png
+awstats/icon/browser/rssreader.png
+awstats/icon/browser/rssxpress.png
 awstats/icon/browser/safari.png
+awstats/icon/browser/sagem.png
+awstats/icon/browser/samsung.png
+awstats/icon/browser/sharp.png
+awstats/icon/browser/sharpreader.png
+awstats/icon/browser/shrook.png
+awstats/icon/browser/siemens.png
+awstats/icon/browser/sony.png
 awstats/icon/browser/staroffice.png
+awstats/icon/browser/subversion.png
 awstats/icon/browser/teleport.png
+awstats/icon/browser/trium.png
 awstats/icon/browser/unknown.png
+awstats/icon/browser/w3c.png
 awstats/icon/browser/webcopier.png
+awstats/icon/browser/webreaper.png
 awstats/icon/browser/webtv.png
 awstats/icon/browser/webzip.png
+awstats/icon/browser/winxbox.png
+awstats/icon/browser/wizz.png
 awstats/icon/clock/hr1.png
 awstats/icon/clock/hr10.png
 awstats/icon/clock/hr11.png
@@ -362,6 +419,7 @@
 awstats/icon/flags/mu.png
 awstats/icon/flags/museum.png
 awstats/icon/flags/mv.png
+awstats/icon/flags/mw.png
 awstats/icon/flags/mx.png
 awstats/icon/flags/my.png
 awstats/icon/flags/mz.png
@@ -454,24 +512,45 @@
 awstats/icon/flags/ze.png
 awstats/icon/flags/zm.png
 awstats/icon/flags/zw.png
+awstats/icon/mime/ai.png
 awstats/icon/mime/archive.png
 awstats/icon/mime/audio.png
 awstats/icon/mime/doc.png
+awstats/icon/mime/flash.png
+awstats/icon/mime/glasses.png
 awstats/icon/mime/html.png
 awstats/icon/mime/image.png
+awstats/icon/mime/jscript.png
+awstats/icon/mime/lit.png
 awstats/icon/mime/notavailable.png
 awstats/icon/mime/other.png
 awstats/icon/mime/pdf.png
+awstats/icon/mime/php.png
+awstats/icon/mime/phshop.png
+awstats/icon/mime/pl.png
+awstats/icon/mime/ppt.png
+awstats/icon/mime/quicktime.png
+awstats/icon/mime/rar.png
+awstats/icon/mime/real.png
 awstats/icon/mime/script.png
+awstats/icon/mime/svg.png
 awstats/icon/mime/text.png
+awstats/icon/mime/ttf.png
 awstats/icon/mime/unknown.png
 awstats/icon/mime/video.png
+awstats/icon/mime/wmv.png
+awstats/icon/os/.cvsignore
 awstats/icon/os/aix.png
 awstats/icon/os/amigaos.png
 awstats/icon/os/apple.png



Home | Main Index | Thread Index | Old Index