]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/updxlrator/updxlrator
Am Pakfire weitergearbeitet.
[people/pmueller/ipfire-2.x.git] / config / updxlrator / updxlrator
index 4f54d429e3b5b60d34175d99b79f8a51571a11da..839e5aa254644be25f4b58936832cfe13ed3f82c 100644 (file)
@@ -107,8 +107,26 @@ while (<>) {
        {
                $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Symantec");
        }
-
+       
+       # -----------------------------------------------------------
+       # Section: Avira Downloads
        # -----------------------------------------------------------
+       
+       if ($dsturl =~ m@^http://dl[0-9]\.avgate\.net/.*\.(htm|html|gz)$@i)
+       {
+       $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Avira");
+       }
+       
+       # ----------------------------------------------------------- 
+       # Section: Avast Downloads 
+       # -----------------------------------------------------------  
+       
+       if ($dsturl =~ m@^http://download[0-99]\.avast\.com/.*\.(exe|zip|vps|stamp|vpu)$@i) 
+       { 
+       $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Avast"); 
+       } 
+       
+       # ----------------------------------------------------------- 
 
        }