Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 17:01:14 +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: r347783 - head/dns/dnsmasq-devel
Message-ID:  <201403101701.s2AH1E0Y053079@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Mar 10 17:01:14 2014
New Revision: 347783
URL: http://svnweb.freebsd.org/changeset/ports/347783
QAT: https://qat.redports.org/buildarchive/r347783/

Log:
  Upgrade to new upstream test release #11.
  
  Git shortlog since test release #9:
  
        Speeling.
        Strip DNSSEC RRs when query doesn't have DO bit set.
        Return INSECURE when validation fails with proved non-existent DS.
        Negative caching for DS records.
        Check that unsigned replies come from unsigned zones if --dnssec-check-uns
        Tidy.
        Fix off-by-one overwrite.
        Don't free blockdata for negative DS cache entries.
        Handle replies with no answers and no NS in validate_reply.
        Tweak tuning params.
        Don't cache secure replies which we've messsed with.
        Mass edit of INSECURE->BOGUS returns for server failure/bad input.
        Can have local DS records (trust anchors).

Modified:
  head/dns/dnsmasq-devel/Makefile
  head/dns/dnsmasq-devel/distinfo

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Mon Mar 10 16:58:45 2014	(r347782)
+++ head/dns/dnsmasq-devel/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-PORTVERSION=	2.69.0test9
-DISTVERSION=	2.69test9
+PORTVERSION=	2.69.0test11
+DISTVERSION=	2.69test11
 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	Mon Mar 10 16:58:45 2014	(r347782)
+++ head/dns/dnsmasq-devel/distinfo	Mon Mar 10 17:01:14 2014	(r347783)
@@ -1,2 +1,2 @@
-SHA256 (dnsmasq-2.69test9.tar.xz) = 44c44ee3b10d7312e953f2d8480ee3e379815c49e51fb691ff407e09b3a38962
-SIZE (dnsmasq-2.69test9.tar.xz) = 456024
+SHA256 (dnsmasq-2.69test11.tar.xz) = a04d5ec5c4b2bd8fc8ac39a1d103660d85432f5692c9e76504daf5c464ba417b
+SIZE (dnsmasq-2.69test11.tar.xz) = 458908



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403101701.s2AH1E0Y053079>