pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/py-authres py-authres: updated to 1.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55647bb593cb
branches:  trunk
changeset: 375829:55647bb593cb
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 22 10:23:54 2018 +0000

description:
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:

 mail/py-authres/Makefile |   4 ++--
 mail/py-authres/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9e338fb34dd8 -r 55647bb593cb mail/py-authres/Makefile
--- a/mail/py-authres/Makefile  Thu Feb 22 10:08:39 2018 +0000
+++ b/mail/py-authres/Makefile  Thu Feb 22 10:23:54 2018 +0000
@@ -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 -r 9e338fb34dd8 -r 55647bb593cb mail/py-authres/distinfo
--- a/mail/py-authres/distinfo  Thu Feb 22 10:08:39 2018 +0000
+++ b/mail/py-authres/distinfo  Thu Feb 22 10:23:54 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index