Package: dnsviz / 0.6.4-1+deb9u1

Metadata

Package Version Patches format
dnsviz 0.6.4-1+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Check for invalid ECDSA key.patch | (download)

dnsviz/crypto.py | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 check for invalid ecdsa key

(cherry picked from commit d953c7c6756390a9c8a8a4f207b96d501a5be71d)

0002 Add IPv6 address for G root.patch | (download)

dnsviz/util.py | 1 1 + 0 - 0 !
share/hints/named.root | 5 3 + 2 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 add ipv6 address for g-root

(cherry picked from commit 406e5e1073f684f9e069ca7e85bda18a9875a791)

0004 Use correct constant name.patch | (download)

dnsviz/analysis/offline.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use correct constant name


0005 Remove the interface from link local addresses.patch | (download)

dnsviz/ipaddr.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 remove the interface from link-local addresses


0006 Add newline.patch | (download)

contrib/digviz | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add newline

(cherry picked from commit 8b0c434660fbf6471df1bb15b203def886aaa808)

0007 Update b root IPv6 address.patch | (download)

dnsviz/util.py | 2 1 + 1 - 0 !
share/hints/named.root | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 update b-root ipv6 address

(cherry picked from commit 2c77cf4875ede26b3e6cfea745048a6b072dab10)

0008 Use root hints for IP to name mapping of root.patch | (download)

dnsviz/analysis/online.py | 26 25 + 1 - 0 !
dnsviz/util.py | 6 6 + 0 - 0 !
2 files changed, 31 insertions(+), 1 deletion(-)

 use root hints for ip-to-name mapping of root

Use root hints and historical root IP addresses for IP-to-name mapping
of root.  Sometimes a domain was analyzed with old hints files, and when
translating the IP address to name, there is no way to match the
obsolete IP address with a name.  Using the root hints and the
historical root addresses helps with this issue.

(cherry picked from commit f9266de17fe09fcdbdd4874bfca85abdb726cf15)

0009 Handle root KSK rollover.patch | (download)

dnsviz/commands/graph.py | 24 10 + 14 - 0 !
dnsviz/commands/grok.py | 5 3 + 2 - 0 !
dnsviz/commands/print.py | 24 10 + 14 - 0 !
dnsviz/util.py | 36 29 + 7 - 0 !
share/trusted-keys/root.txt | 1 1 + 0 - 0 !
5 files changed, 53 insertions(+), 37 deletions(-)

 handle root ksk rollover

Keep track of both past and current trust anchors for the root zone.
Add new root KSK to trusted keys file root.txt, but don't actually use
the file directly anymore.  Instead use the get_default_trusted_keys()
function.

(cherry picked from commit ee03e5e351b528ddc069da7212ff54924b2e615f)

0010 Correct trust anchor errors.patch | (download)

dnsviz/analysis/errors.py | 14 9 + 5 - 0 !
dnsviz/analysis/offline.py | 18 6 + 12 - 0 !
2 files changed, 15 insertions(+), 17 deletions(-)

 correct trust anchor errors

Errors associated with bad trust anchor configurations should show up as
zone errors, not problems with DNSKEYs.

(cherry picked from commit cf7c7780c675f7dea243bc85ecaa11598cbfd7cc)

debian changes | (download)

setup.py | 19 15 + 4 - 0 !
1 file changed, 15 insertions(+), 4 deletions(-)

 collected debian patches for dnsviz