From owner-svn-ports-all@FreeBSD.ORG Sun May 18 22:17:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C645CDE; Sun, 18 May 2014 22:17:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDDA020C9; Sun, 18 May 2014 22:17:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IMHUQC045729; Sun, 18 May 2014 22:17:30 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IMHU4u045727; Sun, 18 May 2014 22:17:30 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201405182217.s4IMHU4u045727@svn.freebsd.org> From: Matthias Andree Date: Sun, 18 May 2014 22:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354476 - 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.18 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: Sun, 18 May 2014 22:17:31 -0000 Author: mandree Date: Sun May 18 22:17:30 2014 New Revision: 354476 URL: http://svnweb.freebsd.org/changeset/ports/354476 QAT: https://qat.redports.org/buildarchive/r354476/ Log: Upgrade to new upstream version 2.71. Upstream's changelog: version 2.71 Subtle change to error handling to help DNSSEC validation when servers fail to provide NODATA answers for non-existent DS records. Tweak code which removes DNSSEC records from answers when not required. Fixes broken answers when additional section has real records in it. Thanks to Marco Davids for the bug report. Fix DNSSEC validation of ANY queries. Thanks to Marco Davids for spotting that too. Fix total DNS failure and 100% CPU use if cachesize set to zero, regression introduced in 2.69. Thanks to James Hunt and the Ubuntu crowd for assistance in fixing this. Modified: head/dns/dnsmasq/Makefile head/dns/dnsmasq/distinfo Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Sun May 18 21:51:39 2014 (r354475) +++ head/dns/dnsmasq/Makefile Sun May 18 22:17:30 2014 (r354476) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.70 +DISTVERSION= 2.71 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ Modified: head/dns/dnsmasq/distinfo ============================================================================== --- head/dns/dnsmasq/distinfo Sun May 18 21:51:39 2014 (r354475) +++ head/dns/dnsmasq/distinfo Sun May 18 22:17:30 2014 (r354476) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.70.tar.xz) = 19d55bddc541271ad5271e3946f94e2cdf4491913aa5fb1ca9c6b23d5925f026 -SIZE (dnsmasq-2.70.tar.xz) = 446984 +SHA256 (dnsmasq-2.71.tar.xz) = 4919fb572fed5c6205de1d384f8661c25c19358904c2e6265928e3a3e4bfffba +SIZE (dnsmasq-2.71.tar.xz) = 448380