From owner-cvs-all@FreeBSD.ORG Thu Jan 24 01:48:54 2008 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 2BEDF16A41A; Thu, 24 Jan 2008 01:48:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3093613C45B; Thu, 24 Jan 2008 01:48:54 +0000 (UTC) (envelope-from clsung@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 m0O1mssw049932; Thu, 24 Jan 2008 01:48:54 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O1mrgu049931; Thu, 24 Jan 2008 01:48:53 GMT (envelope-from clsung) Message-Id: <200801240148.m0O1mrgu049931@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 24 Jan 2008 01:48:53 +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/p5-Mail-DKIM Makefile distinfo 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: Thu, 24 Jan 2008 01:48:54 -0000 clsung 2008-01-24 01:48:53 UTC FreeBSD ports repository Modified files: mail/p5-Mail-DKIM Makefile distinfo Log: Update p5-Mail-DKIM to 0.30. This version is a pre-requisite for DKIM signing in the forthcoming amavisd-new 2.6 series. Version 0.30 - released 2008-01-10 * includes speed-up optimizations by Mark Martinec * DomainKeys, implement proper identity matching... a DomainKey-Signature's domain should match the From/Sender address * several more test cases * API improvements: * accept additional arguments when creating Signer/Signature * bugfixes: * DomainKey-Signature headers were not "prettified" * granularity ending with '*' was not checked correctly * DomainKey-Signature granularity was checked against the wrong value Version 0.29 - released 2007-11-08 * verifiers can now access all parsed signatures and their results, not just signatures that were fully tested * signer policies can now specify what private key file to use * some other minor API improvements * bugfixes: * for DomainKeys signatures, fixed a compatibility issue handling the h= tag * for DKIM, signature expirations had been ignored * for DKIM, signature identities did not have to match the domain * for DKIM, public key granularity field had been ignored Changes: PR: ports/119911 Submitted by: David Wood Approved by: maintainer (Yoshisato YANAGISAWA) Revision Changes Path 1.11 +2 -4 ports/mail/p5-Mail-DKIM/Makefile 1.10 +3 -3 ports/mail/p5-Mail-DKIM/distinfo