From owner-cvs-all@FreeBSD.ORG Sat Dec 1 22:01:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8913816A417; Sat, 1 Dec 2007 22:01:44 +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 711E913C45D; Sat, 1 Dec 2007 22:01:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB1M1iLr078876; Sat, 1 Dec 2007 22:01:44 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB1M1iug078875; Sat, 1 Dec 2007 22:01:44 GMT (envelope-from dougb) Message-Id: <200712012201.lB1M1iug078875@repoman.freebsd.org> From: Doug Barton Date: Sat, 1 Dec 2007 22:01:44 +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 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 22:01:44 -0000 dougb 2007-12-01 22:01:44 UTC FreeBSD ports repository Modified files: mail/pine-pgp-filters Makefile distinfo pkg-descr Log: Update to version 1.5. There are many changes to improve portability to other platforms (notably to Linux) and several substantive changes: Bug fixes ========= 1. Add error handling for failed TDIR creation in ppf_decrypt, ppf_verify, and ppf_mime*. 2. Fix error handling in ppf_mime_decrypt. Improvements ============ 1. When displaying MIME messages after verification, substitute a space for the MIME'ified =20 character at the end of a line, and substitute an = sign for the MIME'ified =3D. This greatly improves readability of the verified message. 2. Add a --- Status --- line for the beginning and end of the PGP stuff which includes a timestamp to help avoid a socially engineered message that includes the "good signature" output in the same format as what we print. Notes ===== 1. Support for other than GnuPG was dropped in this version, which I don't think will actually affect anyone. 2. I did do a version 1.4, but it was a limited release. See CHANGES for more information. Approved by: portmgr (erwin) Revision Changes Path 1.10 +5 -5 ports/mail/pine-pgp-filters/Makefile 1.8 +6 -6 ports/mail/pine-pgp-filters/distinfo 1.5 +3 -4 ports/mail/pine-pgp-filters/pkg-descr