From 3cfaccd601fdc7bc3e3d66b534a49e33600d9645595514e69a6e4e1ddb933bed Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Apr 2021 08:31:36 +0000 Subject: [PATCH] Accepting request 882918 from home:mnhauke:network - Update to version 2.0.0 * Add support for DNSSEC * Add -F to display flags for each response (dnsping) * Display full response in verbose mode (dnsping) * Add DoT (DNS over TLS) support (dnsping, dnseval) * Add DoH (DNS over HTTPS) support (dnsping, dnseval) * Add TCP support * Refactor and PEP8 cleanup * Do not use system resolver when not needed * Add support for user defined source IP address * Add user-specified destination port (-p/--port) * Improve error handling * Display last response code for each entry * Rework custom socket and custom TTL support * Rework time calculation logic to eliminate an extra DNS request that was just sent for timing (dnstraceroute) * Update docs (output samples, use cases, etc) * Use proper terminology (in code) to reduce confusion OBS-URL: https://build.opensuse.org/request/show/882918 OBS-URL: https://build.opensuse.org/package/show/network/dnsdiag?expand=0&rev=8 --- dnsdiag-1.7.0.tar.gz | 3 --- dnsdiag-2.0.0.tar.gz | 3 +++ dnsdiag.changes | 22 ++++++++++++++++++++++ dnsdiag.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 dnsdiag-1.7.0.tar.gz create mode 100644 dnsdiag-2.0.0.tar.gz diff --git a/dnsdiag-1.7.0.tar.gz b/dnsdiag-1.7.0.tar.gz deleted file mode 100644 index cd48565..0000000 --- a/dnsdiag-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b09e47e55b23e8054c36092bcb9581e47f8c3b288ff8199ed49e3f51f770562 -size 12819 diff --git a/dnsdiag-2.0.0.tar.gz b/dnsdiag-2.0.0.tar.gz new file mode 100644 index 0000000..f22738c --- /dev/null +++ b/dnsdiag-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0c81c7e4bef43a4bf6e4ab6e0e8e0dc532b600a8870761e06e05814df98acb +size 16420 diff --git a/dnsdiag.changes b/dnsdiag.changes index e19c0e7..d789856 100644 --- a/dnsdiag.changes +++ b/dnsdiag.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Apr 4 20:13:35 UTC 2021 - Martin Hauke + +- Update to version 2.0.0 + * Add support for DNSSEC + * Add -F to display flags for each response (dnsping) + * Display full response in verbose mode (dnsping) + * Add DoT (DNS over TLS) support (dnsping, dnseval) + * Add DoH (DNS over HTTPS) support (dnsping, dnseval) + * Add TCP support + * Refactor and PEP8 cleanup + * Do not use system resolver when not needed + * Add support for user defined source IP address + * Add user-specified destination port (-p/--port) + * Improve error handling + * Display last response code for each entry + * Rework custom socket and custom TTL support + * Rework time calculation logic to eliminate an extra DNS + request that was just sent for timing (dnstraceroute) + * Update docs (output samples, use cases, etc) + * Use proper terminology (in code) to reduce confusion + ------------------------------------------------------------------- Sun Jan 19 16:06:15 UTC 2020 - Martin Hauke diff --git a/dnsdiag.spec b/dnsdiag.spec index 3c9f465..79db942 100644 --- a/dnsdiag.spec +++ b/dnsdiag.spec @@ -1,8 +1,8 @@ # # spec file for package dnsdiag # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2017, Martin Hauke +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2017-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %bcond_without test Name: dnsdiag -Version: 1.7.0 +Version: 2.0.0 Release: 0 Summary: DNS request auditing toolset License: BSD-3-Clause