From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 22:55:28 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 7300E3B2; Thu, 27 Feb 2014 22:55:28 +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 5F455106B; Thu, 27 Feb 2014 22:55:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1RMtSnN026967; Thu, 27 Feb 2014 22:55:28 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1RMtSTP026965; Thu, 27 Feb 2014 22:55:28 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201402272255.s1RMtSTP026965@svn.freebsd.org> From: Matthias Andree Date: Thu, 27 Feb 2014 22:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346402 - 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: Thu, 27 Feb 2014 22:55:28 -0000 Author: mandree Date: Thu Feb 27 22:55:27 2014 New Revision: 346402 URL: http://svnweb.freebsd.org/changeset/ports/346402 QAT: https://qat.redports.org/buildarchive/r346402/ Log: Update to new test9 release. Relevant excerpt from git shortlog between test8 and test9: Add RFC-6605 ECDSA DNSSEC verification. Don't mess with the TTL of DNSSEC RRs. No CD in forwarded queries unless dnssec-debug for TCP too. Log BOGUS validation result when upstream sends SERVFAIL. --rev-server option. Syntactic sugar for PTR queries. Omit ECC from DNSSEC if nettle library is old. Add --servers-file option. NSEC3 validation. First pass. Check signer name in RRSIGs. An NSEC record cannot attest to its own non-existance! Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Thu Feb 27 22:52:43 2014 (r346401) +++ head/dns/dnsmasq-devel/Makefile Thu Feb 27 22:55:27 2014 (r346402) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -PORTVERSION= 2.69.0test8 -DISTVERSION= 2.69test8 +PORTVERSION= 2.69.0test9 +DISTVERSION= 2.69test9 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 Thu Feb 27 22:52:43 2014 (r346401) +++ head/dns/dnsmasq-devel/distinfo Thu Feb 27 22:55:27 2014 (r346402) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.69test8.tar.xz) = 121c0a81b260d9a513682856e83289f5adf7357bba61083b2f3cbf0acd4b4e42 -SIZE (dnsmasq-2.69test8.tar.xz) = 453128 +SHA256 (dnsmasq-2.69test9.tar.xz) = 44c44ee3b10d7312e953f2d8480ee3e379815c49e51fb691ff407e09b3a38962 +SIZE (dnsmasq-2.69test9.tar.xz) = 456024