Date: Thu, 4 May 2017 22:50:30 +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: r440120 - head/dns/dnsmasq-devel Message-ID: <201705042250.v44MoUFv006285@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu May 4 22:50:30 2017 New Revision: 440120 URL: https://svnweb.freebsd.org/changeset/ports/440120 Log: Update to new upstream test release -test5. Diff from upstream CHANGELOG: + Allow use of MAC addresses with --tftp-unique-root. Thanks + to Floris Bos for the patch. + + Add --dhcp-reply-delay option. Thanks to Floris Bos + for the patch. + + Add mtu setting facility to --ra-param. Thanks to David + Flamand for the patch. + + Capture STDOUT and STDERR output from dhcp-script and log + it as part of the dnsmasq log stream. Makes life easier + for diagnosing unexpected problems in scripts. + Thanks to Petr Mensik for the patch. + + Generate fatal errors when failing to parse the output + of the dhcp-script in "init" mode. Avoids strange errors + when the script accidentally emits error messages. + Thanks to Petr Mensik for the patch. + + Make --rev-server for an RFC1918 subnet work even in the + presence of the --bogus-priv flag. Thanks to + Vladislav Grishenko for the patch. + + Extend --ra-param mtu: field to allow an interface name. + This allows the MTU of a WAN interface to be advertised on + the internal interfaces of a router. Thanks to + Vladislav Grishenko for the patch. + + Do ICMP-ping check for address-in-use for DHCPv4 when + the client specifies an address in DHCPDISCOVER, and when + an address in configured locally. Thanks to Alin Năstac + for spotting the problem. This change was reverted: - Implement RFC 6842. Thanks to Reddeiah Raju Konduru for - pointing out that this was missing. Reported by: portscout Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Thu May 4 22:30:14 2017 (r440119) +++ head/dns/dnsmasq-devel/Makefile Thu May 4 22:50:30 2017 (r440120) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.77test4 +DISTVERSION= 2.77test5 PORTEPOCH= 1 CATEGORIES= dns ipv6 #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Thu May 4 22:30:14 2017 (r440119) +++ head/dns/dnsmasq-devel/distinfo Thu May 4 22:50:30 2017 (r440120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490136000 -SHA256 (dnsmasq-2.77test4.tar.xz) = d71f52b54b876f8b30418cd9c8d5926a2f294aa8347ee41992da3762d14b3c51 -SIZE (dnsmasq-2.77test4.tar.xz) = 500252 +TIMESTAMP = 1493933562 +SHA256 (dnsmasq-2.77test5.tar.xz) = 5d57d575944769f4c6142ac3d6e81c3e60f20f6817d52f18df8056b6e0a9112d +SIZE (dnsmasq-2.77test5.tar.xz) = 502964
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705042250.v44MoUFv006285>