#33810 closed update (fixed)
mosh @1.1.2 port update
Reported by: | quentinmit (Quentin Smith) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | haspatch maintainer | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | mosh |
Description
See attached patch to update mosh to 1.1.2, which adds support for Leopard.
This also adds a dependency on poll-emulator on Leopard.
My test Leopard machine is unable to download the tarball due to a certificate error on github.com; is it possible to get the tarball put into distfiles? This appears Leopard-specific; my Lion test machine can download it just fine.
Attachments (1)
Change History (5)
Changed 13 years ago by quentinmit (Quentin Smith)
Attachment: | mosh-1.1.2.diff added |
---|
comment:1 Changed 13 years ago by drkp (Dan Ports)
Owner: | changed from macports-tickets@… to dports@… |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by drkp (Dan Ports)
Replying to quentin@…:
My test Leopard machine is unable to download the tarball due to a certificate error on github.com; is it possible to get the tarball put into distfiles? This appears Leopard-specific; my Lion test machine can download it just fine.
The distfiles mirror gets updated automatically on commit, so that's already done.
It sounds like Leopard's curl has an old CA bundle or something. I guess this happens for anything fetched from github on Leopard, but it's probably not worth doing anything about, since it retries on the distfiles mirror once the fetch fails.
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
The github portgroup contains a line that was supposed to address this issue:
fetch.ignore_sslcert yes
I'm not sure why this is not working for you.
Thanks, committed in r91311.