diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-11-14 22:30:24 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-11-14 22:30:24 +0000 |
commit | 3ea8f37a1265e519f2703794968ed2b21681f7ca (patch) | |
tree | b7aeefe96e6f554d73c92b977a5eddb31d1e9cf9 /dns | |
parent | dee5919b486cc1c6303c180831ae95018afafc2d (diff) | |
download | freebsd-ports-3ea8f37a1265e519f2703794968ed2b21681f7ca.zip |
Upgrade to version 0.9.0.
[ Henry Stern ]
* New "query timeout" feature which allows for a configurable timeout on the
execution of certain types of queries. Introduces new function
dnstable_query_set_timeout() and new result code dnstable_res_timeout
(#8).
* New "time fencing" feature which filters based on 'time_first' and
'time_last' values. Introduces new enum dnstable_filter_parameter_type and
new function dnstable_query_set_filter_parameter() (#9).
* Performance enhancement for some IP range and prefix searches (#11).
* Fix unhandled IPv4/IPv6 address overflow for IP range/prefix queries
(#14).
[ Robert Edmonds ]
* dnstable_convert: Assert vendor 'SIE' and message type 'dnsdedupe' so that
the following cast of the return value of nmsg_message_get_payload() is
safe (#10).
* Use CLOCK_MONOTONIC_COARSE rather than CLOCK_MONOTONIC_RAW for query
timeouts (#12).
* query_iter_next_ip(): Fix zero fill condition (#15).
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnstable/Makefile | 2 | ||||
-rw-r--r-- | dns/dnstable/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile index e809436b6a05..bf09b24cda12 100644 --- a/dns/dnstable/Makefile +++ b/dns/dnstable/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnstable -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/dns/dnstable/distinfo b/dns/dnstable/distinfo index 179d999ed78d..6f336ab6d20b 100644 --- a/dns/dnstable/distinfo +++ b/dns/dnstable/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnstable-0.8.0.tar.gz) = 211134a407c3b70d82517f8daf0c598d8ef221e35a9071510800f14073e0e798 -SIZE (dnstable-0.8.0.tar.gz) = 385295 +SHA256 (dnstable-0.9.0.tar.gz) = e99b6db36df7123ee28ec273059dba3287a14580b5f93144e097557628bf9ba4 +SIZE (dnstable-0.9.0.tar.gz) = 389706 |