diff --git a/mail/py-authheaders/Makefile b/mail/py-authheaders/Makefile index 82764a17e506..36fbfa1b0432 100644 --- a/mail/py-authheaders/Makefile +++ b/mail/py-authheaders/Makefile @@ -1,26 +1,25 @@ PORTNAME= authheaders -DISTVERSION= 0.16.2 -PORTREVISION= 1 +DISTVERSION= 0.16.3 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= einar@isnic.is COMMENT= Generate email authentication headers WWW= https://github.com/ValiMail/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.2.0: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 +NO_BUILD= yes .include diff --git a/mail/py-authheaders/distinfo b/mail/py-authheaders/distinfo index fae5041b226b..e520b37f9a86 100644 --- a/mail/py-authheaders/distinfo +++ b/mail/py-authheaders/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705999037 -SHA256 (authheaders-0.16.2.tar.gz) = e371b893e73e7e5853f033c44079f030b952c8b87d41f935b194469778fd4d65 -SIZE (authheaders-0.16.2.tar.gz) = 111964 +TIMESTAMP = 1719234496 +SHA256 (authheaders-0.16.3.tar.gz) = 118edc6d3cb1ad18ffab3d788ccc562fca2854cd645faab08fc47033c648148a +SIZE (authheaders-0.16.3.tar.gz) = 115428 diff --git a/mail/py-authheaders/pkg-descr b/mail/py-authheaders/pkg-descr index c2d491aa2ead..5c37d8bf9add 100644 --- a/mail/py-authheaders/pkg-descr +++ b/mail/py-authheaders/pkg-descr @@ -1,11 +1,12 @@ 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 +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