Bug 133104

Summary: mail/squirrelmail-avelsieve-plugin TLS operation fix
Product: Ports & Packages Reporter: neil
Component: Individual Port(s)Assignee: Thomas Abthorpe <tabthorpe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!