From owner-svn-ports-all@freebsd.org Sat Nov 14 22:30:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC44A2F95F; Sat, 14 Nov 2015 22:30:25 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C9E31984; Sat, 14 Nov 2015 22:30:25 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEMUOIj075299; Sat, 14 Nov 2015 22:30:24 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEMUOx8075297; Sat, 14 Nov 2015 22:30:24 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201511142230.tAEMUOx8075297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 14 Nov 2015 22:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401609 - head/dns/dnstable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 22:30:26 -0000 Author: truckman Date: Sat Nov 14 22:30:24 2015 New Revision: 401609 URL: https://svnweb.freebsd.org/changeset/ports/401609 Log: 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. Modified: head/dns/dnstable/Makefile head/dns/dnstable/distinfo Modified: head/dns/dnstable/Makefile ============================================================================== --- head/dns/dnstable/Makefile Sat Nov 14 22:25:28 2015 (r401608) +++ head/dns/dnstable/Makefile Sat Nov 14 22:30:24 2015 (r401609) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnstable -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/dns/dnstable/distinfo ============================================================================== --- head/dns/dnstable/distinfo Sat Nov 14 22:25:28 2015 (r401608) +++ head/dns/dnstable/distinfo Sat Nov 14 22:30:24 2015 (r401609) @@ -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