]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/updxlrator/updxlrator
Kernel Update auf 2.6.16.55.
[people/pmueller/ipfire-2.x.git] / config / updxlrator / updxlrator
index a7a7358492287fd705d2a3c21188b8628438e20e..3edf4a67e7cce6d133735e472c5ae842004195df 100644 (file)
@@ -124,8 +124,46 @@ while (<>) {
        if ($dsturl =~ m@^http://download[0-99]\.avast\.com/.*\.(exe|zip|vps|stamp|vpu)$@i) 
        { 
        $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Avast"); 
+       }  
+       
+       # ----------------------------------------------------------- 
+       # Section: IPFire Downloads 
+       # -----------------------------------------------------------  
+       
+       if ($dsturl =~ m@^[f|h]t?tp://.*\.(ipfire)$@i) 
+       { 
+       $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"IPFire"); 
        } 
        
+       # ----------------------------------------------------------- 
+       # Section: Linux Downloads 
+       # -----------------------------------------------------------  
+       
+       if ($dsturl =~ m@^[f|h]t?tp://.*\.(deb|rpm)$@i) 
+       { 
+       $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Linux"); 
+       }
+       
+       # ----------------------------------------------------------- 
+       
+       # ----------------------------------------------------------- 
+       # Section: Apple Downloads 
+       # -----------------------------------------------------------  
+       
+       if ($dsturl =~ m@^[f|h]t?tp://swcdn\.apple.*\.(pkm|tar)$@i) 
+       { 
+       $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple"); 
+       }
+       
+       # ----------------------------------------------------------- 
+       # Section: Kaspersky Downloads 
+       # -----------------------------------------------------------  
+       
+       if ($dsturl =~ m@^http://dnl-.*\.kaspersky-labs\.com\/(diffs|bases|AutoPatches).*$@i) 
+       { 
+       $from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Kaspersky"); 
+       }
+
        # ----------------------------------------------------------- 
 
        }