From owner-cvs-ports@FreeBSD.ORG Wed Feb 8 02:41:02 2012 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 9FAED106564A; Wed, 8 Feb 2012 02:41:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7183C8FC0C; Wed, 8 Feb 2012 02:41:02 +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 q182f2lG050803; Wed, 8 Feb 2012 02:41:02 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q182f2la050802; Wed, 8 Feb 2012 02:41:02 GMT (envelope-from sunpoet) Message-Id: <201202080241.q182f2la050802@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Feb 2012 02:41:02 +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/py-spf 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: Wed, 08 Feb 2012 02:41:02 -0000 sunpoet 2012-02-08 02:41:02 UTC FreeBSD ports repository Modified files: mail/py-spf Makefile distinfo Log: - Update to 2.07 - Remove DIST_SUBDIR - Do not silence installation message Note that there are two source tarballs (pyspf-2.0.7.tar.gz). One is 46,283 bytes from CHEESESHOP and the other is 46,281 bytes from SF. Since the former has a wrong entry in pyspf.spec, we choose the latter and suspend adding CHEESESHOP to MASTER_SITES. Changes: - Allow for timeouts to be global for all DNS lookups instead of per DNS lookup to allow for MAY processing time limitsin RFC 4408 10.1. See README for details. - Use openspf.net for SPF web site instead of openspf.org - Extend query.get_header to return either Received-SPF (still default) or RFC 5451 Authentication Results headers (needs authres 0.3 or later) - Rework query.parse_header: - Make query.parse_header automatically select Received-DPF or Authentication Results header types and use them to collect SPF results from trusted relays - Add query.parse_header_spf and query.parse_header_ar functions for header type specific processing - Finish Python3 port - works with python2.6/2.7/3.2 and 2to3 is no longer required - will also work with newer py3dns where TXT records are returned as type bytes and not strings - Accounts for new py3dns error classes coming in py3dns 3.0.2 (but fully backward compatible with earlier versions) - check for 7-bit ascii on TXT and SPF records - fix CNAME chain duplicating TXT records Revision Changes Path 1.10 +9 -9 ports/mail/py-spf/Makefile 1.7 +2 -2 ports/mail/py-spf/distinfo