slimserver icon indicating copy to clipboard operation
slimserver copied to clipboard

sha1 needs to be upgraded

Open viviparous opened this issue 9 years ago • 3 comments

sha1 is deprecated

viviparous avatar Oct 16 '16 17:10 viviparous

As a first step exchanging Digest::SHA1 by Digest::SHA works, I've already changed this locally and no issues so far.

On nearly all places it should be possible to switch sha1 to sha512 also, I'm only unsure about the Slim/Utils/Firmware.pm, since there sha1 is used to match a checksum with a downloaded file.

maniacgit avatar Sep 21 '17 15:09 maniacgit

More places which need more work:

  • plugin repositories: 3rd parties would need to update their plugins and repository files
  • mysb.com interaction: needs mysb side changes, too

mherger avatar Sep 22 '17 04:09 mherger

MySB interaction issue has been resolved in LMS 8.2 by using a new auth system.

mherger avatar Apr 26 '22 10:04 mherger