aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsviz
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/dnsviz: update 0.9.0 -> 0.9.2Kurt Jaeger2021-02-062-4/+4
| | | | | | | | | - Fix minor bugs related to Ed448 and dnsviz print Relnotes: https://github.com/dnsviz/dnsviz/releases Notes: svn path=/head/; revision=564230
* dns/dnsviz: update 0.8.2 -> 0.9.0Kurt Jaeger2021-01-093-5/+5
| | | | | | | Relnotes: https://github.com/dnsviz/dnsviz/releases/tag/v0.9.0 Notes: svn path=/head/; revision=560891
* pygraphviz is now only compatible with python 3.6+Antoine Brodin2020-12-241-1/+1
| | | | Notes: svn path=/head/; revision=559052
* dns/dnsviz: upgrade 0.8.1 -> 0.8.2Kurt Jaeger2019-09-212-5/+4
| | | | | | | - fixes several bugs Notes: svn path=/head/; revision=512467
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* dns/dnsviz: add missing dependency, set NO_ARCHKurt Jaeger2019-02-121-1/+4
| | | | | | | Submitted by: Casey Deccio <casey@deccio.net> Notes: svn path=/head/; revision=492749
* dns/dnsviz: update 0.6.7 -> 0.8.1Kurt Jaeger2019-02-082-4/+4
| | | | | | | | | | | - support DNS cookies and 0x20 testing. - fixes several bugs - includes changes to more fully support python 3 Relnotes: https://github.com/dnsviz/dnsviz/releases Notes: svn path=/head/; revision=492440
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* dns/dnsviz: update 0.6.6 -> 0.6.7Kurt Jaeger2017-10-082-4/+4
| | | | | | | - conformance with the delay of the 2017 KSK rollover Notes: svn path=/head/; revision=451556
* dns/dnsviz: update 0.6.5 -> 0.6.6Kurt Jaeger2017-07-192-4/+4
| | | | | | | Relnotes: https://github.com/dnsviz/dnsviz/releases Notes: svn path=/head/; revision=446223
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* dns/dnsviz: update 0.6.4 -> 0.6.5Kurt Jaeger2016-11-212-4/+4
| | | | | | | Changes: https://github.com/dnsviz/dnsviz/releases Notes: svn path=/head/; revision=426750
* Do not terminate BROKEN messages with period, it is added by the framework.Alexey Dokuchaev2016-11-141-1/+1
| | | | Notes: svn path=/head/; revision=426104
* dns/dnsviz: update 0.6.3 -> 0.6.4Kurt Jaeger2016-11-102-4/+4
| | | | | | | - fixes minor bugs Notes: svn path=/head/; revision=425855
* dns/dnsviz: 0.6.1 -> 0.6.3Kurt Jaeger2016-10-092-4/+4
| | | | | | | - fixes minor bugs and introduces key length into graphical output Notes: svn path=/head/; revision=423612
* dns/dnsviz: 0.6.0 -> 0.6.1Kurt Jaeger2016-09-172-4/+4
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=422341
* dns/dnsviz: 0.5.4 -> 0.6.0Kurt Jaeger2016-09-082-5/+4
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=421539
* dns/dnsviz: fix man pagesKurt Jaeger2016-07-301-0/+4
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=419314
* dns/dnsviz: 0.5.3 -> 0.5.4Kurt Jaeger2016-06-162-4/+4
| | | | | | | | | - several minor bug fixes - the warning and error images have been updated for consistent copyright/license information. Notes: svn path=/head/; revision=416947
* dns/dnsviz: 0.5.2 -> 0.5.3, bugfixesKurt Jaeger2016-05-262-3/+4
| | | | Notes: svn path=/head/; revision=415883
* dns/dnsviz: fix dependsKurt Jaeger2016-04-211-2/+2
| | | | Notes: svn path=/head/; revision=413720
* dns/dnsviz: fix dependenciesKurt Jaeger2016-04-201-3/+3
| | | | | | | | | | - exact dependencies are listed in https://github.com/dnsviz/dnsviz/blob/master/README.md#dependencies Submitted by: Casey Deccio <casey@deccio.net> Notes: svn path=/head/; revision=413690
* dns/dnsviz: 0.5.1 -> 0.5.2Kurt Jaeger2016-04-202-3/+3
| | | | | | | | - various bug fixes - Warnings and errors are shown with the output of dnsviz print Notes: svn path=/head/; revision=413669
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* New port: dns/dnsvizKurt Jaeger2016-03-133-0/+31
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/ Notes: svn path=/head/; revision=410945