[MacPorts] #67931: Subversion client svn fails with openssl3.1

MacPorts noreply at macports.org
Tue Aug 8 14:20:55 UTC 2023


#67931: Subversion client svn fails with openssl3.1
------------------------------+---------------------------------
 Reporter:  MichaelJFischer   |      Owner:  (none)
     Type:  defect            |     Status:  new
 Priority:  Normal            |  Milestone:
Component:  ports             |    Version:  2.8.1
 Keywords:  svn sasl openssl  |       Port:  openssl3 subversion
------------------------------+---------------------------------
 Subversion client no longer works with repositories configurated to use
 sasl authentication.
 {{{
 > svn update
 Updating '.':
 svn: E170013: Unable to connect to a repository at URL 'svn://...'
 svn: E170001: SASL authentication error: SASL(-1): generic failure:
 internal error: failed to init cipher 'rc4'
 }}}
 A fix is to rebuild openssl3 as suggested by ryandesign (Ryan Schmidt) in
 comment7 to ticket #67149:
 {{{
 sudo port upgrade --enforce-variants openssl3 +legacy
 }}}
 After the rebuild, svn works normally.
 The build script for svn should be changed to reflect that it needs the
 +legacy variant of openssl3.

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


More information about the macports-tickets mailing list