svn commit: r413693 - head/dns/dnstable
Don Lewis
truckman at FreeBSD.org
Wed Apr 20 17:14:19 UTC 2016
Author: truckman
Date: Wed Apr 20 17:14:17 2016
New Revision: 413693
URL: https://svnweb.freebsd.org/changeset/ports/413693
Log:
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.
Modified:
head/dns/dnstable/Makefile
head/dns/dnstable/distinfo
Modified: head/dns/dnstable/Makefile
==============================================================================
--- head/dns/dnstable/Makefile Wed Apr 20 16:15:10 2016 (r413692)
+++ head/dns/dnstable/Makefile Wed Apr 20 17:14:17 2016 (r413693)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= dnstable
-PORTVERSION= 0.9.0
+PORTVERSION= 0.9.1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
Modified: head/dns/dnstable/distinfo
==============================================================================
--- head/dns/dnstable/distinfo Wed Apr 20 16:15:10 2016 (r413692)
+++ head/dns/dnstable/distinfo Wed Apr 20 17:14:17 2016 (r413693)
@@ -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
More information about the svn-ports-head
mailing list