pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-dns



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug  9 20:19:09 UTC 2023

Modified Files:
        pkgsrc/net/py-dns: Makefile distinfo

Log Message:
py-dns: updated to 2.4.2

2.4.2

Async queries could wait forever instead of respecting the timeout if the timeout was 0 and a packet was lost. The timeout is now respected.
Restore HTTP/2 support which was accidentally broken during the https refactoring done as part of 2.4.0.
When an inception time and lifetime are specified, the signer now sets the expiration to the inception time plus lifetime, instead of the current time plus the lifetime.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/py-dns/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/py-dns/distinfo

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

Modified files:

Index: pkgsrc/net/py-dns/Makefile
diff -u pkgsrc/net/py-dns/Makefile:1.38 pkgsrc/net/py-dns/Makefile:1.39
--- pkgsrc/net/py-dns/Makefile:1.38     Thu Jul 27 06:48:15 2023
+++ pkgsrc/net/py-dns/Makefile  Wed Aug  9 20:19:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/07/27 06:48:15 adam Exp $
+# $NetBSD: Makefile,v 1.39 2023/08/09 20:19:09 adam Exp $
 
-DISTNAME=      dnspython-2.4.1
+DISTNAME=      dnspython-2.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dnspython/}

Index: pkgsrc/net/py-dns/distinfo
diff -u pkgsrc/net/py-dns/distinfo:1.23 pkgsrc/net/py-dns/distinfo:1.24
--- pkgsrc/net/py-dns/distinfo:1.23     Thu Jul 27 06:48:15 2023
+++ pkgsrc/net/py-dns/distinfo  Wed Aug  9 20:19:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/07/27 06:48:15 adam Exp $
+$NetBSD: distinfo,v 1.24 2023/08/09 20:19:09 adam Exp $
 
-BLAKE2s (dnspython-2.4.1.tar.gz) = 1906f54d7beabb9a97ce35cb2f187a6c50dce9041abc4f3d2aca3b772b3d2161
-SHA512 (dnspython-2.4.1.tar.gz) = 45d2e9c77e10b5ced952ccd5807c31287a25c33fb51827ff1e4b81ed0afd8a2db482fa8e8a1ce7ce43a4396d3a1d5259dc2b6eb19b5668a9b57d1eb5b931f217
-Size (dnspython-2.4.1.tar.gz) = 327929 bytes
+BLAKE2s (dnspython-2.4.2.tar.gz) = 73a3da94c33ac2eb3d53f9558dfa919923e5b90b1a892794ae08aaa10f5305a2
+SHA512 (dnspython-2.4.2.tar.gz) = a64cf8f02f7c223d5b9a4ab77dd933d766909b04e7ee5bfa6f2e882448dc7c543d869d8e4bce27b5f10ef3c006d54150904767d9c22c4219fdc7db5bc6da26c9
+Size (dnspython-2.4.2.tar.gz) = 328126 bytes



Home | Main Index | Thread Index | Old Index