Port details |
- dnsviz Analysis and visualization of DNS/DNSSEC behavior
- 0.9.4_2 dns =3 0.9.4_2Version of this port present on the latest quarterly branch.
- Maintainer: pi@FreeBSD.org
- Port Added: 2016-03-13 07:08:57
- Last Update: 2024-05-20 10:33:03
- Commit Hash: b66e494
- People watching this port, also watch:: freeradius3, redmine51, burp, check_ssl_cert, pdfgrep
- License: GPLv2
- WWW:
- https://dnsviz.net/
- Description:
- Tool suite for analysis and visualization of Domain Name System
(DNS) behavior, including its security extensions (DNSSEC). The
Web-based analysis is run from the same software.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/dnsviz/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnsviz
- pkg install dnsviz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnsviz
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1678647141
SHA256 (dnsviz-dnsviz-v0.9.4_GH0.tar.gz) = 8a580b70b79266fd803b94dceedf1888934a2518a0269ad8a13c5c48424a37c3
SIZE (dnsviz-dnsviz-v0.9.4_GH0.tar.gz) = 477971
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pygraphviz>=1.1 : graphics/py-pygraphviz@py39
- py39-m2crypto>=0.24.0 : security/py-m2crypto@py39
- py39-dnspython>=1.11.0 : dns/py-dnspython@py39
- py39-libnacl>=1.5.2 : security/py-libnacl@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_dnsviz
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.4_2 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
0.9.4_1 26 Feb 2024 20:21:15 |
Kurt Jaeger (pi) |
dns/dnsviz: move man to share/man |
0.9.4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.9.4 13 Mar 2023 07:19:22 |
Kurt Jaeger (pi) |
dns/dnsviz: 0.9.2 -> 0.9.4
Changes: https://github.com/dnsviz/dnsviz/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.2 06 Feb 2021 17:59:52 |
pi |
dns/dnsviz: update 0.9.0 -> 0.9.2
- Fix minor bugs related to Ed448 and dnsviz print
Relnotes: https://github.com/dnsviz/dnsviz/releases |
0.9.0 09 Jan 2021 20:43:24 |
pi |
dns/dnsviz: update 0.8.2 -> 0.9.0
Relnotes: https://github.com/dnsviz/dnsviz/releases/tag/v0.9.0 |
0.8.2 24 Dec 2020 08:57:55 |
antoine |
pygraphviz is now only compatible with python 3.6+ |
0.8.2 21 Sep 2019 05:57:03 |
pi |
dns/dnsviz: upgrade 0.8.1 -> 0.8.2
- fixes several bugs |
0.8.1_2 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.8.1_1 12 Feb 2019 04:30:39 |
pi |
dns/dnsviz: add missing dependency, set NO_ARCH
Submitted by: Casey Deccio <casey@deccio.net> |
0.8.1 08 Feb 2019 15:43:28 |
pi |
dns/dnsviz: update 0.6.7 -> 0.8.1
- support DNS cookies and 0x20 testing.
- fixes several bugs
- includes changes to more fully support python 3
Relnotes: https://github.com/dnsviz/dnsviz/releases |
0.6.7 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.6.7 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.6.7 08 Oct 2017 18:52:33 |
pi |
dns/dnsviz: update 0.6.6 -> 0.6.7
- conformance with the delay of the 2017 KSK rollover |
0.6.6 19 Jul 2017 18:32:48 |
pi |
dns/dnsviz: update 0.6.5 -> 0.6.6
Relnotes: https://github.com/dnsviz/dnsviz/releases |
0.6.5 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.6.5 21 Nov 2016 18:00:09 |
pi |
dns/dnsviz: update 0.6.4 -> 0.6.5
Changes: https://github.com/dnsviz/dnsviz/releases |
0.6.4 14 Nov 2016 11:26:59 |
danfe |
Do not terminate BROKEN messages with period, it is added by the framework. |
0.6.4 10 Nov 2016 20:52:05 |
pi |
dns/dnsviz: update 0.6.3 -> 0.6.4
- fixes minor bugs |
0.6.3 09 Oct 2016 16:05:45 |
pi |
dns/dnsviz: 0.6.1 -> 0.6.3
- fixes minor bugs and introduces key length into graphical output |
0.6.1 17 Sep 2016 19:21:36 |
pi |
dns/dnsviz: 0.6.0 -> 0.6.1
- several minor bug fixes, mostly for compatibility with older python versions
- ability to specify a network prefix to be used in the EDNS Client
Subnet option for queries issued
- introduces a check for CNAME and non-CNAME data at the same name |
0.6.0 08 Sep 2016 10:50:44 |
pi |
dns/dnsviz: 0.5.4 -> 0.6.0
- support for offline and pre-delegation testing, so changes
can be tested before they are deployed
- More checks were added, and various other stability fixes
- now supports python 3 |
0.5.4_1 30 Jul 2016 12:01:20 |
pi |
dns/dnsviz: fix man pages
Man pages are installed to the wrong directory. Consequently, they are not
compressed and also don't work. Fix is simple and attached.
PR: 211294
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> |
0.5.4 16 Jun 2016 01:33:31 |
pi |
dns/dnsviz: 0.5.3 -> 0.5.4
- several minor bug fixes
- the warning and error images have been updated for consistent
copyright/license information. |
0.5.3 26 May 2016 08:57:46 |
pi |
dns/dnsviz: 0.5.2 -> 0.5.3, bugfixes |
0.5.2 21 Apr 2016 07:47:14 |
pi |
dns/dnsviz: fix depends |
0.5.2 20 Apr 2016 14:05:26 |
pi |
dns/dnsviz: fix dependencies
- exact dependencies are listed in
https://github.com/dnsviz/dnsviz/blob/master/README.md#dependencies
Submitted by: Casey Deccio <casey@deccio.net> |
0.5.2 20 Apr 2016 04:33:03 |
pi |
dns/dnsviz: 0.5.1 -> 0.5.2
- various bug fixes
- Warnings and errors are shown with the output of dnsviz print |
0.5.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.1 13 Mar 2016 07:08:42 |
pi |
New port: dns/dnsviz
Tool suite for analysis and visualization of Domain Name System
(DNS) behavior, including its security extensions (DNSSEC). The
Web-based analysis is run from the same software.
WWW: http://dnsviz.net/ |