[MacPorts] #54907: Mosh 1.3.2 cannot be downloaded or configured on osx 10.5

MacPorts noreply at macports.org
Tue Sep 26 21:46:39 UTC 2017


#54907: Mosh 1.3.2 cannot be downloaded or configured on osx 10.5
---------------------+-------------------
  Reporter:  snigel  |      Owner:
      Type:  defect  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.4.1
Resolution:          |   Keywords:
      Port:  Mosh    |
---------------------+-------------------

Comment (by neverpanic):

 As you've discovered, 10.5 does not longer have current root CA
 certificates and will thus fail to download from a lot of websites.
 MacPorts will not manage root CA certificates for you, since we don't feel
 we're in a position to decide who you should trust.

 Additionally, on 10.5 you'll see a lot of servers that no longer support
 the older SSL/TLS protocols supported by 10.5, which will just refuse any
 encrypted connection. There's little we can do about this. You should
 consider moving to a newer system (or run a current Linux if you're stuck
 on PPC).

 As for the CommonCrypto requirement, you need to replace `configure.args
 --with-crypto-library=apple-common-crypto` with `configure.args --with-
 crypto-library=openssl` and add an OpenSSL dependency to `depends_lib`:
 `path:lib/libssl.dylib:openssl`. See
 [216bfe002ea78203d6ad4bfd19926147a95637d3/macports-ports] which introduced
 this change.

 If you can submit a pull request that changes this back to OpenSSL on
 systems that do not have CommonCrypto, I'm willing to merge that. I will,
 however, not spend time on trying to solve 10.5 problems myself.

--
Ticket URL: <https://trac.macports.org/ticket/54907#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list