From owner-cvs-ports@FreeBSD.ORG Thu Jul 29 20:34:04 2010 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 771AC1065677; Thu, 29 Jul 2010 20:34:04 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67D8A8FC1F; Thu, 29 Jul 2010 20:34:04 +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 o6TKY4v3024001; Thu, 29 Jul 2010 20:34:04 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o6TKY4qv024000; Thu, 29 Jul 2010 20:34:04 GMT (envelope-from dougb) Message-Id: <201007292034.o6TKY4qv024000@repoman.freebsd.org> From: Doug Barton Date: Thu, 29 Jul 2010 20:34:04 +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/pine-pgp-filters Makefile distinfo 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: Thu, 29 Jul 2010 20:34:04 -0000 dougb 2010-07-29 20:34:04 UTC FreeBSD ports repository Modified files: mail/pine-pgp-filters Makefile distinfo Log: Update to version 1.8: * Complete overhaul of ppf_mime. Determine the MIME message boundary using more reliable (albeit more complex) means, and special case a lot of client behavior to allow verification of a wider variety of messages. For display, de-code more of the MIME en-coding so that the messages are much more readable. Use the same tricks to display decrypted messages in ppf_mime_decrypt. These changes have several major benefits: a. Support for PGP/MIME messages generated by well over a dozen MUAs. b. Support for verifying signatures on attachments, and a clear indication that attachments are signed (or not). c. Greatly improved readability. With the exception of text coloring (URLs, signatures, etc.), 8-bit characters, and some types of messages sent with format=flowed, messages displayed by the filter are identical to the display in Alpine. * For ppf_{decrypt|encrypt|sign|verify} add 'clear' commands so that nothing is left behind in the "user interface" area between scripts. For _verify, add a message indicating that we are verifying, along with a helpful hint about delays caused by auto-key-retrieve. Revision Changes Path 1.18 +3 -5 ports/mail/pine-pgp-filters/Makefile 1.11 +6 -6 ports/mail/pine-pgp-filters/distinfo