diff options
author | mandree <mandree@FreeBSD.org> | 2012-12-16 00:34:11 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-12-16 00:34:11 +0800 |
commit | d8b7b135a348b9df351266e50b19150b025e1901 (patch) | |
tree | 2e62bc53b177b7c2f3170d5d2dfc6d59f44796f9 /dns | |
parent | 43a7f9a1db36a331faae910ed30dd1fd52b4cc1c (diff) | |
download | freebsd-ports-gnome-d8b7b135a348b9df351266e50b19150b025e1901.tar.gz freebsd-ports-gnome-d8b7b135a348b9df351266e50b19150b025e1901.tar.zst freebsd-ports-gnome-d8b7b135a348b9df351266e50b19150b025e1901.zip |
Update to new upstream release 2.65.
Upstream changes:
Fix regression which broke forwarding of queries sent via
TCP which are not for A and AAAA and which were directed to
non-default servers. Thanks to Niax for the bug report.
Fix failure to build with DHCP support excluded. Thanks to
Gustavo Zacarias for the patch.
Fix nasty regression in 2.64 which completely broke cacheing.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 8fafb1de2143..984b0668a701 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -120,3 +120,4 @@ do-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> + |