Changes between Initial Version and Version 1 of Ticket #38369


Ignore:
Timestamp:
Mar 12, 2013, 8:28:48 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks for the ticket. In the future, please Cc relevant port maintainers and use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38369

    • Property Keywords ssl darwinssl removed
    • Property Owner changed from macports-tickets@… to ryandesign@…
  • Ticket #38369 – Description

    initial v1  
    1 Per <http://daniel.haxx.se/blog/2012/06/28/darwin-native-ssl-for-curl/> the curl project has supported using Apple's native Secure Transport facility for SSL since 7.27.0; we're currently on 7.29.0.
     1Per http://daniel.haxx.se/blog/2012/06/28/darwin-native-ssl-for-curl/ the curl project has supported using Apple's native Secure Transport facility for SSL since 7.27.0; we're currently on 7.29.0.
    22
    33With Secure Transport, the system keychain is used for trust anchors; this is sufficient benefit that I think it worth supporting a third SSL-related build variant.
     
    55"This ninth supported SSL library is now called ‘darwinssl’ in the curl code base." -- on this basis, I called the variant in the attached patch "darwinssl"; this is my first upstream contribution for MacPorts and I'm not aware of how to constrain this option to be available only on darwin, given that the port declares it is also appropriate for FreeBSD.  I'm using curl built this way now.
    66
     7{{{
    78% port installed curl
    89The following ports are currently installed:
     
    1314Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
    1415Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz
     16}}}
    1517
    1618I can retrieve content from a site using a cert for a local CA that is installed in the keychains.