From: Joern-Ingo Weigert Date: Wed, 6 Mar 2013 09:55:04 +0000 (+0100) Subject: New extension/host for Avast 7.x/8.x Scanner versions X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=5150d3730afb2d015f2e01aa2993b3866d18e267 New extension/host for Avast 7.x/8.x Scanner versions This patch fix the source url for Avast and add a new host (ion) and a new extension (vpx) to support Avast 7.x/8.x Scanner updates. --- diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator index 4aaa38938..24d65d353 100644 --- a/config/updxlrator/updxlrator +++ b/config/updxlrator/updxlrator @@ -149,7 +149,7 @@ while (<>) { # Section: Avast Downloads # ----------------------------------------------------------- - if ($source_url =~ m@^http://download[\d]+\.avast\.com/.*\.(exe|vpu)$@i) + if ($source_url =~ m@^http://(ion|download)[\d]+\.avast\.com/.*\.(exe|vpu|vpx)$@i) { $xlrator_url = &check_cache($source_url,$hostaddr,$username,"Avast",$mirror); }