diff options
author | Don Lewis <truckman@FreeBSD.org> | 2016-04-20 05:03:46 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2016-04-20 05:03:46 +0000 |
commit | d620a9344b116265e6c04fd1ff2361b8cba36e87 (patch) | |
tree | c4f92469b0de130dfbc313593108e48c849a50e7 | |
parent | dns/dnsviz: 0.5.1 -> 0.5.2 (diff) |
Upgrade dns/wdns to version 0.9.0:
* Support for new rrtypes:
- CDNSKEY and CDS (RFC 7344)
- CSYNC (RFC 7477)
- EUI48 and EUI64 (RFC 7043)
- OPENPGPKEY (draft-ietf-dane-openpgpkey)
- TLSA (RFC 6698)
- URI (RFC 7553)
* Added new rrtype mnemonics: CDNSKEY, CSYNC, EUI48, EUI64, GID, L32, L64,
LP, NID, OPENPGPKEY, TLSA, UID, UINFO, UNSPEC.
Sponsored by: Farsight Security, Inc.
Notes
Notes:
svn path=/head/; revision=413670
-rw-r--r-- | dns/wdns/Makefile | 2 | ||||
-rw-r--r-- | dns/wdns/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/wdns/Makefile b/dns/wdns/Makefile index f9cdc20251d8..8814ee2bb081 100644 --- a/dns/wdns/Makefile +++ b/dns/wdns/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wdns -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/dns/wdns/distinfo b/dns/wdns/distinfo index e1554ac1df34..c3d47a916bdb 100644 --- a/dns/wdns/distinfo +++ b/dns/wdns/distinfo @@ -1,2 +1,2 @@ -SHA256 (wdns-0.8.1.tar.gz) = 8b621281229a669906b65abc8f8d8324dd34a9b52aed7a371e70362fd1bacedc -SIZE (wdns-0.8.1.tar.gz) = 381214 +SHA256 (wdns-0.9.0.tar.gz) = 081ec58967cb9807ee24df3a52173e19c0eb1b1fcac45f8c569ce12abdf9c0cc +SIZE (wdns-0.9.0.tar.gz) = 384516 |