aboutsummaryrefslogtreecommitdiffstats
path: root/dns/wdns
Commit message (Collapse)AuthorAgeFilesLines
* Fix OPTIONS_DEFAULT: remove EXAMPLES which is added by frameworksunpoet2017-05-291-1/+0
| | | | Approved by: portmgr (blanket)
* Upgrade dns/wdns to version 0.9.1:truckman2017-01-043-9/+13
| | | | | | | | | | | | | | * t/: Fix format specifiers for size_t in some tests. * Add README.md. * Don't install the compiled example programs. Optionally install source code for example programs under ${EXAMPLESDIR}. Define TEST_TARGET. Sponsored by: Farsight Security, Inc.
* Upgrade dns/wdns to version 0.9.0:truckman2016-04-202-3/+3
| | | | | | | | | | | | | | | * 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.
* Update to version 0.8.1:truckman2016-02-272-3/+3
| | | | | | | * Allow compressed <domain-name> record data fields in all supported record types (#12). Sponsored by: Farsight Security, Inc.
* Upgrade to wdns version 0.8.0.truckman2015-10-282-3/+3
| | | | | | | | | | | wdns (0.8.0) [ Henry Stern ] * wdns_str_to_rcode(): New function. * wdns_str_to_name_case(): New function. Sponsored by: Farsight Security, Inc.
* Upgrade to 0.7.0:truckman2015-09-243-4/+4
| | | | | | | | | | | | [ Henry Stern ] * wdns_str_to_rdata(): New function. * wdns_str_to_rrclass(): New function. [ Robert Edmonds ] * examples/wdns-dump-file: New utility. Sponsored by: Farsight Security, Inc.
* Add LICENSE_FILE (and bump PORTREVISION).truckman2015-04-061-2/+3
| | | | | | | | Convert to use MASTER_SIGHTS_FARSIGHT. Differential Revision: https://reviews.freebsd.org/D2235 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
* MASTER_SITE dl.farsightsecurity.com only allows https downloads.truckman2015-01-101-4/+3
| | | | | | | | | | Mirror the distfile on LOCAL as a http backup for clients that can't use https. Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}. Differential Revision: https://reviews.freebsd.org/D1473 Approved by: mat (mentor)
* - Update to 0.6.0miwi2014-06-053-7/+6
| | | | | PR: 190620 Submitted by: maintainer
* wdns is a low-level DNS library. It contains a fast DNS message parsermiwi2014-06-034-0/+38
and various utility functions for manipulating wire-format DNS data. WWW: https://github.com/farsightsec/wdns PR: ports/190552