Date: Thu, 27 Feb 2014 22:55:28 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346402 - head/dns/dnsmasq-devel Message-ID: <201402272255.s1RMtSTP026965@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402272255.s1RMtSTP026965>