From 5150d3730afb2d015f2e01aa2993b3866d18e267 Mon Sep 17 00:00:00 2001 From: Joern-Ingo Weigert Date: Wed, 6 Mar 2013 10:55:04 +0100 Subject: [PATCH] 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. --- config/updxlrator/updxlrator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator index 4aaa38938c..24d65d353e 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); } -- 2.39.5