In the following, openssl is openssl @1.0.2p_0. The same openssl.cnf is used for both test
I did this
$ sudo port installed curl
The following ports are currently installed:
curl @7.59.0_0+ssl
curl @7.60.0_0+ssl (active)
curl @7.61.0_0+ssl
$ curl --version
curl 7.60.0 (x86_64-apple-darwin17.5.0) libcurl/7.60.0 OpenSSL/1.0.2p zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5)
Release-Date: 2018-05-16
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy PSL
$ curl --engine list
Build-time engines:
rdrand
dynamic
pkcs11
$ sudo port activate curl @7.61.0_0+ssl
---> Computing dependencies for curl
---> Deactivating curl @7.60.0_0+ssl
---> Cleaning curl
---> Activating curl @7.61.0_0+ssl
---> Cleaning curl
$ curl --version
curl 7.61.0 (x86_64-apple-darwin17.6.0) libcurl/7.61.0 OpenSSL/1.0.2p zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5)
Release-Date: 2018-07-11
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy PSL
$ curl --engine list
Build-time engines:
<none>
I expected the following
$ curl --version
curl 7.61.0 (x86_64-apple-darwin17.6.0) libcurl/7.61.0 OpenSSL/1.0.2p zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5)
Release-Date: 2018-07-11
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy PSL
$ curl --engine list
Build-time engines:
rdrand
dynamic
pkcs11
operating system
Mac OS 10.13.6 & MacPorts 2.5.3
In the following, openssl is openssl @1.0.2p_0. The same openssl.cnf is used for both test
I did this
I expected the following
operating system
Mac OS 10.13.6 & MacPorts 2.5.3