The hash files (md5, sha1) for validating downloaded source are not correclty formed, breaking the check (-c) function:
wget https://www.openssl.org/source/openssl-1.0.1m.tar.gz wget https://www.openssl.org/source/openssl-1.0.1m.tar.gz.sha1 build@c7test:~/p4/zimbra/main/ThirdParty/openssl/src$ sha1sum -c openssl-1.0.1m.tar.gz.sha1 sha1sum: openssl-1.0.1m.tar.gz.sha1: no properly formatted SHA1 checksum lines found build@c7test:~/p4/zimbra/main/ThirdParty/openssl/src$ cat openssl-1.0.1m.tar.gz.sha1 4ccaf6e505529652f9fdafa01d1d8300bd9f3179 Now, to have it correctly formatted: build@c7test:~/p4/zimbra/main/ThirdParty/openssl/src$ sha1sum openssl-1.0.1m.tar.gz > openssl-1.0.1m.tar.gz.sha1 build@c7test:~/p4/zimbra/main/ThirdParty/openssl/src$ cat openssl-1.0.1m.tar.gz.sha1 4ccaf6e505529652f9fdafa01d1d8300bd9f3179 openssl-1.0.1m.tar.gz build@c7test:~/p4/zimbra/main/ThirdParty/openssl/src$ sha1sum -c openssl-1.0.1m.tar.gz.sha1 openssl-1.0.1m.tar.gz: OK --Quanah -- Quanah Gibson-Mount Platform Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
