Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 46BC87A2C1 for ; Wed, 26 Oct 2016 10:56:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B503285E9A; Wed, 26 Oct 2016 10:56:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44F2285E61 for ; Wed, 26 Oct 2016 10:56:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id s_o6GGjF8m8E for ; Wed, 26 Oct 2016 10:56:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AEC1E84CEF for ; Wed, 26 Oct 2016 10:56:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5D54FBD2; Wed, 26 Oct 2016 10:56:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147747939026680" MIME-Version: 1.0 Date: Wed, 26 Oct 2016 10:56:30 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/py-authres To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20161026105630.A5D54FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147747939026680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Oct 26 10:56:30 UTC 2016 Added Files: pkgsrc/mail/py-authres: DESCR Makefile PLIST distinfo Log Message: Import mail/py-authres version 0.800 into pkgsrc. This module (authres) is designed to provide support for RFC 5451/7001, originally http://tools.ietf.org/html/rfc5451 and currently http://tools.ietf.org/html/rfc7001 processing in Python. Packaged by Coy Hile in https://github.com/joyent/pkgsrc/pull/421 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/mail/py-authres/DESCR \ pkgsrc/mail/py-authres/Makefile pkgsrc/mail/py-authres/PLIST \ pkgsrc/mail/py-authres/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147747939026680 Content-Disposition: inline Content-Length: 3606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/mail/py-authres/DESCR diff -u /dev/null pkgsrc/mail/py-authres/DESCR:1.1 --- /dev/null Wed Oct 26 10:56:30 2016 +++ pkgsrc/mail/py-authres/DESCR Wed Oct 26 10:56:30 2016 @@ -0,0 +1,19 @@ +This module (authres) is designed to provide support for RFC 5451/7001, +originally http://tools.ietf.org/html/rfc5451 and currently +http://tools.ietf.org/html/rfc7001 processing in Python. + +It also supports Authentication Results extensions: + +RFC 5617 DKIM/ADSP +RFC 6008 DKIM signature identification (header.b) +RFC 6212 Vouch By Reference (VBR) +RFC 6577 Sender Policy Framework (SPF) +draft-kucherawy-dmarc-base DMARC +RFC 7281 Authentication-Results Registration for S/MIME +RFC 7293, The Require-Recipient-Valid-Since Header Field +and SMTP Service Extension, header field types + +SPF authentication results can relate to either the HELO identity or the Mail +From. When creating header fields with SPF results, only set the identity +used to evaluate the SPF result that's reported. You can use multiple objects +to report both in a single header field. See the example in the tests file. Index: pkgsrc/mail/py-authres/Makefile diff -u /dev/null pkgsrc/mail/py-authres/Makefile:1.1 --- /dev/null Wed Oct 26 10:56:30 2016 +++ pkgsrc/mail/py-authres/Makefile Wed Oct 26 10:56:30 2016 @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2016/10/26 10:56:30 jperkin Exp $ + +VERSION= 0.800 +DISTNAME= authres-${VERSION} +PKGNAME= ${PYPKGPREFIX}-authres-${VERSION} +CATEGORIES= mail python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.python.org/pypi/authres +COMMENT= Python implementation of RFC 5451/7001 +LICENSE= apache-2.0 + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/py-authres/PLIST diff -u /dev/null pkgsrc/mail/py-authres/PLIST:1.1 --- /dev/null Wed Oct 26 10:56:30 2016 +++ pkgsrc/mail/py-authres/PLIST Wed Oct 26 10:56:30 2016 @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1 2016/10/26 10:56:30 jperkin Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/authres/__init__.py +${PYSITELIB}/authres/__init__.pyc +${PYSITELIB}/authres/__init__.pyo +${PYSITELIB}/authres/__main__.py +${PYSITELIB}/authres/__main__.pyc +${PYSITELIB}/authres/__main__.pyo +${PYSITELIB}/authres/core.py +${PYSITELIB}/authres/core.pyc +${PYSITELIB}/authres/core.pyo +${PYSITELIB}/authres/dkim_adsp.py +${PYSITELIB}/authres/dkim_adsp.pyc +${PYSITELIB}/authres/dkim_adsp.pyo +${PYSITELIB}/authres/dkim_b.py +${PYSITELIB}/authres/dkim_b.pyc +${PYSITELIB}/authres/dkim_b.pyo +${PYSITELIB}/authres/dmarc.py +${PYSITELIB}/authres/dmarc.pyc +${PYSITELIB}/authres/dmarc.pyo +${PYSITELIB}/authres/rrvs.py +${PYSITELIB}/authres/rrvs.pyc +${PYSITELIB}/authres/rrvs.pyo +${PYSITELIB}/authres/smime.py +${PYSITELIB}/authres/smime.pyc +${PYSITELIB}/authres/smime.pyo +${PYSITELIB}/authres/tests +${PYSITELIB}/authres/vbr.py +${PYSITELIB}/authres/vbr.pyc +${PYSITELIB}/authres/vbr.pyo Index: pkgsrc/mail/py-authres/distinfo diff -u /dev/null pkgsrc/mail/py-authres/distinfo:1.1 --- /dev/null Wed Oct 26 10:56:30 2016 +++ pkgsrc/mail/py-authres/distinfo Wed Oct 26 10:56:30 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/10/26 10:56:30 jperkin Exp $ + +SHA1 (authres-0.800.tar.gz) = 57bffe1c2653c7f48776205cfd151dd67ca3594e +RMD160 (authres-0.800.tar.gz) = 765bbc517e8a71b44a66d607ee132acd8a335c55 +SHA512 (authres-0.800.tar.gz) = d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7 +Size (authres-0.800.tar.gz) = 19863 bytes --_----------=_147747939026680--