[MacPorts] #38015: OpenSSL 1.0.1d Broken

MacPorts noreply at macports.org
Mon Feb 11 21:30:48 PST 2013


#38015: OpenSSL 1.0.1d Broken
--------------------------+-------------------
  Reporter:  dylanryan@…  |      Owner:  mww@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.1.3
Resolution:               |   Keywords:
      Port:  OpenSSL      |
--------------------------+-------------------

Comment (by leo@…):

 Complete workaround:
 {{{
 sudo port edit openssl
 }}}
 Remove "no-asm" from
 {{{
 configure.args      -L${prefix}/lib --openssldir=${prefix}/etc/openssl
 zlib no-krb5 shared no-asm
 }}}
 to
 {{{
 configure.args      -L${prefix}/lib --openssldir=${prefix}/etc/openssl
 zlib no-krb5 shared
 }}}
 Rebuild openssl port
 {{{
 sudo port upgrade --force openssl
 }}}
 32-bit & 64-bit version of wget, curl and "openssl s_client" work fine

-- 
Ticket URL: <https://trac.macports.org/ticket/38015#comment:19>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list