Commit graph

9 commits

Author SHA1 Message Date
Don Lewis
b0d72c9b38 Upgrade dns/wdns to version 0.9.1:
* 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.
2017-01-04 04:43:36 +00:00
Don Lewis
d620a9344b 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.
2016-04-20 05:03:46 +00:00
Don Lewis
3b82a701b3 Update to version 0.8.1:
* Allow compressed <domain-name> record data fields in all supported record
    types (#12).

Sponsored by:	Farsight Security, Inc.
2016-02-26 21:12:53 +00:00
Don Lewis
aadb18327d Upgrade to wdns version 0.8.0.
wdns (0.8.0)

  [ Henry Stern ]
  * wdns_str_to_rcode(): New function.

  * wdns_str_to_name_case(): New function.

Sponsored by:	Farsight Security, Inc.
2015-10-28 02:34:45 +00:00
Don Lewis
ce2cb4208b Upgrade to 0.7.0:
[ 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.
2015-09-23 22:05:56 +00:00
Don Lewis
fe0bd9cc86 Add LICENSE_FILE (and bump PORTREVISION).
Convert to use MASTER_SIGHTS_FARSIGHT.

Differential Revision:	https://reviews.freebsd.org/D2235
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-06 12:40:48 +00:00
Don Lewis
3fd33a8c97 MASTER_SITE dl.farsightsecurity.com only allows https downloads.
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)
2015-01-10 02:42:01 +00:00
Martin Wilke
fbb825239e - Update to 0.6.0
PR:		190620
Submitted by:	maintainer
2014-06-05 00:49:14 +00:00
Martin Wilke
bcfeb90749 wdns is a low-level DNS library. It contains a fast DNS message parser
and various utility functions for manipulating wire-format DNS data.

WWW: https://github.com/farsightsec/wdns

PR:		ports/190552
2014-06-03 08:36:10 +00:00