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.
This commit is contained in:
adam 2024-02-19 06:02:37 +00:00
parent e060f0c238
commit 866941d37e
2 changed files with 6 additions and 6 deletions

View File

@ -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/}

View File

@ -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