From owner-svn-ports-head@freebsd.org Wed Nov 25 23:26:48 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EFFB1476D72; Wed, 25 Nov 2020 23:26:48 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChH8m6TQRz4ccs; Wed, 25 Nov 2020 23:26:48 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6C6119819; Wed, 25 Nov 2020 23:26:48 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0APNQmtg036853; Wed, 25 Nov 2020 23:26:48 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0APNQlVo036849; Wed, 25 Nov 2020 23:26:47 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <202011252326.0APNQlVo036849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Wed, 25 Nov 2020 23:26:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556309 - in head/mail: . py-authheaders X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head/mail: . py-authheaders X-SVN-Commit-Revision: 556309 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 23:26:49 -0000 Author: dvl Date: Wed Nov 25 23:26:47 2020 New Revision: 556309 URL: https://svnweb.freebsd.org/changeset/ports/556309 Log: Add mail/py-authheaders, an undeclared dependency of mail/mailman3 Added: head/mail/py-authheaders/ head/mail/py-authheaders/Makefile (contents, props changed) head/mail/py-authheaders/distinfo (contents, props changed) head/mail/py-authheaders/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Nov 25 23:23:56 2020 (r556308) +++ head/mail/Makefile Wed Nov 25 23:26:47 2020 (r556309) @@ -490,6 +490,7 @@ SUBDIR += py-afew SUBDIR += py-aiosmtpd SUBDIR += py-alot + SUBDIR += py-authheaders SUBDIR += py-authres SUBDIR += py-dkimpy SUBDIR += py-email-validator Added: head/mail/py-authheaders/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-authheaders/Makefile Wed Nov 25 23:26:47 2020 (r556309) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= authheaders +DISTVERSION= 0.13.0 +CATEGORIES= mail python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Generate email authentication headers + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/MPL-2.0 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dkimpy>=0.7.1:mail/py-dkimpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}authres>=1.0.1:mail/py-authres@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}publicsuffix2>0:dns/py-publicsuffix2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_BUILD= yes +NO_ARCH= yes + +.include Added: head/mail/py-authheaders/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-authheaders/distinfo Wed Nov 25 23:26:47 2020 (r556309) @@ -0,0 +1,3 @@ +TIMESTAMP = 1606345065 +SHA256 (authheaders-0.13.0.tar.gz) = 935726b784cc636cbcfed2c977f1a6887dc60056806da4eff60db932c5896692 +SIZE (authheaders-0.13.0.tar.gz) = 93319 Added: head/mail/py-authheaders/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-authheaders/pkg-descr Wed Nov 25 23:26:47 2020 (r556309) @@ -0,0 +1,13 @@ +This is a Python library for the generation of email authentication headers. + + +The library can perform DKIM, SPF, and DMARC validation, and the results are +packaged into the Authentication-Results header. + +authenticate_message(message, "example.com", ip='192.168.50.81', + mail_from="test.com", helo="domain.of.sender.net") + +Authentication-Results: example.com; spf=none smtp.helo=domain.of.sender.net smtp.mailfrom=test.com; + dkim=pass header.d=valimail.com; dmarc=pass header.from=valimail.com + +WWW: https://github.com/ValiMail/authentication-headers