Bug 133104 - mail/squirrelmail-avelsieve-plugin TLS operation fix
Summary: mail/squirrelmail-avelsieve-plugin TLS operation fix
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 21:40 UTC by neil
Modified: 2009-03-31 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (4.78 KB, patch)
2009-03-26 21:40 UTC, neil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description neil 2009-03-26 21:40:04 UTC
Fixes ports/132529
avelsieve-1.9.7 breaks for TLS encrypted sessions due to inability to handle auto-emitted capability strings
during authentication. A patch to managesieve.lib.php fixes this while leaving unencrypted sessions unaffected.
Tested with squirrelmail-1.4.17 and cyrus-imapd-2.3.14 for TLS/non-TLS sessions using SASL mechanisms:
CRAM-MD5, DIGEST-MD5, LOGIN and PLAIN i.e. all mechanisms supported by avelsieve.
Also modified port to use bsd.squirrelmail.mk build helper.

Fix: Two attachments follow -
	1) Patch for mail/squirrelmail-avelsieve-plugin/Makefile
	2) New file mail/squirrelmail-avelsieve-plugin/files/patch-avelsieve::include::managesieve.lib.php
How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-26 21:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-31 15:08:00 UTC
tabthorpe    2009-03-31 14:07:50 UTC

  FreeBSD ports repository

  Modified files:
    mail/squirrelmail-avelsieve-plugin Makefile 
  Added files:
    mail/squirrelmail-avelsieve-plugin/files 
                                             patch-avelsieve__include__managesieve.lib.php 
  Log:
  - Fix for TLS encrypted sessions
  - Use bsd.squirrelmail.mk
  - Bump PORTREVISION
  
  PR:             ports/133104
  Submitted by:   Neil Darlow <neil darlow.co.uk> (maintainer)
  
  Revision  Changes    Path
  1.3       +4 -64     ports/mail/squirrelmail-avelsieve-plugin/Makefile
  1.1       +55 -0     ports/mail/squirrelmail-avelsieve-plugin/files/patch-avelsieve__include__managesieve.lib.php (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2009-03-31 15:08:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!