SHA256
1
0
forked from pool/dnsdiag

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
This commit is contained in:
2021-05-15 19:53:02 +00:00
committed by Git OBS Bridge
parent 3cfaccd601
commit 658ce90e48
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de0c81c7e4bef43a4bf6e4ab6e0e8e0dc532b600a8870761e06e05814df98acb
size 16420

3
dnsdiag-2.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:689cdcf4bceb4045399870a1bd90b7c666f9dd50df4b0a8c7783353e0284decb
size 16767

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu May 13 13:47:08 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

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