1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

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.
This commit is contained in:
Matthias Andree 2015-01-22 22:48:56 +00:00
parent 234b193b17
commit 83f8dd7bc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377701
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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