[MacPorts] #67442: openssh @9.3p1_0+kerberos5+xauth not compatible with openssl @3_10--segmentation fault

MacPorts noreply at macports.org
Tue May 16 22:27:38 UTC 2023


#67442: openssh @9.3p1_0+kerberos5+xauth not compatible with openssl @3_10--
segmentation fault
-----------------------------+---------------------
 Reporter:  EJFielding       |      Owner:  (none)
     Type:  defect           |     Status:  new
 Priority:  Normal           |  Milestone:
Component:  ports            |    Version:  2.8.1
 Keywords:  openssh openssl  |       Port:  openssh
-----------------------------+---------------------
 I recently installed a port that apparently triggered an update to the
 `openssl` port so I have `openssl @3_10` installed and active.

 I tried to use the `ssh` program from the `openssh` port (version
 `@9.2p1_0+kerberos5+xauth`) and I got an error about a version mismatch:
 {{{
 OpenSSL version mismatch. Built against 30000080, you have 30100000
 }}}

 I then ran `port selfupdate` and `port upgrade outdated` and it installed
 a new version of the `openssh @9.3p1_0+kerberos5+xauth`.

 The new version 9.3 now simply fails with a `Segmentation fault`.

 I checked what `ssh` is linked to with:
 {{{
 otool -L /opt/local/bin/ssh
 /opt/local/bin/ssh:
         /usr/lib/libbsm.0.dylib (compatibility version 1.0.0, current
 version 1.0.0)
         /usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current
 version 1.0.0)
         /opt/local/lib/libgssapi_krb5.2.2.dylib (compatibility version
 2.0.0, current version 2.2.0)
         /opt/local/libexec/openssl3/lib/libcrypto.3.dylib (compatibility
 version 3.0.0, current version 3.0.0)
         /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current
 version 1.2.13)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 1319.100.3)
 }}}

 I am on macOS 13.3.1(a) and this is an Intel Mac.

-- 
Ticket URL: <https://trac.macports.org/ticket/67442>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list