Date: Mon, 27 Aug 2018 23:52:58 +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: r478262 - head/dns/dnsmasq-devel Message-ID: <201808272352.w7RNqwB5021130@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Mon Aug 27 23:52:58 2018 New Revision: 478262 URL: https://svnweb.freebsd.org/changeset/ports/478262 Log: Update dnsmasq-devel to v2.80test4. CHANGELOG diff since v2.80test3: Fix crash on startup with a --synth-domain which has no prefix. Fix missing EDNS0 section in some replies generated by local DNS configuration which confused systemd-resolvd. Add --dhcp-name-match config option. Add --caa-record config option. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Mon Aug 27 23:45:26 2018 (r478261) +++ head/dns/dnsmasq-devel/Makefile Mon Aug 27 23:52:58 2018 (r478262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.80test3 +DISTVERSION= 2.80test4 PORTEPOCH= 2 CATEGORIES= dns ipv6 #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Mon Aug 27 23:45:26 2018 (r478261) +++ head/dns/dnsmasq-devel/distinfo Mon Aug 27 23:52:58 2018 (r478262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534402568 -SHA256 (dnsmasq-2.80test3.tar.xz) = af9f6fd13e0d6c5a68059bcf8634c2784c0533017fd48fbaf59cd2955342d301 -SIZE (dnsmasq-2.80test3.tar.xz) = 513624 +TIMESTAMP = 1535412434 +SHA256 (dnsmasq-2.80test4.tar.xz) = c1a30140f8bb2f68ac23943e3715ac3bbef7f111d6d2688bd686ae7a67d56b6e +SIZE (dnsmasq-2.80test4.tar.xz) = 516508
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808272352.w7RNqwB5021130>