From 5bda690926eb640385a655889c16e03dc57c6e72 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Thu, 27 Nov 2014 15:03:23 +0100 Subject: [PATCH] setting DNSLookup to awstats to 0, you should use geoip for country localization --- awstats/awstats.alternc.generic.conf | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/awstats/awstats.alternc.generic.conf b/awstats/awstats.alternc.generic.conf index dba69a9f..3f69cabf 100644 --- a/awstats/awstats.alternc.generic.conf +++ b/awstats/awstats.alternc.generic.conf @@ -178,7 +178,7 @@ LogSeparator=" " # 2 - DNS Lookup is made only from static DNS cache file (if it exists) # Default: 2 # -DNSLookup=1 +DNSLookup=0 # When AWStats updates its statistics, it stores results of its analysis in diff --git a/debian/changelog b/debian/changelog index fc01d581..d28fe74f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ alternc (3.1.3) oldstable; urgency=low * fix opendkim listening on * * fix a probable privilege escalation in cron management * fix a random number generation issue in PHP (rand automatically initialized by time(), not better!) + * fix some shell_exec() or exec() not using escapeshellarg in PHP. - -- Benjamin Sonntag Mon, 24 Nov 2014 11:17:12 +0100 + -- Benjamin Sonntag Mon, 27 Nov 2014 11:17:12 +0100 alternc (3.1.2) oldstable; urgency=low