summaryrefslogtreecommitdiff
path: root/www/awstats/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-05-09 17:55:35 +0000
committeradam <adam@pkgsrc.org>2016-05-09 17:55:35 +0000
commite2acfaeafe64dc28642e95e6d3918d9a46dfe1c3 (patch)
treed6fd27996ca5a6fb92c50e3b84641e32228fa25a /www/awstats/patches
parent0d5c694099640dd95a0262aca6a81b4d49a79069 (diff)
downloadpkgsrc-e2acfaeafe64dc28642e95e6d3918d9a46dfe1c3.tar.gz
Changes 7.5:
- 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
Diffstat (limited to 'www/awstats/patches')
-rw-r--r--www/awstats/patches/patch-ad18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/awstats/patches/patch-ad b/www/awstats/patches/patch-ad
index 68755b765f5..5035186a851 100644
--- a/www/awstats/patches/patch-ad
+++ b/www/awstats/patches/patch-ad
@@ -1,15 +1,15 @@
-$NetBSD: patch-ad,v 1.3 2013/08/06 15:36:09 adam Exp $
+$NetBSD: patch-ad,v 1.4 2016/05/09 17:55:35 adam Exp $
Fix ampersand encoding that breaks XHTML output, ID 1824230.
---- wwwroot/cgi-bin/lib/search_engines.pm.orig 2008-11-15 14:58:02.000000000 +0000
+--- wwwroot/cgi-bin/lib/search_engines.pm.orig 2016-04-29 09:44:16.000000000 +0000
+++ wwwroot/cgi-bin/lib/search_engines.pm
-@@ -1030,7 +1030,7 @@
- 'excite','<a href="http://www.excite.com/" title="Search Engine Home Page [new window]" target="_blank">Excite</a>',
+@@ -1264,7 +1264,7 @@
+ 'excite','<a href="http://www.excite.com/" rel="nofollow" title="Search Engine Home Page [new window]" target="_blank">Excite</a>',
# Minor international search engines
- 'google4counter','<a href="http://www.4-counter.com/" title="Search Engine Home Page [new window]" target="_blank">4-counter (Google)</a>',
--'att','<a href="http://www.att.net/" title="Search Engine Home Page [new window]" target="_blank">AT&T search (powered by Google)</a>',
-+'att','<a href="http://www.att.net/" title="Search Engine Home Page [new window]" target="_blank">AT&amp;T search (powered by Google)</a>',
- 'bungeebonesdotcom','<a href="http://BungeeBones.com/search.php/" title="Search Engine Home Page [new window]" target="_blank">BungeeBones</a>',
+ 'google4counter','<a href="http://www.4-counter.com/" rel="nofollow" title="Search Engine Home Page [new window]" target="_blank">4-counter (Google)</a>',
+-'att','<a href="http://www.att.net/" rel="nofollow" title="Search Engine Home Page [new window]" target="_blank">AT&T search (powered by Google)</a>',
++'att','<a href="http://www.att.net/" rel="nofollow" title="Search Engine Home Page [new window]" target="_blank">AT&amp;T search (powered by Google)</a>',
+ 'bungeebonesdotcom','<a href="http://BungeeBones.com/search.php/" rel="nofollow" title="Search Engine Home Page [new window]" target="_blank">BungeeBones</a>',
'go','Go.com',
- 'askde','<a href="http://de.ask.com/" title="Search Engine Home Page [new window]" target="_blank">Ask Deutschland</a>',
+ 'askde','<a href="http://de.ask.com/" rel="nofollow" title="Search Engine Home Page [new window]" target="_blank">Ask Deutschland</a>',