Date: Thu, 22 Jan 2015 22:48:56 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377701 - head/dns/dnsmasq-devel Message-ID: <201501222248.t0MMmu2F058437@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501222248.t0MMmu2F058437>