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
This commit is contained in:
parent
9ec21d3f33
commit
0fc229aba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440120
2 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue