Richard Brown 2021-04-06 15:31:11 +00:00 committed by Git OBS Bridge
commit cfbc8a636b
4 changed files with 28 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Apr 4 20:13:35 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package dnsdiag
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2017-2021, Martin Hauke <mardnh@gmx.de>
#
# 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