Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #16386 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

curl-ca-bundle 7.18.2_0 - checksums fail

Reported by: macports@… Owned by: ryandesign@…
Priority: Normal Milestone: Port Bugs
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

Changed 3 months ago by macports@…

  • cc macports@… added

Cc Me!

Changed 3 months ago by blb@…

  • owner changed from macports-tickets@… to ryandesign@…

Assigning to maintainer.

Changed 3 months ago by ryandesign@…

  • status changed from new to assigned

Changed 3 months ago by ryandesign@…

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r39596. Updated to certdata.txt 1.49. Thanks for reporting the problem.

Note: See TracTickets for help on using tickets.