Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 424854

Summary: dev-libs/cyrus-2.1.25-r2: subversion lose support for SASL with DIGEST-MD5 after upgrade cyrus-sasl from 2.1.23-r2 to 2.1.25-r2
Product: Gentoo Linux Reporter: Craxy Z <craxyz>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal CC: m_gentoobug, net-mail+disabled, sam
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---

Description Craxy Z 2012-07-05 06:46:04 UTC
After upgrading dev-libs/cyrus-sasl from 2.1.23-r2 to 2.1.25-r2, my subversion client stop working with SASL enabled svn server. The output like this:

$> svn info svn://192.168.0.180/
svn: E210007: Unable to connect to a repository at URL 'svn://192.168.0.180/'
svn: E210007: Cannot negotiate authentication mechanism

while downgrade to cyrus-sasl-2.1.23-r2 svn works again.
I have tested this on two box, and both like that.

PS. wireshark captured traffic shows, when use cyrus-sasl-2.1.25-r2, the negotiate just stopped after server sent success ((DIGEST-MD5) 3:)
PS. I can't build cyrus-sasl-2.1.23-r6 in portage, so I use 2.1.23-r2 ebuild from another old box.

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-libs/cyrus-sasl-2.1.23-r2
2. svn works with SASL
3. emerge =dev-libs/cyrus-sasl-2.1.25-r2
4. svn broken with SASL
Comment 1 Fabian Groffen gentoo-dev 2012-07-05 06:54:33 UTC
I'd say this is a SASL problem, nothing prefix in here