]>
git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/blob - config/updxlrator/updxlrator
3 # This code is distributed under the terms of the GPL
5 # (c) 2006-2009 marco.s - http://update-accelerator.advproxy.net
7 # Portions (c) 2008 by dotzball - http://www.blockouttraffic.de
9 # $Id: updxlrator,v 2.1 2009/01/10 00:00:00 marco.s Exp $
17 my $swroot="/var/ipfire";
18 my $updcachedir="/var/updatecache";
19 my $apphome="/var/ipfire/updatexlrator";
20 my $logfile="/var/log/updatexlrator/cache.log";
21 my $wget="/usr/bin/wget";
22 my $debug=(-e
"$apphome/debug");
26 my %xlratorsettings=();
41 readhash
("${swroot}/ethernet/settings", \
%netsettings);
43 if (-e
"$swroot/updatexlrator/settings")
45 &readhash
("$swroot/updatexlrator/settings", \
%xlratorsettings);
46 if ($xlratorsettings{'ENABLE_LOG'} eq 'on') { $logging=1; };
47 if ($xlratorsettings{'PASSIVE_MODE'} eq 'on') { $passive_mode=1; };
48 $maxusage=$xlratorsettings{'MAX_DISK_USAGE'};
49 if ($xlratorsettings{'LOW_DOWNLOAD_PRIORITY'} eq 'on') { $nice='/bin/nice --adjustment=15 '; };
51 if (!$maxusage) { $maxusage=75; };
53 # dotzball: check for dead downloads
54 system("$apphome/bin/checkdeaddl &");
60 @tmp=split(/ /,$request);
63 $source_url = $tmp[0];
64 $hostaddr = $tmp[1]; while ($hostaddr =~ /.*\/$/) { chop $hostaddr; }
65 $username = $tmp[2]; if ($username eq '') { $username='-'; };
68 $xlrator_url = $source_url;
70 if (($method eq 'GET') || ($method eq 'HEAD'))
73 # -----------------------------------------------------------
74 # Section: Windows Update / Windows Downloads
75 # -----------------------------------------------------------
78 (($source_url =~ m@
^http
://[^/]*\.microsoft\.com/.*\
.(exe
|psf
|msi
|msp
|cab
)$@i) ||
79 ($source_url =~ m@
^http
://[^/]*\.windowsupdate\.com/.*\
.(exe
|psf
|msi
|msp
|cab
)$@i))
80 && ($source_url !~ m@
^http
://[^/]*\.microsoft\.com/.*(/autoupd|selfupdate/).*\
.cab
@i)
81 && ($source_url !~ m@\
&@
)
84 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"Microsoft",$unique);
87 # -----------------------------------------------------------
88 # Section: Adobe Downloads
89 # -----------------------------------------------------------
92 ($source_url =~ m@
^http
://(ar
)?download\
.adobe\
.com
/.*\
.(exe
|msi
|bin
|dmg
|idx
|gz
)$@i) ||
93 ($source_url =~ m@
^http
://swupdl\
.adobe\
.com
/updates
/.*\
.(exe
|msi
|bin
|dmg
|idx
|gz
|[a
-z
][a
-z
]_
[A
-Z
][A
-Z
])$@i) ||
94 ($source_url =~ m@
^http
://swupmf\
.adobe\
.com
/manifest
/.*\
.upd
$@i)
97 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"Adobe",$unique);
100 # -----------------------------------------------------------
101 # Section: Linux Downloads
102 # -----------------------------------------------------------
105 ($source_url =~ m@
^[h
|f
]t?tp
://[^?
]+\
.(deb
|rpm
)$@i) ||
106 ($source_url =~ m@
^[h
|f
]t?tp
://[^?
]+/distfiles/[^?
]+\
.(tar\
.gz
|tar\
.bz2
|tgz
|zip
|patch\
.bz2
|gz
|docx
|patch
|pdf
|exe
)$@i)
109 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"Linux",$mirror);
112 # -----------------------------------------------------------
113 # Section: Trend Micro Downloads
114 # -----------------------------------------------------------
117 ($source_url =~ m@
^http
://[^/]*\.trendmicro\.com/activeupdate
/.*@i) &&
118 ($source_url !~ m@
.*/tmnotify\
.dat
$@i) &&
119 ($source_url !~ m@
.*/ini_xml\
.zip
$@i) &&
120 ($source_url !~ m@
.*/server\
.ini
$@i)
123 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"TrendMicro",$mirror);
126 # -----------------------------------------------------------
127 # Section: Symantec Downloads
128 # -----------------------------------------------------------
130 if ($source_url =~ m@
^[h
|f
]tt?p
://[^/]*\.symantec(liveupdate)?\.com/.*\
.(exe
|zip
|vdb
|xdb
)$@i)
132 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"Symantec",$unique);
135 # -----------------------------------------------------------
136 # Section: Apple Downloads
137 # -----------------------------------------------------------
140 (($source_url =~ m@
^http
://swcdn\
.apple\
.com
/content
/downloads
/.*\
.(tar
|pkg
)$@i) ||
141 ($source_url =~ m@
^http
://appldnld\
.apple\
.com\
.edgesuite\
.net
/.*\
.(exe
|dmg
)$@i) ||
142 ($source_url =~ m@
^http
://.*\
.g
.akamai
.net
/.*/3093/1/.*\
.(tar
|pkg
|dmg
|exe
)$@i))
145 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"Apple",$unique);
148 # -----------------------------------------------------------
149 # Section: Avast Downloads
150 # -----------------------------------------------------------
152 if ($source_url =~ m@
^http
://download
[\d
]+\
.avast\
.com
/.*\
.(exe
|vpu
)$@i)
154 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"Avast",$mirror);
157 # -----------------------------------------------------------
159 # -----------------------------------------------------------
160 # Section: Avira Downloads
161 # -----------------------------------------------------------
164 ($source_url =~ m@
^http
://dl[0-9]\
.avgate\
.net
/.*\
.(htm
|html
|gz
)$@i) ||
165 ($source_url =~ m@
^http
://80.190.130.19[4-5]/update/.*\
.(htm
|html
|gz
)$@i) ||
166 ($source_url =~ m@
^http
://62.146.64.14[6-7]/update/.*\
.(htm
|html
|gz
)$@i)
169 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"Avira",$mirror);
172 # -----------------------------------------------------------
173 # Section: IPFire Downloads
174 # -----------------------------------------------------------
176 if ($source_url =~ m@
^[f
|h
]t?tp
://.*\
.(ipfire
)$@i)
178 $xlrator_url = &check_cache
($source_url,$hostaddr,$username,"IPFire",$mirror);
183 # -----------------------------------------------------------
184 # Section: AVG Downloads
185 # -----------------------------------------------------------
187 # if ($source_url =~ m@^http://[^/]*\.(grisoft|avg)\.com/.*\.(bin)$@i)
189 # $xlrator_url = &check_cache($source_url,$hostaddr,$username,"AVG",$mirror);
192 $request="$xlrator_url $hostaddr $username $method\n";
197 # -------------------------------------------------------------------
201 my $filename = $_[0];
207 open(FILE
, $filename) or die "Unable to read file $filename";
211 ($var, $val) = split /=/, $_, 2;
217 # Untaint variables read from hash
218 $var =~ /([A-Za-z0-9_-]*)/; $var = $1;
219 $val =~ /([\w\W]*)/; $val = $1;
220 $hash->{$var} = $val;
227 # -------------------------------------------------------------------
233 open(LOGFILE
,">>$logfile");
234 print LOGFILE
time." $_[0] $_[1] $_[2] $_[3] $_[4]\n";
239 # -------------------------------------------------------------------
245 open(LOGFILE
,">>/var/log/updatexlrator/debug.log");
246 my @now = localtime(time);
247 printf LOGFILE
"%04d-%02d-%02d %02d:%02d:%02d [%d] [%s] %s\n",$now[5]+1900,$now[4]+1,$now[3],$now[2],$now[1],$now[0],$$,"updxlrator",$_[0];
252 # -------------------------------------------------------------------
256 open (FILE
,">>$_[0]");
257 print FILE
"$_[1]\n";
261 # -------------------------------------------------------------------
265 open(DF
,"/bin/df --block-size=1 $_[0]|");
270 my $dfstr = join(' ',@dfdata);
271 my ($device,$size,$used,$free,$percent,$mount) = split(' ',$dfstr);
272 if ($free =~ m/^(\d+)$/)
278 # -------------------------------------------------------------------
282 open(DF
,"/bin/df $_[0]|");
287 my $dfstr = join(' ',@dfdata);
288 my ($device,$size,$used,$free,$percent,$mount) = split(' ',$dfstr);
289 if ($percent =~ m/^(\d+)%$/)
296 # -------------------------------------------------------------------
300 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,$blksize,$blocks) = stat($_[0]);
305 # -------------------------------------------------------------------
309 my $updsource="UPDCACHE";
318 my $useragent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)";
323 $sourceurl =~ s@\
%2f@
/@ig;
324 $updfile = substr($sourceurl,rindex($sourceurl,"/")+1);
325 $updfile =~ s@\
%20@
@ig;
329 $uuid = `echo $updfile | md5sum`;
331 $uuid = `echo $sourceurl | md5sum`;
334 $uuid =~ s/[^0-9a-f]//g;
335 $uuid =~ s/([a-f\d]{8})([a-f\d]{4})([a-f\d]{4})([a-f\d]{4})([a-f\d]{12})/$1-$2-$3-$4-$5/;
338 $vendorid =~ tr/A-Z/a-z/;
340 &debuglog
("Processing URL $sourceurl");
341 &debuglog
("Vendor ID is $vendorid");
342 &debuglog
("UUID is $uuid");
344 if (($proxysettings{'UPSTREAM_PROXY'}) && ($proxysettings{'UPSTREAM_USER'}))
346 $login = "--proxy-user=\"$proxysettings{'UPSTREAM_USER'}\"";
347 if ($proxysettings{'UPSTREAM_PASSWORD'})
349 $login .= " --proxy-password=\"$proxysettings{'UPSTREAM_PASSWORD'}\"";
353 if ($proxysettings{'UPSTREAM_PROXY'}) { &debuglog
("Using upstream proxy $proxysettings{'UPSTREAM_PROXY'}"); }
355 $ENV{'http_proxy'} = $proxysettings{'UPSTREAM_PROXY'};
356 @http_header = `$wget $login --user-agent="$useragent" --spider -S $sourceurl 2>&1`;
357 $ENV{'http_proxy'} = '';
359 foreach (@http_header)
362 if (/^\s*Content-Length:\s/) { $remote_size = $_; $remote_size =~ s/[^0-9]//g; }
363 if (/^\s*Last-Modified:\s/) { $remote_mtime = $_; $remote_mtime =~ s/^\s*Last-Modified:\s//; $remote_mtime = HTTP
::Date
::str2time
($remote_mtime) }
367 (-e
"$updcachedir/$vendorid/$uuid/$updfile") &&
368 ($remote_size == (-s
"$updcachedir/$vendorid/$uuid/$updfile")) &&
369 ($remote_mtime == &getmtime
("$updcachedir/$vendorid/$uuid/$updfile"))
372 &debuglog
("File exists in cache and is up to date");
373 &debuglog
("Retrieving file from cache ($updsource)");
374 &setcachestatus
("$updcachedir/$vendorid/$uuid/access.log",time);
375 $cacheurl="http://$netsettings{'GREEN_ADDRESS'}:$http_port/updatecache/$vendorid/$uuid/$updfile";
379 if (-e
"$updcachedir/$vendorid/$uuid/$updfile")
381 &debuglog
("Local filesize: " . (-s
"$updcachedir/$vendorid/$uuid/$updfile"));
382 &debuglog
("Local timestamp: " . &getmtime
("$updcachedir/$vendorid/$uuid/$updfile"));
383 } else { &debuglog
("File not found in cache"); }
384 $updsource="DLSOURCE";
385 &debuglog
("Remote filesize: $remote_size");
386 &debuglog
("Remote timestamp: $remote_mtime");
387 &debuglog
("Free disk space: " . &diskfree
($updcachedir));
388 &debuglog
("Disk usage: " . &diskusage
($updcachedir) . "% (max. $maxusage%)");
389 if (-e
"$updcachedir/download/$vendorid/$updfile") { &debuglog
("File download/$vendorid/$updfile exists"); }
390 &debuglog
("Retrieving file from source ($updsource)");
391 if ((!$passive_mode) && (&diskusage
($updcachedir) <= $maxusage) && ($remote_size <= &diskfree
($updcachedir)) && (!-e
"$updcachedir/download/$vendorid/$updfile"))
393 &debuglog
("Running command $nice$apphome/bin/download $vendorid $sourceurl $cfmirror &");
394 system("$nice$apphome/bin/download $vendorid $sourceurl $cfmirror &");
396 $cacheurl=$sourceurl;
399 &writelog
($_[1],$_[2],$_[3],$updsource,$sourceurl);
404 # -------------------------------------------------------------------