diff options
author | mandree <mandree@FreeBSD.org> | 2017-05-05 06:50:30 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-05-05 06:50:30 +0800 |
commit | 43c24afacb3bbe2fae2b70addb962f2b066dcef0 (patch) | |
tree | c472991ad822d539b59c233c03d4f7bb12412028 /dns | |
parent | 1d962c619c1b2c142865f08c605be901f44a97e9 (diff) | |
download | freebsd-ports-gnome-43c24afacb3bbe2fae2b70addb962f2b066dcef0.tar.gz freebsd-ports-gnome-43c24afacb3bbe2fae2b70addb962f2b066dcef0.tar.zst freebsd-ports-gnome-43c24afacb3bbe2fae2b70addb962f2b066dcef0.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index ca95cea1981f..f048accc1c9d 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -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/ diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 4593a2cf72a0..a2807e341854 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -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 |