From: Michael Tremer Date: Thu, 8 Nov 2018 16:45:30 +0000 (+0000) Subject: update accelerator: Cache .msp files for Adobe X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01a3c346dd33fb64ebd969662e80dda2d822a209;p=people%2Fms%2Fipfire-2.x.git update accelerator: Cache .msp files for Adobe Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/125/filelists/files b/config/rootfiles/core/125/filelists/files index 889365e1d1..2ab27e55ef 100644 --- a/config/rootfiles/core/125/filelists/files +++ b/config/rootfiles/core/125/filelists/files @@ -10,6 +10,7 @@ srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/cgi-bin/media.cgi srv/web/ipfire/cgi-bin/pakfire.cgi usr/sbin/firewall-policy +usr/sbin/updxlrator usr/local/bin/backupiso usr/local/bin/makegraphs var/ipfire/backup/bin/backup.pl diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator index ff23b3a951..865408c853 100644 --- a/config/updxlrator/updxlrator +++ b/config/updxlrator/updxlrator @@ -97,8 +97,8 @@ while (<>) { if ( - ($source_url =~ m@^http://(ar)?download\.adobe\.com/.*\.(exe|msi|bin|dmg|idx|gz)$@i) || - ($source_url =~ m@^http://swupdl\.adobe\.com/updates/.*\.(exe|msi|bin|dmg|idx|gz|[a-z][a-z]_[A-Z][A-Z])$@i) || + ($source_url =~ m@^http://(ar)?download\.adobe\.com/.*\.(exe|ms[ip]|bin|dmg|idx|gz)$@i) || + ($source_url =~ m@^http://swupdl\.adobe\.com/updates/.*\.(exe|ms[ip]|bin|dmg|idx|gz|[a-z][a-z]_[A-Z][A-Z])$@i) || ($source_url =~ m@^http://swupmf\.adobe\.com/manifest/.*\.upd$@i) ) {