From 4b482b53daf2358ad58b5b4ebce9298ae4dc2a3f Mon Sep 17 00:00:00 2001 From: mandree Date: Sun, 30 Mar 2014 00:42:43 +0000 Subject: Update to new upstream release candidate #2. Git shortlog between 2.69 rc1 and rc2: Simon Kelley (7): Add dnssec-check-unsigned to example config file. Reorder sanity checks on UDP packet reception, to cope with failed recvfro SERVFAIL is an expected error return, don't try all servers. Terminate DS-search when reaching the root via cache entries. Cache stats availble in CHAOS .bind domain. Ensure ->sentto is valid for DNSSEC forwards. Otherwise retries SEGV. Add --dnssec-no-timecheck Tomas Hozza (2): Memory leak in error path. Handle failure of hash_questions() Wang Jian (1): Log IPSET actions. --- dns/dnsmasq-devel/Makefile | 4 ++-- dns/dnsmasq-devel/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dns/dnsmasq-devel') diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 90b325a07118..cc46c61940a1 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -PORTVERSION= 2.69r1 -DISTVERSION= 2.69rc1 +PORTVERSION= 2.69r2 +DISTVERSION= 2.69rc2 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 37e5d47df238..8cb2fa83eb36 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.69rc1.tar.xz) = fb8c6955e9d3ab62c7ff28bab4571bd28dfada7b50b1ddb4ed9cae6ceb09059d -SIZE (dnsmasq-2.69rc1.tar.xz) = 460172 +SHA256 (dnsmasq-2.69rc2.tar.xz) = 54836a4eb463b1126855a962df421f0632acd79fda9c88ef3ef6d382b0c1578e +SIZE (dnsmasq-2.69rc2.tar.xz) = 461568 -- cgit