Bug 54592

Summary: [PATCH] mail/mutt-devel: fix APOP, mark SASL as broken
Product: Ports & Packages Reporter: Bruce M Simpson <bms>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
muttfix.col
none
muttfix.col.patch none

Description Bruce M Simpson 2003-07-17 20:10:20 UTC
	The enclosed patch also fixes a link error caused by pop_auth.c
	not using the correct MD5_* function names.

	The SASL code in mutt-devel is not able to authenticate via SASL
	to courier-imap and generates the following error:-

Jul 17 19:55:46 arginine imapd-ssl: Invalid SASL response
Jul 17 19:55:46 arginine imapd-ssl: malloc: No child processes
Jul 17 19:55:52 arginine imapd-ssl: Unexpected SSL connection shutdown.

	Mutt complains about an invalid SASL response.

	Disabling compilation with SASL resolves the issue.
Comment 1 Bruce M Simpson 2003-07-17 20:11:13 UTC
Patch enclosed.

BMS
Comment 2 Udo.Schweigert 2003-07-20 09:30:16 UTC
On Thu, Jul 17, 2003 at 20:06:41 +0100, Bruce M Simpson wrote:
> 	The enclosed patch also fixes a link error caused by pop_auth.c
> 	not using the correct MD5_* function names.
> 
> 	The SASL code in mutt-devel is not able to authenticate via SASL
> 	to courier-imap and generates the following error:-
> 
> Jul 17 19:55:46 arginine imapd-ssl: Invalid SASL response
> Jul 17 19:55:46 arginine imapd-ssl: malloc: No child processes
> Jul 17 19:55:52 arginine imapd-ssl: Unexpected SSL connection shutdown.
> 
> 	Mutt complains about an invalid SASL response.
> 
> 	Disabling compilation with SASL resolves the issue.
> 

This seems to be solved in the mutt cvs version. Anyway: I approve the
submitted patch, so: please could a committer commit the patch to the tree.

Best regards

--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC CERT, Siemens CERT     | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : udo.schweigert@siemens.com
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-20 13:09:33 UTC
State Changed
From-To: open->closed

Committed, thanks!