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:           Sat Jul 20 06:20:22 UTC 2024

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

Log Message:
py-checkdmarc: updated to 5.4.0

5.4.0

Fix TLS/STARTTLS check
Consider tls: true if starttls: true
Handle records not existing if ignoring unrelated records
Query the base domain if a DMARC record is not found at the subdomain
Do not accept include= in the SPF record
Fix DNSSEC cache
Fixed checking whether there is some text after all SPF directive


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/py-checkdmarc/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/mail/py-checkdmarc/Makefile:1.6
--- pkgsrc/mail/py-checkdmarc/Makefile:1.5      Thu Feb 22 13:12:25 2024
+++ pkgsrc/mail/py-checkdmarc/Makefile  Sat Jul 20 06:20:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/02/22 13:12:25 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/07/20 06:20:22 adam Exp $
 
-DISTNAME=      checkdmarc-5.3.1
+DISTNAME=      checkdmarc-5.4.0
 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.3 pkgsrc/mail/py-checkdmarc/distinfo:1.4
--- pkgsrc/mail/py-checkdmarc/distinfo:1.3      Thu Feb 22 13:12:25 2024
+++ pkgsrc/mail/py-checkdmarc/distinfo  Sat Jul 20 06:20:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/02/22 13:12:25 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/07/20 06:20:22 adam Exp $
 
-BLAKE2s (checkdmarc-5.3.1.tar.gz) = 725cddefc6351c0a5ad6bcfe9dcb52f148c2d7794bf8f53e150b0ce0d9cb67b6
-SHA512 (checkdmarc-5.3.1.tar.gz) = a9ce97c77d3e3d32f0416d994aec84c47fd7d6c130b32d89c2f176da9d7814ab3fae67fc6324a44aee1fcf5be5cd32d27a8c4d678b6a8c9be5ce3378ce166747
-Size (checkdmarc-5.3.1.tar.gz) = 36307 bytes
+BLAKE2s (checkdmarc-5.4.0.tar.gz) = 9eac6f2c9721be1097fb37fac21abdb24937135c1a227118a34f796ac538130c
+SHA512 (checkdmarc-5.4.0.tar.gz) = 12e16ad9713d0e2315ba359fb1aca29e9911b547a6ae01428177aa93b48bd6f160dedb697d6e244b8ad546643c3e08d8cf7ea630f1a4083f20f560511f4d63c7
+Size (checkdmarc-5.4.0.tar.gz) = 36074 bytes



Home | Main Index | Thread Index | Old Index