svn commit: r308953 - head/dns/dnsmasq

Matthias Andree mandree at FreeBSD.org
Sat Dec 15 16:34:12 UTC 2012


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>
+


More information about the svn-ports-all mailing list