Date: Sat, 15 Dec 2012 16:33:08 +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: r308952 - head/dns/dnsmasq Message-ID: <201212151633.qBFGX8ZS096227@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sat Dec 15 16:33:08 2012 New Revision: 308952 URL: http://svnweb.freebsd.org/changeset/ports/308952 Log: Update to new upstream release 2.65. Upstream changes: 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 head/dns/dnsmasq/distinfo Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Sat Dec 15 16:05:45 2012 (r308951) +++ head/dns/dnsmasq/Makefile Sat Dec 15 16:33:08 2012 (r308952) @@ -6,7 +6,7 @@ # PORTNAME= dnsmasq -DISTVERSION= 2.64 +DISTVERSION= 2.65 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ Modified: head/dns/dnsmasq/distinfo ============================================================================== --- head/dns/dnsmasq/distinfo Sat Dec 15 16:05:45 2012 (r308951) +++ head/dns/dnsmasq/distinfo Sat Dec 15 16:33:08 2012 (r308952) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.64.tar.xz) = d80a3aa32c5293d9824a23b12cdd2adc6965d68072572a1d6c9f6781a395a897 -SIZE (dnsmasq-2.64.tar.xz) = 381716 +SHA256 (dnsmasq-2.65.tar.xz) = 59d12adad6b7a11af6473797d156c69e54e9db5a2d10d837286404dbf421e6c2 +SIZE (dnsmasq-2.65.tar.xz) = 381900
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212151633.qBFGX8ZS096227>