Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424854 - 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
Summary: dev-libs/cyrus-2.1.25-r2: subversion lose support for SASL with DIGEST-MD5 af...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 OS X
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-05 06:46 UTC by Craxy Z
Modified: 2021-04-12 07:48 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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