Date: Sun, 17 Oct 2010 01:42:07 GMT From: Jason <jgh@experts-exchange.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/151513: [patch] mail/archivemail : serious bug in IMAP namespace handling Message-ID: <201010170142.o9H1g7k5045127@www.freebsd.org> Resent-Message-ID: <201010170150.o9H1o7Q4079756@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 151513 >Category: ports >Synopsis: [patch] mail/archivemail : serious bug in IMAP namespace handling >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 01:50:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jason >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: Experts Exchange, LLC. >Environment: FreeBSD eggman.experts-exchange.com 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: I opened a ticket with archivemail folks for a bug I found in archiving my INBOX via imaps. http://sourceforge.net/tracker/?func=detail&atid=456910&aid=3083236&group_id=49630 >From a software maintainer: "Damn, damn, damn. A serious bug in the IMAP namespace handling." >How-To-Repeat: Try to archive inbox on old software via imaps. This shouldn't work. Apply patch, and it will work after updating. >Fix: He closed the ticket today with a new release, and I was able to update and archive my mail successfully using my patch. Patch attached with submission follows: --- archivemail/Makefile.orig 2010-10-16 14:58:31.000000000 -0700 +++ archivemail/Makefile 2010-10-16 14:59:04.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= archivemail -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 CATEGORIES= mail MASTER_SITES= SF --- archivemail/distinfo.orig 2010-10-16 14:58:37.000000000 -0700 +++ archivemail/distinfo 2010-10-16 14:59:15.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (archivemail-0.8.0.tar.gz) = 9708680537d1e6802d4e0960b68cd09b -SHA256 (archivemail-0.8.0.tar.gz) = d43ebf065445e514dac8bea232b8d274721fe4a5f1971cd3597a4ba400e4b117 -SIZE (archivemail-0.8.0.tar.gz) = 56638 +MD5 (archivemail-0.8.2.tar.gz) = 04d8a028767b2a7531e1f3ee120f6eae +SHA256 (archivemail-0.8.2.tar.gz) = 4e99e9db292baa09c7bc0cc69d613a09dc3a29f4253f368e0c4995daac09c7e3 +SIZE (archivemail-0.8.2.tar.gz) = 57913 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010170142.o9H1g7k5045127>