From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 21:12:38 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 3F18D67D; Wed, 12 Feb 2014 21:12:38 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A3F11DDD; Wed, 12 Feb 2014 21:12:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CLCcgg092482; Wed, 12 Feb 2014 21:12:38 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CLCb3M092480; Wed, 12 Feb 2014 21:12:37 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201402122112.s1CLCb3M092480@svn.freebsd.org> From: Matthias Andree Date: Wed, 12 Feb 2014 21:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344016 - 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.17 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: Wed, 12 Feb 2014 21:12:38 -0000 Author: mandree Date: Wed Feb 12 21:12:37 2014 New Revision: 344016 URL: http://svnweb.freebsd.org/changeset/ports/344016 QAT: https://qat.redports.org/buildarchive/r344016/ Log: Upgrade to test8 release, bringing these upstream fixes: ee41586 Use DS records as trust anchors, not DNSKEYs. 83349b8 Further tidying of AD and DO bit handling. 7fa836e Handle validation when more one key is needed. 1633e30 Fix Byte-order botch: broke DNSSEC on big-endian platforms. c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets. e243c07 AD bit in queries handled as RFC6840 p5.7 Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Wed Feb 12 20:42:58 2014 (r344015) +++ head/dns/dnsmasq-devel/Makefile Wed Feb 12 21:12:37 2014 (r344016) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -PORTVERSION= 2.69.0test7 -DISTVERSION= 2.69test7 +PORTVERSION= 2.69.0test8 +DISTVERSION= 2.69test8 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Wed Feb 12 20:42:58 2014 (r344015) +++ head/dns/dnsmasq-devel/distinfo Wed Feb 12 21:12:37 2014 (r344016) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.69test7.tar.xz) = 455e9df162117a160b50454a7e8dff9ca1c4f3af19926342a3584662b930ff70 -SIZE (dnsmasq-2.69test7.tar.xz) = 453368 +SHA256 (dnsmasq-2.69test8.tar.xz) = 121c0a81b260d9a513682856e83289f5adf7357bba61083b2f3cbf0acd4b4e42 +SIZE (dnsmasq-2.69test8.tar.xz) = 453128