]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
update accelerator: Cache .msp files for Adobe
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Nov 2018 16:45:30 +0000 (16:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Nov 2018 16:45:30 +0000 (16:45 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/125/filelists/files
config/updxlrator/updxlrator

index 889365e1d1d9a6094fc8d7a1cda1bb4f3caaae5c..2ab27e55efbad86d76bf642edff36f175db9947e 100644 (file)
@@ -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
index ff23b3a95184e2843668a9e18263efed4aaa2e95..865408c8537a00b5d2d160c87d1ad24f4e27ed5f 100644 (file)
@@ -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)
           )
        {