#43172: distfiles are not being mirrored ------------------------------+------------------------- Reporter: Peter_Dyballa@… | Owner: skarulkar@… Type: defect | Status: new Priority: High | Milestone: Component: server/hosting | Version: Resolution: | Keywords: Port: | ------------------------------+------------------------- Comment (by ryandesign@…): Replying to [comment:17 Peter_Dyballa@…]:
Replying to [comment:14 egall@…]:
Replying to [comment:8 nad@…]:
On 10.5 Leopard, it looks like MacPorts base uses the system `curl` to download packages. Its certificate bundle is in `/usr/share/curl` and was last updated in 2007. What worked for me was to replace it with a copy of the MacPorts one assuming you have the `curl` port installed:
{{{ sudo sh cd /usr/share/curl cp -p curl-ca-bundle.crt curl-ca-bundle-out-of-date-system- backup.crt cp -p /opt/local/share/curl/curl-ca-bundle.crt . exit }}}
For me this fixes all reported issues.
It doesn't fix the fact that our distfiles mirror hasn't been mirroring our distfiles since March; our server admins need to figure out what's causing that and fix it.
What keeps me wondering is why I have a superfluous MacPorts curl installation which does not get used …
The command "`port installed depends:curl`" will show which of your installed ports depend on curl. If there aren't any, you can of course uninstall curl. MacPorts doesn't generally itself use the ports you installed because that can cause problems during upgrades, or if for any other reason that port becomes unusable. -- Ticket URL: <https://trac.macports.org/ticket/43172#comment:18> MacPorts <http://www.macports.org/> Ports system for OS X