pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-checkdmarc



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 11 15:47:06 UTC 2026

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

Log Message:
py-checkdmarc: updated to 5.17.4

5.17.4

Highlights

Checking a domain whose DNS answer holds a chain of names — aws.amazon.com and bka.de were the reported cases — raised AttributeError: 'NoneType' object has no attribute 'name' and aborted the whole 
run. The DNSSEC code inferred what an answer contained by counting record sets, so a two-record answer with no signature in it was handed to the validator. Records are now selected by name and type.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/py-checkdmarc/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/mail/py-checkdmarc/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-checkdmarc/Makefile
diff -u pkgsrc/mail/py-checkdmarc/Makefile:1.34 pkgsrc/mail/py-checkdmarc/Makefile:1.35
--- pkgsrc/mail/py-checkdmarc/Makefile:1.34     Mon Jun 29 10:08:58 2026
+++ pkgsrc/mail/py-checkdmarc/Makefile  Tue Aug 11 15:47:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2026/06/29 10:08:58 adam Exp $
+# $NetBSD: Makefile,v 1.35 2026/08/11 15:47:05 adam Exp $
 
-DISTNAME=      checkdmarc-5.17.3
+DISTNAME=      checkdmarc-5.17.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/checkdmarc/}
@@ -12,7 +12,7 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27.0:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=24.2.1:../../security/py-OpenSSL
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=45.0:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=48.0.1:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-dns>=2.0.0:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-expiringdict>=1.1.4:../../devel/py-expiringdict
 DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=6.0:../../devel/py-importlib-resources

Index: pkgsrc/mail/py-checkdmarc/distinfo
diff -u pkgsrc/mail/py-checkdmarc/distinfo:1.32 pkgsrc/mail/py-checkdmarc/distinfo:1.33
--- pkgsrc/mail/py-checkdmarc/distinfo:1.32     Mon Jun 29 10:08:58 2026
+++ pkgsrc/mail/py-checkdmarc/distinfo  Tue Aug 11 15:47:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2026/06/29 10:08:58 adam Exp $
+$NetBSD: distinfo,v 1.33 2026/08/11 15:47:05 adam Exp $
 
-BLAKE2s (checkdmarc-5.17.3.tar.gz) = 0d684ae3a41e91fa4e55c53b112efa3ea9adae39de49efb6f1ee082e3f93846e
-SHA512 (checkdmarc-5.17.3.tar.gz) = e2c6a06e2c324bda60a5171ed3c635ba885c1d8073431db1791ecea4a4d8bee0620088c273a4474eccb0d2e72792f9e6e164c8eac0d3a4ffca1487eeb7b3f358
-Size (checkdmarc-5.17.3.tar.gz) = 66061 bytes
+BLAKE2s (checkdmarc-5.17.4.tar.gz) = 8301613fffc506597cc31d70abd3dee35416553a8eafa2a3b29954ccd5b9467a
+SHA512 (checkdmarc-5.17.4.tar.gz) = 4cd6b3fb7029e12e58cc4f3a46ea6011823bb92c76a02bf6b09d6d812ba65e7125643ec1b1bf7402837ff94a31df3b1150fdb4a1b27ee65239d44b080d6029b0
+Size (checkdmarc-5.17.4.tar.gz) = 66658 bytes



Home | Main Index | Thread Index | Old Index