Bug 54592 - [PATCH] mail/mutt-devel: fix APOP, mark SASL as broken
Summary: [PATCH] mail/mutt-devel: fix APOP, mark SASL as broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 20:10 UTC by Bruce M Simpson
Modified: 2003-07-20 13:09 UTC (History)
0 users

See Also:


Attachments
muttfix.col (75 bytes, text/plain)
2003-07-17 20:10 UTC, Bruce M Simpson
no flags Details
muttfix.col.patch (1.74 KB, patch)
2003-07-17 20:11 UTC, Bruce M Simpson
no flags Details | Diff

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