From owner-svn-ports-all@FreeBSD.ORG Sat Dec 15 16:33:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 287CE731; Sat, 15 Dec 2012 16:33:09 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0BF968FC12; Sat, 15 Dec 2012 16:33:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBFGX8Nc096229; Sat, 15 Dec 2012 16:33:08 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBFGX8ZS096227; Sat, 15 Dec 2012 16:33:08 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201212151633.qBFGX8ZS096227@svn.freebsd.org> From: Matthias Andree Date: Sat, 15 Dec 2012 16:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308952 - head/dns/dnsmasq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 16:33:09 -0000 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