Thu Feb 22 10:23:55 2018 UTC ()
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)


(adam)
diff -r1.2 -r1.3 pkgsrc/mail/py-authres/Makefile
diff -r1.2 -r1.3 pkgsrc/mail/py-authres/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/mail/py-authres/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/py-authres/Makefile 2017/10/11 12:18:42 1.2
+++ pkgsrc/mail/py-authres/Makefile 2018/02/22 10:23:54 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2017/10/11 12:18:42 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2018/02/22 10:23:54 adam Exp $
2 2
3DISTNAME= authres-1.0.1 3DISTNAME= authres-1.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= mail python 5CATEGORIES= mail python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://launchpad.net/authentication-results-python 9HOMEPAGE= https://launchpad.net/authentication-results-python
10COMMENT= Python implementation of RFC 5451/7001 10COMMENT= Python implementation of RFC 5451/7001
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/distutils.mk" 15.include "../../lang/python/distutils.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/mail/py-authres/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/py-authres/distinfo 2017/10/11 12:18:42 1.2
+++ pkgsrc/mail/py-authres/distinfo 2018/02/22 10:23:54 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2017/10/11 12:18:42 adam Exp $ 1$NetBSD: distinfo,v 1.3 2018/02/22 10:23:54 adam Exp $
2 2
3SHA1 (authres-1.0.1.tar.gz) = d5e57faae39079d5f383f60f88930b4182bdcb79 3SHA1 (authres-1.0.2.tar.gz) = ce210bea28549f4bcbf6e8ff135be5a1979fd3c0
4RMD160 (authres-1.0.1.tar.gz) = 691464b737ccd9c1af21a0466ba4136befe0f6ff 4RMD160 (authres-1.0.2.tar.gz) = bc2f434cbeaeca76ec937988543e302ee1b457da
5SHA512 (authres-1.0.1.tar.gz) = 33efaf3d158c67d7f1a84187873fe0dc9520510bb9b63178399ccec6c7e9150f602bbb8624f1837c8386f6eb2c1c55509e7f2d06224c2cea23f34d45f432f6f3 5SHA512 (authres-1.0.2.tar.gz) = e8b229966b85d8e70d9bd8faaf53bafc974b8783b680af0d2d3c12afbc3d662c45b9690cafe32643519f9e4457de1cc72744b623bea98e9d0f489620391a1a11
6Size (authres-1.0.1.tar.gz) = 20721 bytes 6Size (authres-1.0.2.tar.gz) = 21382 bytes