#16386 closed defect (fixed)
curl-ca-bundle 7.18.2_0 - checksums fail
Reported by: | macports@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | curl curl-ca-bundle checksum | Cc: | macports@… |
Port: |
Description
When I try to install curl with the ssl variant, the checksum check will fail on certdata-1.48.txt
$ sudo port install curl +ssl ---> Fetching curl-ca-bundle ---> Attempting to fetch certdata-1.48.txt from http://lxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 ---> Verifying checksum(s) for curl-ca-bundle Error: Checksum (md5) mismatch for certdata-1.48.txt Error: Checksum (sha1) mismatch for certdata-1.48.txt Error: Checksum (rmd160) mismatch for certdata-1.48.txt Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: curl-ca-bundle Error: Status 1 encountered during processing.
The checksums on certdata-1.48.txt don't match those in /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/curl-ca-bundle/Portfile. I downloaded certdata-1.48.txt several times from the mozilla site and I get the same checksums.
$ md5 /opt/local/var/macports/distfiles/curl/certdata-1.48.txt MD5 (/opt/local/var/macports/distfiles/curl/certdata-1.48.txt) = e3fe9f08888c395266ba26adef3928a2 $ openssl sha1 /opt/local/var/macports/distfiles/curl/certdata-1.48.txt SHA1(/opt/local/var/macports/distfiles/curl/certdata-1.48.txt)= 5193599927939deb2217e9b7f34329def8cd2735 $ openssl rmd160 /opt/local/var/macports/distfiles/curl/certdata-1.48.txt RIPEMD160(/opt/local/var/macports/distfiles/curl/certdata-1.48.txt)= e556d22d3ca7ad0238e57600992f03b1e8211ef0
Change History (5)
comment:1 Changed 16 years ago by macports@…
Cc: | macports@… added |
---|
comment:2 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
Assigning to maintainer.
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r39596. Updated to certdata.txt 1.49. Thanks for reporting the problem.
Note: See
TracTickets for help on using
tickets.
Cc Me!