Date: Sat, 15 Dec 2012 16:34:12 +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: r308953 - head/dns/dnsmasq Message-ID: <201212151634.qBFGYCct096409@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sat Dec 15 16:34:11 2012 New Revision: 308953 URL: http://svnweb.freebsd.org/changeset/ports/308953 Log: 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. Modified: head/dns/dnsmasq/Makefile Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Sat Dec 15 16:33:08 2012 (r308952) +++ head/dns/dnsmasq/Makefile Sat Dec 15 16:34:11 2012 (r308953) @@ -120,3 +120,4 @@ do-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212151634.qBFGYCct096409>