Changes between Initial Version and Version 1 of Ticket #52222


Ignore:
Timestamp:
Sep 12, 2016, 11:11:35 AM (8 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Please use WikiFormatting, preview your post, fill the port field and Cc the maintainer(s), if any.

It seems Apple's CommonCrypto on 10.8.3 does not support AES encryption? We could avoid this by switching to OpenSSL again, but I would have preferred to avoid the dependency.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52222

    • Property Cc cal@… added
    • Property Owner changed from macports-tickets@… to quentin@…
    • Property Port mosh added
  • Ticket #52222 – Description

    initial v1  
    11I am trying to update mosh from 1.2.5_0 to 1.2.6_0 on OS X 10.8.3, it fails to compile with an error:
    22
     3{{{
    34info:build ocb.cc:393:3: error: use of undeclared identifier 'kCCAlgorithmAES'; did you mean 'kCCAlgorithmDES'?
    45:info:build                 kCCAlgorithmAES,
     
    4647:notice:build Please see the log file for port mosh for details:
    4748    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_mosh/mosh/main.log
     49}}}
    4850
    4951I am not sure how to approach fixing this...