Actions
Bug #3576
closedConsole upgrade automatically skips hash check if no hash file found
Start date:
04/05/2014
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
All
Description
When performing an upgrade via the console, if no hash file for the downloaded image is found at the expected location (image URL with .sha256 / .md5 appended), the upgrade process warns about this but then proceeds without giving the user an opportunity to abort.
Updated by Chris Buechler about 10 years ago
- Target version set to 2.2
Replacing line 90 in rc.initial.firmware_update, the "sleep(15)", with aborting the upgrade instead (making the sha256 validation mandatory under all circumstances) should resolve this.
Updated by Renato Botelho about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 6d9514581abc09a05f6d86633bbd0bb08aab2cf5.
Actions