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:           Thu Oct 30 11:40:52 UTC 2025
Modified Files:
        pkgsrc/mail/py-checkdmarc: Makefile distinfo
Log Message:
py-checkdmarc: updated to 5.12.24
5.12.24
Properly detect SPF records split with quotes
Always show the related domain in SPF warnings
Fix typo in the DMARC record does not exist error message
Use timeout_retries when querying for MX records
5.12.23
Restore constant warning messages without breaking anything
5.12.22
Restore SPFRecordNotFound.__init__() that was accidentally deleted in 5.12.19
5.12.21
Fix typo in the DMARC record does not exist error message
5.12.20
Don't overcount lookups caused by the mx mechanism
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/py-checkdmarc/Makefile
cvs rdiff -u -r1.19 -r1.20 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.21 pkgsrc/mail/py-checkdmarc/Makefile:1.22
--- pkgsrc/mail/py-checkdmarc/Makefile:1.21     Fri Oct  3 05:44:49 2025
+++ pkgsrc/mail/py-checkdmarc/Makefile  Thu Oct 30 11:40:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/10/03 05:44:49 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/10/30 11:40:52 adam Exp $
 
-DISTNAME=      checkdmarc-5.10.13
+DISTNAME=      checkdmarc-5.12.24
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/checkdmarc/}
Index: pkgsrc/mail/py-checkdmarc/distinfo
diff -u pkgsrc/mail/py-checkdmarc/distinfo:1.19 pkgsrc/mail/py-checkdmarc/distinfo:1.20
--- pkgsrc/mail/py-checkdmarc/distinfo:1.19     Fri Oct  3 05:44:49 2025
+++ pkgsrc/mail/py-checkdmarc/distinfo  Thu Oct 30 11:40:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/10/03 05:44:49 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/10/30 11:40:52 adam Exp $
 
-BLAKE2s (checkdmarc-5.10.13.tar.gz) = d1e851a96a7556e314b88526837ca5ec7c29c62f2c92237a250c21e2c8c5b4e5
-SHA512 (checkdmarc-5.10.13.tar.gz) = e6e64513d3cd629595b66b0585dd56113e2d4e026e5739181c570391675465c3a6690a2f5823d2912171950672e1c0ff34a9f6d6ef0721a5c4a37654a4f07319
-Size (checkdmarc-5.10.13.tar.gz) = 50935 bytes
+BLAKE2s (checkdmarc-5.12.24.tar.gz) = 32ff22f962af38b11dc8b3e3a4c97f4d5cc2736bf6908b8b86f67c64bb22021b
+SHA512 (checkdmarc-5.12.24.tar.gz) = 0fc9e67c4806a690f8d33442afc1eb4af95ff15f94d05d871623ba01a454b69bff7767953b1e2d8b12b042b4c0a47c5ac3bcc104dcdf75e3860fcb7d68791619
+Size (checkdmarc-5.12.24.tar.gz) = 54434 bytes
Home |
Main Index |
Thread Index |
Old Index