diff options
author | mandree <mandree@FreeBSD.org> | 2015-01-23 06:48:56 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2015-01-23 06:48:56 +0800 |
commit | d21c104e75d36bb9014582f03814c59e3219d898 (patch) | |
tree | 4a689ed4a60323fc184215f81bc7f0c5d041ff31 /dns | |
parent | c00995370f0b3e2677b5a44c145798b99ad0fd6c (diff) | |
download | freebsd-ports-gnome-d21c104e75d36bb9014582f03814c59e3219d898.tar.gz freebsd-ports-gnome-d21c104e75d36bb9014582f03814c59e3219d898.tar.zst freebsd-ports-gnome-d21c104e75d36bb9014582f03814c59e3219d898.zip |
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.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 3f395918b4b7..222375a7c50a 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -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 diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 10f07e79cb8d..8734e4f9b520 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -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 |