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:           Mon Feb 19 06:02:37 UTC 2024

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

Log Message:
py-dns: updated to 2.6.1

2.6.1

Dnspython 2.6.1 is now available on PyPI. See What’s New for details. This is a
bug fix release for 2.6.0 where the “TuDoor” fix erroneously suppressed
legitimate Truncated exceptions. This caused the stub resolver to timeout
instead of failing over to TCP when a legitimate truncated response was
received over UDP. This release addresses the potential DoS issue discussed in
the “TuDoor” paper (CVE-2023-29483). The dnspython stub resolver is vulnerable
to a potential DoS if a bad-in-some-way response from the right address and
port forged by an attacker arrives before a legitimate one on the UDP port
dnspython is using for that query.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/py-dns/Makefile
cvs rdiff -u -r1.26 -r1.27 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.42 pkgsrc/net/py-dns/Makefile:1.43
--- pkgsrc/net/py-dns/Makefile:1.42     Sat Feb 17 10:20:45 2024
+++ pkgsrc/net/py-dns/Makefile  Mon Feb 19 06:02:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2024/02/17 10:20:45 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/02/19 06:02:37 adam Exp $
 
-DISTNAME=      dnspython-2.6.0
+DISTNAME=      dnspython-2.6.1
 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.26 pkgsrc/net/py-dns/distinfo:1.27
--- pkgsrc/net/py-dns/distinfo:1.26     Sat Feb 17 10:20:45 2024
+++ pkgsrc/net/py-dns/distinfo  Mon Feb 19 06:02:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/02/17 10:20:45 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/02/19 06:02:37 adam Exp $
 
-BLAKE2s (dnspython-2.6.0.tar.gz) = 2ad4aa5e6a49c6fa330f1b4855bc0bc7408ff2eed254d844f269d54eb5a88abb
-SHA512 (dnspython-2.6.0.tar.gz) = 1f8f439d6c174d0c22fdcbacafafb128746bfb22475a0d2d0fac1d5ff87294f18b0aeee4385082fcd577f9efbf2e14ffd48bf2c4b1bc52594b6e5759464f5fcb
-Size (dnspython-2.6.0.tar.gz) = 332136 bytes
+BLAKE2s (dnspython-2.6.1.tar.gz) = bef20b66bb77b820542960649a25def611d6504136d7bd4250a0062ef6fdd840
+SHA512 (dnspython-2.6.1.tar.gz) = 0a2950b320e3963b0f76a80575b4387b2a92201a3e0a279900f81e353fbc8810f2b8aab8ad680d01e1a7e079c4e37292e103ab8db860ba646451593541067fbb
+Size (dnspython-2.6.1.tar.gz) = 332727 bytes



Home | Main Index | Thread Index | Old Index