From owner-svn-ports-all@FreeBSD.ORG Thu Jan 22 22:48:57 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C17E842; Thu, 22 Jan 2015 22:48:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2E36C82; Thu, 22 Jan 2015 22:48:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0MMmvtG058442; Thu, 22 Jan 2015 22:48:57 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0MMmu2F058437; Thu, 22 Jan 2015 22:48:56 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201501222248.t0MMmu2F058437@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 22 Jan 2015 22:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377701 - head/dns/dnsmasq-devel 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.18-1 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: Thu, 22 Jan 2015 22:48:57 -0000 Author: mandree Date: Thu Jan 22 22:48:56 2015 New Revision: 377701 URL: https://svnweb.freebsd.org/changeset/ports/377701 QAT: https://qat.redports.org/buildarchive/r377701/ Log: Update to new 2.73test6 pre-release Changes since test3, from CHANGELOG file: Add --log-queries=extra option, which makes logs easier to search automatically. Add --min-cache-ttl option. I've resisted this for a long time, on the grounds that disbelieving TTLs is never a good idea, but I've been persuaded that there are sometimes reasons to do it. (Step forward, GFW). To avoid misuse, there's a hard limit on the TTL floor of one hour. Thansk to RinSatsuki for the patch. Cope with multiple interfaces with the same link-local address. (IPv6 addresses are scoped, so this is allowed.) Thanks to Cory Benfield for help with this. Add --dhcp-hostsdir. This allows addition of new host configurations to a running dnsmasq instance much more cheaply than having dnsmasq re-read all its existing configuration each time. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Thu Jan 22 22:23:06 2015 (r377700) +++ head/dns/dnsmasq-devel/Makefile Thu Jan 22 22:48:56 2015 (r377701) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -PORTVERSION= 2.73.0t3 -DISTVERSION= 2.73test3 +PORTVERSION= 2.73.0t6 +DISTVERSION= 2.73test6 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Thu Jan 22 22:23:06 2015 (r377700) +++ head/dns/dnsmasq-devel/distinfo Thu Jan 22 22:48:56 2015 (r377701) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73test3.tar.xz) = bafdc95206715eba4a93d3619c875512af793f04e4dff5917e8d5479d605d161 -SIZE (dnsmasq-2.73test3.tar.xz) = 473232 +SHA256 (dnsmasq-2.73test6.tar.xz) = e1a69b71887f1b11c90427707681273eb84199ae6dbf75c219c327facd5d2440 +SIZE (dnsmasq-2.73test6.tar.xz) = 475044