diff options
author | adam <adam@pkgsrc.org> | 2018-02-22 10:23:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-22 10:23:54 +0000 |
commit | 0086bf0b8171f6dc96ed6fc49d6a02453b1879ca (patch) | |
tree | 24b8a4a9ee290be4aeb46ee9cf8e9badb2173641 /mail/py-authres | |
parent | b3e66c3619a7b85dcece5104045d2c8e7818e404 (diff) | |
download | pkgsrc-0086bf0b8171f6dc96ed6fc49d6a02453b1879ca.tar.gz |
py-authres: updated to 1.0.2
1.0.2:
+ Added DKIM 'a' property so signature algorithm can be reported as proposed
for inclusion in draft-ietf-dmarc-rfc7601bis (experimental)
+ Added match_signature_algorithm to the DKIMAuthenticationResult class to
make it easier to find the correct DKIM result based on both domain and
algorithm
+ Added DKIM 's' property so signature algorithm can be reported as proposed
for inclusion in draft-ietf-dmarc-rfc7601bis (experimental)
Diffstat (limited to 'mail/py-authres')
-rw-r--r-- | mail/py-authres/Makefile | 4 | ||||
-rw-r--r-- | mail/py-authres/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile index 78a78eec82f..9e17d547671 100644 --- a/mail/py-authres/Makefile +++ b/mail/py-authres/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/10/11 12:18:42 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/02/22 10:23:54 adam Exp $ -DISTNAME= authres-1.0.1 +DISTNAME= authres-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/} diff --git a/mail/py-authres/distinfo b/mail/py-authres/distinfo index 84374f0cde4..d283dfc8d09 100644 --- a/mail/py-authres/distinfo +++ b/mail/py-authres/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/10/11 12:18:42 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/02/22 10:23:54 adam Exp $ -SHA1 (authres-1.0.1.tar.gz) = d5e57faae39079d5f383f60f88930b4182bdcb79 -RMD160 (authres-1.0.1.tar.gz) = 691464b737ccd9c1af21a0466ba4136befe0f6ff -SHA512 (authres-1.0.1.tar.gz) = 33efaf3d158c67d7f1a84187873fe0dc9520510bb9b63178399ccec6c7e9150f602bbb8624f1837c8386f6eb2c1c55509e7f2d06224c2cea23f34d45f432f6f3 -Size (authres-1.0.1.tar.gz) = 20721 bytes +SHA1 (authres-1.0.2.tar.gz) = ce210bea28549f4bcbf6e8ff135be5a1979fd3c0 +RMD160 (authres-1.0.2.tar.gz) = bc2f434cbeaeca76ec937988543e302ee1b457da +SHA512 (authres-1.0.2.tar.gz) = e8b229966b85d8e70d9bd8faaf53bafc974b8783b680af0d2d3c12afbc3d662c45b9690cafe32643519f9e4457de1cc72744b623bea98e9d0f489620391a1a11 +Size (authres-1.0.2.tar.gz) = 21382 bytes |