From 6638e4cdd57d92d1fb75b4e6aa402b5aea06335a Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 27 Dec 2017 03:10:56 +0100 Subject: luci-app-attendedsysupgrade: remove outdated checks the upgrade server used to store a md5 checksum and the image filesize, due to complexity this was removed. Instead a sha256sums file is created by the IB with additional signature. The firmware filesize can be retrived by requesting Content-Length data.sysupgrade_url. As the deeper layers (rpcd) currently do not offer an easy way to to perform a sha256sum check & verify a usign sig these features will be re-added once supported. Until then the security of the sysupgrades depend on TLS and so the luci-app is meant as a demonstration only. Signed-off-by: Paul Spooren --- .../luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applications/luci-app-attendedsysupgrade/luasrc/view') diff --git a/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm b/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm index d12ccba06b..0a8c65ebdd 100644 --- a/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm +++ b/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm @@ -120,6 +120,5 @@ origin = document.location.href.replace(location.pathname, "") ubus_url = origin + "/ubus/" -+ - + <%+footer%> -- cgit v1.2.3