You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All MD5 checksum files are appear to be improperly formatted as the file name is missing after the actual checksum within the .md5 files.
Because of this this md5sum will output md5sum: WARNING: 1 line is improperly formatted every time one verifies the files.
In security conscious environments where md5sum --strict is required the md5 check will fail, resulting asdf being uninstallable.
Simple fix: Adhere to md5sum file format
Steps to Reproduce
Download a binary release file archive and its corresponding .md5 file into a directory of your choice
In that directory call md5sum -c $theChecksumFilename
Expected Behaviour
All binary release file archives should be verifiable with md5sum without a problem/warning/error
Actual Behaviour
Verifying a any asdf binary release file archive leads to the warning md5sum: WARNING: 1 line is improperly formatted
Environment
Irrelevant as this problem arises before the installation.
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
All MD5 checksum files are appear to be improperly formatted as the file name is missing after the actual checksum within the .md5 files.
Because of this this md5sum will output
md5sum: WARNING: 1 line is improperly formatted
every time one verifies the files.In security conscious environments where
md5sum --strict
is required the md5 check will fail, resulting asdf being uninstallable.Simple fix: Adhere to
md5sum
file formatSteps to Reproduce
md5sum -c $theChecksumFilename
Expected Behaviour
All binary release file archives should be verifiable with
md5sum
without a problem/warning/errorActual Behaviour
Verifying a any asdf binary release file archive leads to the warning
md5sum: WARNING: 1 line is improperly formatted
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: