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 Apr 28 10:08:26 UTC 2026

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

Log Message:
py-checkdmarc: updated to 5.15.2

5.15.2

Cap the per-query UDP timeout at min(1.0, timeout) for single-nameserver
configurations as well as multi-nameserver ones. Previously, when only one
nameserver was configured (or the system default list had a single entry),
resolver.timeout and resolver.lifetime were both set to the full
timeout budget, which collapses dnspython's UDP retry loop to a single
attempt — a single dropped UDP datagram then consumed the whole lifetime
and raised LifetimeTimeout, while dig (which defaults to +tries=3)
would mask the same blip by retrying. dnspython now retries UDP within
the lifetime window (~2 attempts at the default 2s budget), matching
dig's behavior in spirit and eliminating spurious single-NS timeouts
on paths with occasional packet loss.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/py-checkdmarc/Makefile
cvs rdiff -u -r1.27 -r1.28 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.29 pkgsrc/mail/py-checkdmarc/Makefile:1.30
--- pkgsrc/mail/py-checkdmarc/Makefile:1.29     Wed Feb 25 13:41:49 2026
+++ pkgsrc/mail/py-checkdmarc/Makefile  Tue Apr 28 10:08:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/02/25 13:41:49 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/04/28 10:08:26 adam Exp $
 
-DISTNAME=      checkdmarc-5.14.1
+DISTNAME=      checkdmarc-5.15.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/checkdmarc/}
@@ -27,8 +27,7 @@ USE_LANGUAGES=        # none
 
 REPLACE_PYTHON=        checkdmarc.py
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} checkdmarc checkdmarc-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES=    checkdmarc
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/mail/py-checkdmarc/distinfo
diff -u pkgsrc/mail/py-checkdmarc/distinfo:1.27 pkgsrc/mail/py-checkdmarc/distinfo:1.28
--- pkgsrc/mail/py-checkdmarc/distinfo:1.27     Wed Feb 25 13:41:49 2026
+++ pkgsrc/mail/py-checkdmarc/distinfo  Tue Apr 28 10:08:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/02/25 13:41:49 adam Exp $
+$NetBSD: distinfo,v 1.28 2026/04/28 10:08:26 adam Exp $
 
-BLAKE2s (checkdmarc-5.14.1.tar.gz) = d573de51d259d685da037cf9c85b45e0e39750e2f69262ea8bfc530531488f5d
-SHA512 (checkdmarc-5.14.1.tar.gz) = 9b548dc592df822553a8638f7465d90b00520732fe27027dffd06be92f224b0470a6fd64fb300b5ec1d9fffea29b6dac8137d8ddf0dd827a998cfa95d77475c2
-Size (checkdmarc-5.14.1.tar.gz) = 63286 bytes
+BLAKE2s (checkdmarc-5.15.2.tar.gz) = 05b3f900826f48f070c914c6864f5af0cbc0b6aca37462bb772673e42a1c6c3c
+SHA512 (checkdmarc-5.15.2.tar.gz) = 830dfaee63bcae88251af10a817b93c27bd13c3faf0098f5819e3e03449b3ae936c1f05a5965e1e3151df45cb2b929539bb7c82b3d5e0062ce2906f2594286d2
+Size (checkdmarc-5.15.2.tar.gz) = 64152 bytes



Home | Main Index | Thread Index | Old Index