#51051: erlang port - broken checksums ----------------------+------------------------- Reporter: uri@… | Owner: ciserlohn@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: invalid | Keywords: Port: erlang | ----------------------+------------------------- Changes (by larryv@…): * status: reopened => closed * resolution: => invalid Comment: Replying to [comment:3 uri@…]:
MD5 has been deprecated more than a decade ago.
That’s not really relevant unless you’re worried about an active attacker. In any case, I just downloaded the files from the Erlang website and am not seeing the mismatch. {{{ % openssl dgst -rmd160 ~/Downloads/otp_* RIPEMD160(/Users/larryv/Downloads/otp_doc_html_18.3.tar.gz)= ce852db50268f0738723ba6afa69a2218784f856 RIPEMD160(/Users/larryv/Downloads/otp_doc_man_18.3.tar.gz)= d58d6d6e1c4c9c4011ea9d7b2c0fa6e8693021e9 RIPEMD160(/Users/larryv/Downloads/otp_src_18.3.tar.gz)= 290044d1b466c525beaaa0d7d9d83405d7b9cc63 % openssl dgst -sha256 ~/Downloads/otp_* SHA256(/Users/larryv/Downloads/otp_doc_html_18.3.tar.gz)= 8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f SHA256(/Users/larryv/Downloads/otp_doc_man_18.3.tar.gz)= 978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2 SHA256(/Users/larryv/Downloads/otp_src_18.3.tar.gz)= fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 }}} It is possible your distfiles were corrupted locally or are corrupted on one of our mirrors, which would be unfortunate. Run `sudo port clean --all erlang` and try installing again. -- Ticket URL: <https://trac.macports.org/ticket/51051#comment:4> MacPorts <https://www.macports.org/> Ports system for macOS