From owner-svn-ports-all@FreeBSD.ORG Sat Sep 20 22:25:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53D94D08; Sat, 20 Sep 2014 22:25:00 +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 3EB751F4; Sat, 20 Sep 2014 22:25:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8KMP0xq058975; Sat, 20 Sep 2014 22:25:00 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8KMOxM2058954; Sat, 20 Sep 2014 22:24:59 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201409202224.s8KMOxM2058954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 20 Sep 2014 22:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368699 - head/dns/dnsmasq-devel 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-1 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, 20 Sep 2014 22:25:00 -0000 Author: mandree Date: Sat Sep 20 22:24:59 2014 New Revision: 368699 URL: http://svnweb.freebsd.org/changeset/ports/368699 QAT: https://qat.redports.org/buildarchive/r368699/ Log: Upgrade to 2.72rc2. + Fix bug when resulted in NXDOMAIN answers instead of NODATA in some circumstances. + Fix bug which caused dnsmasq to become unresponsive if it failed to send packets due to a network interface disappearing. + Fix problem with --local-service option on big-endian platforms. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Sat Sep 20 22:21:58 2014 (r368698) +++ head/dns/dnsmasq-devel/Makefile Sat Sep 20 22:24:59 2014 (r368699) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.72rc1 -PORTREVISION= 1 +DISTVERSION= 2.72rc2 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Sat Sep 20 22:21:58 2014 (r368698) +++ head/dns/dnsmasq-devel/distinfo Sat Sep 20 22:24:59 2014 (r368699) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.72rc1.tar.xz) = ae26e9998747a46edb0c8186a2b03507d0bf5490c10293c87f333256ff8d25e6 -SIZE (dnsmasq-2.72rc1.tar.xz) = 468568 +SHA256 (dnsmasq-2.72rc2.tar.xz) = 23d464dec8b8d16f3a2fe86b99fa71908a8347ad9e426212b5bb020c048bddc5 +SIZE (dnsmasq-2.72rc2.tar.xz) = 469732