pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-authres



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 22 10:23:55 UTC 2018

Modified Files:
        pkgsrc/mail/py-authres: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/py-authres/Makefile \
    pkgsrc/mail/py-authres/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/py-authres/Makefile
diff -u pkgsrc/mail/py-authres/Makefile:1.2 pkgsrc/mail/py-authres/Makefile:1.3
--- pkgsrc/mail/py-authres/Makefile:1.2 Wed Oct 11 12:18:42 2017
+++ pkgsrc/mail/py-authres/Makefile     Thu Feb 22 10:23:54 2018
@@ -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/}
Index: pkgsrc/mail/py-authres/distinfo
diff -u pkgsrc/mail/py-authres/distinfo:1.2 pkgsrc/mail/py-authres/distinfo:1.3
--- pkgsrc/mail/py-authres/distinfo:1.2 Wed Oct 11 12:18:42 2017
+++ pkgsrc/mail/py-authres/distinfo     Thu Feb 22 10:23:54 2018
@@ -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