1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

mail/py-authheaders: update 0.16.2 → 0.16.3, pet portlint and portclippy

2024-06-24 Version 0.16.3
 * Update expected test results to also be compatible with dkimpy >= 1.1.7
 * Update PSL from upstream
https://github.com/ValiMail/authentication-headers/releases/tag/0.16.3

PR:	279949
This commit is contained in:
Einar Bjarni Halldórsson 2024-07-25 22:44:25 +03:00 committed by Vladimir Druzenko
parent c07fd0d160
commit ecfb3034bf
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= authheaders
DISTVERSION= 0.16.2
PORTREVISION= 1
DISTVERSION= 0.16.3
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -20,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dkimpy>=0.7.1:mail/py-dkimpy@${PY_FLAVOR} \
USES= python
USE_PYTHON= autoplist distutils
NO_BUILD= yes
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -7,5 +7,6 @@ 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