Hi,
has anyone noticed that hash checksum for both tar.gz files is different from checksums provided here:
https://www.makemkv.com/download/makemkv-sha-1.18.3.txt
installation files for windows and macos are OK
makemkv-bin-1.18.3.tar.gz - 3883ad40907f737d4dad5a846ec93d2327458da0f48b1090578d0f3afa34ee7e
makemkv-oss-1.18.3.tar.gz - 62b08895d3f439a7553b4874df5fa6e36b484c7d2c22404b6c3f2cae816c4383
is it just mistake and admin forget to update makemkv-sha-1.18.3.txt file or both files are compromised?
Files integrity
Re: Files integrity
No, unless the files were for reasons changed very recently without getting a version bump. The checksums in the txt are the same one in https://aur.archlinux.org/cgit/aur.git/ ... 6d7b178478. It has been building fine. Last time I built it was like a couple days ago.is it just mistake and admin forget to update
Maybe.both files are compromised
Re: Files integrity
The checksums for v1.17.6 and v1.17.7 also appear to differ for Linux (once again, the checksums for Windows and macOS appear to match). I haven't tested the other versions yet.has anyone noticed that hash checksum for both tar.gz files is different from checksums provided here:
https://www.makemkv.com/download/makemkv-sha-1.18.3.txt
Re: Files integrity
Both .tar.gz files for Linux are correct, but mis-packaged. Do the following:Sayaka wrote: ↑Fri May 29, 2026 10:37 amhas anyone noticed that hash checksum for both tar.gz files is different from checksums provided here:
The checksums for v1.17.6 and v1.17.7 also appear to differ for Linux (once again, the checksums for Windows and macOS appear to match). I haven't tested the other versions yet.
Code: Select all
$ wget https://www.makemkv.com/download/makemkv-bin-1.18.3.tar.gz
$ gunzip makemkv-bin-1.18.3.tar.gz
$ mv makemkv-bin-1.18.3.tar makemkv-bin-1.18.3.tgz
$ sha256sum makemkv-bin-1.18.3.tgz
Code: Select all
c1ee720ae91b276a7c89be861146c5b934631831e8d6c8f453406435724e92bdRe: Files integrity
It's still somewhat strange and suspicious (even though I know this "double-gzip'ing" issue has happend before), especially when it didn't happen when the version was first released but after such a long time.
Re: Files integrity
I agree with tomty89, are we really suppose to install on our desktops software with incorrect checksum? maybe it's mis-packge issue, maybe it's malware, who knows.
The whole point of file checksum is trust - if it match, it means that we have original installation file, if not - who knows what happen.
i mean, it's not uncommon, just recently notepad++, very trustworthy software was compromised, same thing happened to handbreak years ago.
we have forum admins, can they correct either linux packges or hash file on makemkv website?
The whole point of file checksum is trust - if it match, it means that we have original installation file, if not - who knows what happen.
i mean, it's not uncommon, just recently notepad++, very trustworthy software was compromised, same thing happened to handbreak years ago.
we have forum admins, can they correct either linux packges or hash file on makemkv website?
Re: Files integrity
Apologies for being late, but thank you. I can confirm that the same is true for 1.17.6 and 1.17.7 as well.MrPenguin wrote: ↑Fri May 29, 2026 2:10 pmBoth .tar.gz files for Linux are correct, but mis-packaged. Do the following:and you should get:Code: Select all
$ wget https://www.makemkv.com/download/makemkv-bin-1.18.3.tar.gz $ gunzip makemkv-bin-1.18.3.tar.gz $ mv makemkv-bin-1.18.3.tar makemkv-bin-1.18.3.tgz $ sha256sum makemkv-bin-1.18.3.tgzAnd similarly for makemkv-oss-1.18.3.tar.gz, of course.Code: Select all
c1ee720ae91b276a7c89be861146c5b934631831e8d6c8f453406435724e92bd
Unless the .txt hash files themselves were somehow also tampered with (and wouldn't that be unlikely, with the PGP signature being correct ?), the odds that a malware-infected MakeMKV could somehow generate a valid SHA-256 hash on an archive file, even a mispackaged one, are basically non-existent. See here : https://condensation.io/notes/hash-collisions/The whole point of file checksum is trust - if it match, it means that we have original installation file, if not - who knows what happen.