mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 02:12:58 +02:00
Add AVG Updates to Updxlrator
This commit is contained in:
@@ -5,3 +5,6 @@ usr/bin/dc
|
||||
opt/pakfire/lib/functions.pl
|
||||
var/ipfire/urlfilter/bin/prebuild.pl
|
||||
srv/web/ipfire/cgi-bin/urlfilter.cgi
|
||||
srv/web/ipfire/cgi-bin/updatexlrator.cgi
|
||||
srv/web/ipfire/html/images/updxl-src-avg.gif
|
||||
usr/sbin/updxlrator
|
||||
|
||||
@@ -154,6 +154,16 @@ while (<>) {
|
||||
{
|
||||
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"Apple");
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Section: AVG Downloads
|
||||
# -----------------------------------------------------------
|
||||
|
||||
if ($dsturl =~ m@^http://[^/]*\.(grisoft|avg)\.com/.*\.(bin)$@i)
|
||||
{
|
||||
$from_local_cache = &cache_access($dsturl,$hostaddr,$username,"AVG");
|
||||
}
|
||||
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Section: Kaspersky Downloads
|
||||
|
||||
@@ -458,6 +458,9 @@ END
|
||||
} elsif ($metadata[1] eq 'Avira')
|
||||
{
|
||||
print "<img src='/images/updxl-src-avira.gif' alt='Avira' /> </td>\n";
|
||||
} elsif ($metadata[1] eq 'AVG')
|
||||
{
|
||||
print "<img src='/images/updxl-src-avg.gif' alt='AVG' /> </td>\n";
|
||||
} elsif ($metadata[1] eq 'Avast')
|
||||
{
|
||||
print "<img src='/images/updxl-src-avast.gif' alt='Avast' /> </td>\n";
|
||||
@@ -555,6 +558,9 @@ print <<END
|
||||
<td align='center'><img src='/images/updxl-src-avira.gif' alt='Avira' /></td>
|
||||
<td class='base'>Avira</td>
|
||||
<td class='base'> </td>
|
||||
<td align='center'><img src='/images/updxl-src-avg.gif' alt='AVG' /></td>
|
||||
<td class='base'>AVG</td>
|
||||
<td class='base'> </td>
|
||||
<td align='center'><img src='/images/updxl-src-apple.gif' alt='Apple' /></td>
|
||||
<td class='base'>Apple</td>
|
||||
<td class='base'> </td>
|
||||
|
||||
BIN
html/html/images/updxl-src-avg.gif
Normal file
BIN
html/html/images/updxl-src-avg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user