summaryrefslogtreecommitdiff
path: root/www/awstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-07awstats: updated to 7.7adam6-62/+52
7.7: Security fix: CVE-2017-1000501 Security fix: Missing sanitizing of parameters Fix LogFormat=4 with url containing spaces. Fix to window.opener vulnerability in external referral site links. Add methodurlprot in key to define log format. Add Dynamic DNS Lookup. Fix edge support.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-4/+4
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2017-02-12Changes 7.6:adam5-44/+30
- Security fix: "|" not allowed into DirLang parameter. - Security fix: More restrictive rule for using AWSTATS_ENABLE_CONFIG_DIR. - Update robots database. - Fix OS database. - Update/fix of documentation. - Add missing country flag for "el". - Add partial support for pure-ftpd stats format in method field. - Add support for macOS Sierra. - Add web fonts to default NotPageList, add support for GPX and JSON files
2017-01-27Add a whois option.roy1-4/+11
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-05-09Changes 7.5:adam4-18/+20
- Compatibility with Perl 5.22 - Support detection of Edge browser with detail of version. - Update robots database - Add eot/woff/woff2 to mime.pm as fonts - Add .svgz to image list - Exclude groups.google from search engines - Add %time5 tag to support log format with iso time with timezone. - Add option DynamicDNSLookup to make DNS lookup during output instead of during log analysis processing. - Increase default value for MaxRowsInHTMLOutput
2015-10-17Changes 7.4:adam3-8/+14
New features: - Add debian patch debian-patches-1019_allow_frame_resize.patch to add option nboflastupdatelookuptosave on command line. - 199 Added geoip6 plugin with support for IPv4 AND IPv6. - Work with Amazon AWS log files (using %time5 tag). Fixes: - Fixes permission on some .pl scripts. - 205 GetResolvedIP_ipv6 does not strip trailing dot. - 496 tools scripts should print warnings and errors to STDERR. - 919 Referrals not getting tracked due to improperly getting flagged as a search. - Add debian patch 0007_russian_lang.patch. - Add debian patch 2001_awstatsprog_path.patch. - 921 Failure in the help text for geoip_generator.pl - 909 awstats_buildstaticpages.pl noisy debug output. - 680 Invalid data passed to Time::Local causes global destruction. - 212 Fix CVE-2006-2237
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-01Changes 7.3:adam3-9/+24
New features: - Add command line option -version - Better error management of geoip modules. - Update domains, robots and search engines database: - Windows 8 + iOS Support in AWStats - Detection of 8.1 and IE11. Fixes: - When using builddate option of script awstats_buildstaticpages, static link is wrong. - Restore detection of Opera browsers versions. - GeoIP Cities page doesnt work. - Add missing icons. - Avoid warning mixed http/https with module graphgooglechartapi. - $MinHit{'Host'} rather than $MinHit{'Login'} used in sub HTMLShowLogins. Other: - Move version system to sourceforge Git instead of CVS.
2013-08-06Changes 7.2:adam3-11/+10
New features: - Upgrade licence to GPL v3+. - Update documentation. Fixes: - Since updating Webmin to 1.53, the Add New Config File screen layout is totally messed up and unusable. - Update broken links to maxmind.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-27Changes 7.1.1:adam7-86/+29
New features: - Add windows 8 detection - Add support of %time5 for iso date times. - Fix problems with Perl 5.14
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-07-20Changes 7.1:adam3-11/+14
New features/improvements: - Update translations. - Add example of nginx setup. - Add some patches from debian package. - Rename domain name into documentation to awstats.org - Can allow urls with awredir without using md5 key parameter. - Usage of databasebreak option possible with awstats_buildstaticpages. - Add rel=nofollow on links. - Add option AddLinkToExternalCGIWrapper to add link to a wrapper script into each title of Dolibarr reports. This can be used to add a wrapper to download data into a CSV file for example. Fixes: - Security fix into awredir.pl - Fix: Case of uk in googlechart api
2012-02-13Fix behavior with perl 5.14.gls3-6/+27
From Nils Ratusznik per PR pkg/45743.
2012-02-05Fix XSS vulnerabilities in awstats.minskim3-3/+51
Patch from awstat's CVS repo.
2011-05-30Set DIST_SUBDIR, to avoid problems for those who already have the oldhauke2-6/+8
distfile.
2011-05-27Since the PLIST has changed minimally, bump the nb version.hauke1-1/+2
2011-05-27The specified distfile, as identified by the distinfo checksum andhauke2-5/+6
mirrored by NetBSD.org, had completely hosed file permissions; plus, it differed in size (but not version) from the distfile available from the sourceforge project site. Since the latter actually works, I updated the checksum to use it.
2010-11-09Changes 7.0:adam4-18/+51
New features/improvements: - Detect Windows 7. - Can format numbers according to language. - More mime types. - Added geoip_asn_maxmind plugin. - Geoip Maxmind city plugin have now override file capabilities to complete missing entries in geoip maxmind database. - Added graphgooglechartapi to use online Google chart api to build graph. - Can show map of country to report countries when using graphgooglechartapi. - Part of codes was change to use more functions and have a cleaner code. - Added parameter to ignore missing log files when merging for a site on multiple servers where a single server may not have created a log for a given day. - Update robots database. - Added Download tracking where certain mime types are defined as downloads and HTTP status 206 is tracked as download continuation - Can use wrapper with parameters in WrapperScript parameter. - Change to allow usage of AWStats inside a plugin for Opensource Dolibarr ERP & CRM software (http://www.dolibarr.org). Fixes: - Webmin module works with new version of webmin. - Security fix (Traverse directory of LoadPlugin) - Security fix (Limit config to defined directory to avoid access to external config file via a nfs or webdav link).
2010-02-02Updated awstats to 6.96.fhajny5-25/+49
New features/improvements: * Fix security in awredir.pl script by adding a security key required by default. * Enhance security of parameter sanitizing function. * Add name of config file used to build data files inside data files header. * Added details of version for Chrome, Opera, Safari and Konqueror browsers. * Add AdobeAir detection. * Major update of browsers, robots and search_engines databases (among them, the Bing search engine). * Increase seriously bot detection. * Add Brezhoneg language. * Add a better way to detect Safari versions. * Added subpages for geoip maxmind modules in awstats_buildstaticpages. Fixes: * Fix typo in polish language file * awstats emmits ton of warnings with new geoipfree - ID: 2794728 * Fix: can detect robots with robots.txt url even if file is not root. * Other minor fixes. pkgsrc changes: * Patch XML encoding problem when the AT&T searchbot is encountered.
2009-09-19Make awstats work with the recent version of p5-Geo-IPfree.minskim3-2/+21
Patch from awstats-6.95beta.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-25/+1
2009-01-15Changes 6.9:adam7-56/+34
* With postfix that support DSN (Delivery Status Notifications) we exclude some lines to avoid counting mails twice in maillogconvert.pl script. * Logresolvemerge.pl support FreeRADIUS logs or anything else using (the fixed length!) ctime format timestamp. * Add option stoponfirsteof in logresolvemerge tool. * Add patch to support host_proxy tag in LogFormat (for Apache LogFormat containing %{X-Forwarded-For}i) * Renamed Add to favourites on "Hit on favicon". * Increase robots, search engines database (Added Google Chrome browser, better Vista, WII, detection, ...) * Update languages files. * Added a lot of patch from sourceforge. * Bug fixes.
2008-09-11Changes 6.8:adam3-8/+12
New features/improvements: - Added OnlyUsers option. - Can track RPC request. - HTMLHeadSection can accept \n in string. - Add option MetaRobot. - Increase seriously bot detection. - Better detection of windows OS. - Add condition HOSTINLOG in extra sections. - Can show a full list for extrasection. Fixes: - Fixed pb in xml output for history files. - Fixed a bug in awstats_configure.pl script. Other/Documentation: - Updated some language files. - Updated documentation. - Updated browsers database. - Added a more complete xslt example. - Remove some deprecated code. - Update status of GeoIP City plugin database. A free version is now available like GeoIP Country database.
2008-08-20Fix XSS (http://secunia.com/advisories/31519/). Bump PKGREVISION.minskim3-2/+31
2008-06-20Add DESTDIR support.joerg1-18/+20
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-2/+2
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-04-07Changes 6.7:adam5-46/+40
New features/improvements: - Full support for -day option. To build different report for each day - Added virtualenamequot tag - Added option NotPageList - Addes .jobs and .mobi domains Fixes: - Minor bug in awstats_configure.pl Other/Documentation: - Updated some language files. - Updated browsers database.
2008-01-03Add in an options.mk for Geo IP Freeadrianp2-1/+16
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+5
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-02-20Update awstats for the new distfile with the same version number. Changesminskim3-7/+12
include recognizing more search engines and documentation improvements. Bump PKGREVISION.
2007-02-20Revert to PKGNAME as DISTDIR.joerg1-2/+2
2007-02-15Fixed pkglint warnings and cleaned up the Makefile.rillig1-25/+28
2006-07-29Update DIST_SUBDIR as it looks like the tarball on the awstats siteadrianp2-6/+10
has been re-generated.
2006-06-13Fix more hardcoded paths. Based on patches submitted by Yoshito Komatsuminskim1-4/+7
in PR pkg/33514. Bump PKGREVISION.
2006-06-05Set DIST_SUBDIR due to distfile changes. Mainly documentation and warning ↵minskim3-20/+10
message changes. The browsers database was also updated. Bump PKGREVISION.
2006-05-30Fix a problem with perl warnings and static page generation.adrianp2-4/+15
ok'ed minskim@
2006-05-30Fix http://www.debian.org/security/2006/dsa-1075. Patch from Debianminskim3-2/+17
GNU/Linux. Bump PKGREVISION.
2006-05-17Correct file names. Reported by Yoshito Komatsu in PR pkg/33501.minskim1-4/+4
2006-05-16Update awstats to 6.6.minskim6-444/+176
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=2 can now change its value dynamically if logformat change. - More new features and bug fixes.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-28Fixed pkglint warnings.rillig2-11/+11
2005-08-26- awstats_configure.pl now worksadrianp4-8/+173
- awstats.pl will now look in @PKG_SYSCONFDIR@/awstats for config files - create datadir with correct permissions under @VARBASE@/awstats - update MESSAGE telling user than can now use @PKG_SYSCONFDIR@ awstats - fix location of apache log dirs so they match the pkgsrc default - fix location of apache conf dirs so they match the pkgsrc default - bump PKGREVISION