Dann wird die Datei wsusscn2.cab schon in Ordnung sein. Die Prüfsummen stehen in der Datei wsusoffline/client/md/hashes-wsus.txt, die von hashdeep angelegt wird. Die Felder sind durch Kommas getrennt und haben die Reihenfolge:
Dateigröße in Bytes, MD5, SHA1, SHA256, relativer Pfad
(Eigentlich ist es ja ziemlich übertrieben, immer gleich drei Hashsummen zu berechnen. Wenn man wenigstens SHA256 weglassen könnte, würde alles doppelt so schnell laufen.)
"sigcheck -h" zeigt dieselben Dateiprüfsummen an.
Die zweite URL für outlfltr2013-kb2760587-fullfile-x64-glb.exe ist ebenfalls nicht mehr gültig:
- Code: Select all
wget --spider http://download.microsoft.com/download/F/C/A/FCAF5B4E-2005-4217-99DC-C755476D5911/outlfltr2013-kb2760587-fullfile-x64-glb.exe
Spider-Modus eingeschaltet. Prüfe ob die Datei auf dem Server existiert.
--2016-05-25 20:53:01-- http://download.microsoft.com/download/F/C/A/FCAF5B4E-2005-4217-99DC-C755476D5911/outlfltr2013-kb2760587-fullfile-x64-glb.exe
Auflösen des Hostnamen »download.microsoft.com (download.microsoft.com)«... 104.81.34.195, 2a02:26f0:e5:198::e59, 2a02:26f0:e5:195::e59
Verbindungsaufbau zu download.microsoft.com (download.microsoft.com)|104.81.34.195|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
Die Datei auf dem Server existiert nicht -- Link nicht gültig!
Die Download-Links auf der Seite
https://support.microsoft.com/en-us/kb/2760587 funktionieren auch nicht, jedenfalls nicht mit Firefox, und es ist nicht erkennbar, ob sie durch andere Downloads abgelöst wurden.
Die beiden ungültigen Links stammen anscheinend aus dem Archiv download_install_Lists.zip von cababs, das zusätzliche Dateien für die Verzeichnisse ../static/custom/ und ../client/static/custom/ enthält:
- Code: Select all
$ grep -F -i 3136000 -r .
./static/custom/StaticDownloadLinks-w60-x86-glb.txt:http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x86.exe
./static/custom/StaticDownloadLinks-w60-x64-glb.txt:http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x64.exe
./client/static/custom/StaticUpdateIds-w60-x86.txt:3136000
./client/static/custom/StaticUpdateIds-w60-x64.txt:3136000
$ grep -F -i 2760587 -r .
./static/custom/StaticDownloadLinks-o2k13-glb.txt:http://download.microsoft.com/download/F/C/A/FCAF5B4E-2005-4217-99DC-C755476D5911/outlfltr2013-kb2760587-fullfile-x64-glb.exe
./client/static/custom/StaticUpdateIds-o2k13.txt:2760587
Wir hatten in einem anderen Thread schon festgestellt, dass sich manche Updates aus diesem Archiv nicht installieren lassen. Aber wahrscheinlich schadet es auch nicht, wenn sie trotzdem getestet und dann automatisch übersprungen werden. Das muss dann jeder für sich entscheiden.
viewtopic.php?f=2&t=4182