diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-04 11:33:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-04 11:33:54 +0800 |
commit | d08b91480b5493297f5da157cbfd85faa3855ade (patch) | |
tree | 7ab6c9b18b92ea2da7a094929f27fa7bbb5c1682 /dns/domtools/Makefile | |
parent | dc76e9c1f823fc8025a934cdba604ca972395020 (diff) | |
download | freebsd-ports-gnome-d08b91480b5493297f5da157cbfd85faa3855ade.tar.gz freebsd-ports-gnome-d08b91480b5493297f5da157cbfd85faa3855ade.tar.zst freebsd-ports-gnome-d08b91480b5493297f5da157cbfd85faa3855ade.zip |
Update to 1.6.0. Changes:
* Added support for DiG 9.x (BIND 9.0.1)
* Replaced internal digparse utility with digstd utility - you call digstd
as if it were dig, it calls dig for you with right options for your version
and returns results in a standard easy-to-parse format.
* Added SRV record support (ala RFC 2052).
* Added LOC record support (ala RFC 1876).
* Minor speed improvement to axfr
* Numerous bug fixes and support for different local host configurations
* Updated HOWTOUSE and MANUAL documents
PR: ports/53785
Submitted by: Rob Evers <rob@debank.tv>
Maintainer timeout: 3 weeks
Diffstat (limited to 'dns/domtools/Makefile')
-rw-r--r-- | dns/domtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile index a89e958d111f..2c01de1e2dab 100644 --- a/dns/domtools/Makefile +++ b/dns/domtools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= domtools -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= dns MASTER_SITES= http://www.domtools.com/pub/ \ http://www.ussrback.com/UNIX/utilities/ \ |