diff options
author | Don Lewis <truckman@FreeBSD.org> | 2016-04-20 17:14:17 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2016-04-20 17:14:17 +0000 |
commit | ed390b0a2637cdcf0d2099a4d8b4449df7108627 (patch) | |
tree | fa32cda87f4266efbe95376bd9bf93823191fd06 /dns | |
parent | 4adfe23880186eef14de026e6eb312de7200caa4 (diff) |
Upgrade dns/dnstable to version 0.9.1:
* Fix strange values in data value triplets (#16). A 'count' field that has
the value 0 is silently rewritten to 1, and a 'time_last' field that has
the value 0 is silently set to be the same as the 'time_first' field.
Sponsored by: Farsight Security, Inc.
Notes
Notes:
svn path=/head/; revision=413693
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 6f4531246dfe..ccc7d779e56e 100644 --- a/dns/dnstable/Makefile +++ b/dns/dnstable/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnstable -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/dns/dnstable/distinfo b/dns/dnstable/distinfo index 6f336ab6d20b..bcb24dcc6005 100644 --- a/dns/dnstable/distinfo +++ b/dns/dnstable/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnstable-0.9.0.tar.gz) = e99b6db36df7123ee28ec273059dba3287a14580b5f93144e097557628bf9ba4 -SIZE (dnstable-0.9.0.tar.gz) = 389706 +SHA256 (dnstable-0.9.1.tar.gz) = 392033297fa2a6e58ace6343bb4da6360ba4728b821c3e52118753e85930f26d +SIZE (dnstable-0.9.1.tar.gz) = 409874 |