Accepting request 883196 from network
OBS-URL: https://build.opensuse.org/request/show/883196 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsdiag?expand=0&rev=4
This commit is contained in:
commit
cfbc8a636b
@ -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
3
dnsdiag-2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de0c81c7e4bef43a4bf6e4ab6e0e8e0dc532b600a8870761e06e05814df98acb
|
||||
size 16420
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user