From 658ce90e485d1ac907490393121f47569f034cb74f0986b40c2bf69f14a5b4af Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 May 2021 19:53:02 +0000 Subject: [PATCH] Accepting request 892686 from home:mnhauke:network - Update to version 2.0.2 * Bugfix release - Update to version 2.0.1 * 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 * Improved JSON output support for dnseval * 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/892686 OBS-URL: https://build.opensuse.org/package/show/network/dnsdiag?expand=0&rev=10 --- dnsdiag-2.0.0.tar.gz | 3 --- dnsdiag-2.0.2.tar.gz | 3 +++ dnsdiag.changes | 25 +++++++++++++++++++++++++ dnsdiag.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 dnsdiag-2.0.0.tar.gz create mode 100644 dnsdiag-2.0.2.tar.gz diff --git a/dnsdiag-2.0.0.tar.gz b/dnsdiag-2.0.0.tar.gz deleted file mode 100644 index f22738c..0000000 --- a/dnsdiag-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de0c81c7e4bef43a4bf6e4ab6e0e8e0dc532b600a8870761e06e05814df98acb -size 16420 diff --git a/dnsdiag-2.0.2.tar.gz b/dnsdiag-2.0.2.tar.gz new file mode 100644 index 0000000..074155a --- /dev/null +++ b/dnsdiag-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689cdcf4bceb4045399870a1bd90b7c666f9dd50df4b0a8c7783353e0284decb +size 16767 diff --git a/dnsdiag.changes b/dnsdiag.changes index d789856..06990ed 100644 --- a/dnsdiag.changes +++ b/dnsdiag.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu May 13 13:47:08 UTC 2021 - Martin Hauke + +- Update to version 2.0.2 + * Bugfix release +- Update to version 2.0.1 + * 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 + * Improved JSON output support for dnseval + * 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 Apr 4 20:13:35 UTC 2021 - Martin Hauke diff --git a/dnsdiag.spec b/dnsdiag.spec index 79db942..0d6ab15 100644 --- a/dnsdiag.spec +++ b/dnsdiag.spec @@ -19,7 +19,7 @@ %bcond_without test Name: dnsdiag -Version: 2.0.0 +Version: 2.0.2 Release: 0 Summary: DNS request auditing toolset License: BSD-3-Clause