From owner-cvs-ports@FreeBSD.ORG Sun Sep 11 20:20:55 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8141A1065670; Sun, 11 Sep 2011 20:20:55 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 715738FC13; Sun, 11 Sep 2011 20:20:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8BKKtLY085565; Sun, 11 Sep 2011 20:20:55 GMT (envelope-from rea@repoman.freebsd.org) Received: (from rea@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8BKKt4j085564; Sun, 11 Sep 2011 20:20:55 GMT (envelope-from rea) Message-Id: <201109112020.p8BKKt4j085564@repoman.freebsd.org> From: Eygene Ryabinkin Date: Sun, 11 Sep 2011 20:20:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/offlineimap Makefile distinfo pkg-plist ports/mail/offlineimap/files patch-520e39d patch-docs-MANUAL.rst X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2011 20:20:55 -0000 rea 2011-09-11 20:20:55 UTC FreeBSD ports repository Modified files: mail/offlineimap Makefile distinfo pkg-plist Added files: mail/offlineimap/files patch-docs-MANUAL.rst Removed files: mail/offlineimap/files patch-520e39d Log: OfflineIMAP: upgrade to 6.3.4 - removed applied upstream patch; - added patch for MANUAL.rst that eliminates RST -> HTML translation error. Relevant changelog entries since 6.3.3: OfflineIMAP v6.3.4 (2011-08-10) =============================== * CHANGE: Handle when UID can't be found on saved messages. OfflineIMAP v6.3.4-rc4 (2011-07-27) =================================== * CHANGE: Manual improved. OfflineIMAP v6.3.4-rc3 (2011-07-07) =================================== * NEW FEATURE: Added StartTLS support, it will automatically be used if the server supports it. * BUG FIX: We protect more robustly against asking for inexistent messages from the IMAP server, when someone else deletes or moves messages while we sync. OfflineIMAP v6.3.4-rc2 (2011-06-15) =================================== * NEW FEATURE: Implement experimental IDLE feature. * CHANGE: Maildirs use less memory while syncing. * BUG FIX: Saving to Maildirs now checks for file existence without race conditions. * BUG FIX: A bug in the underlying imap library has been fixed that could potentially lead to data loss if the server interrupted responses with unexpected but legal server status responses. This would mainly occur in folders with many thousands of emails. Upgrading from the previous release is strongly recommended. NOTE: the latter bug fix was already integrated into FreeBSD port version 6.3.3_1. OfflineIMAP v6.3.4-rc1 (2011-05-16) =================================== * NEW FEATURE: Begin sphinx-based documentation for the code. * NEW FEATURE: Enable 1-way synchronization by settting a [Repository ...] to readonly = True. When e.g. using offlineimap for backup purposes you can thus make sure that no changes in your backup trickle back into the main IMAP server. * NEW FEATURE: Optional: experimental SQLite-based backend for the LocalStatus cache. Plain text remains the default. * CHANGE: Start a enhanced error handling background system. This is designed to not stop a whole sync process on all errors (not much used, yet). * CHANGE: Documentation improvements: the FAQ wins new entries and add a new HACKING file for developers. * CHANGE: Lot of code cleanups. * CHANGE: Reduced our sync logic from 4 passes to 3 passes (integrating upload of "new" and "existing" messages into one function). This should result in a slight speedup. * CHANGE: No whitespace is stripped from comma-separated arguments passed via the -f option. * CHANGE: Give more detailed error when encountering a corrupt UID mapping file. * BUG FIX: Drop connection if synchronization failed. This is needed if resuming the system from suspend mode gives a wrong connection. * BUG FIX: Fix the offlineimap crash when invoking debug option 'thread'. * BUG FIX: Make 'thread' command line option work. PR: ports/159815 Approved-by: sergei (maintainer timeout) Feature-safe: yes Revision Changes Path 1.36 +5 -4 ports/mail/offlineimap/Makefile 1.22 +2 -2 ports/mail/offlineimap/distinfo 1.2 +0 -863 ports/mail/offlineimap/files/patch-520e39d (dead) 1.1 +22 -0 ports/mail/offlineimap/files/patch-docs-MANUAL.rst (new) 1.11 +7 -1 ports/mail/offlineimap/pkg-plist