Kernel Update auf 2.6.16.55.

Den Kaspersky n bisschen gefixxt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@967 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-14 09:57:11 +00:00
parent 197f8d4392
commit 94774b8a0d
5 changed files with 16 additions and 8 deletions

View File

@@ -155,17 +155,15 @@ while (<>) {
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple");
}
# -----------------------------------------------------------
# -----------------------------------------------------------
# Section: Kaspersky Downloads
# -----------------------------------------------------------
if ($dsturl =~ m@^ht?tp://dnl*kapsersky*\.(xml\.dif|avc*|tzv)$@i)
if ($dsturl =~ m@^http://dnl-.*\.kaspersky-labs\.com\/(diffs|bases|AutoPatches).*$@i)
{
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Kaspersky");
}
# -----------------------------------------------------------
}