Date: Wed, 20 Apr 2016 17:14:18 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413693 - head/dns/dnstable Message-ID: <201604201714.u3KHEI0G016080@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604201714.u3KHEI0G016080>