svn commit: r349600 - head/dns/dnsmasq-devel
Matthias Andree
mandree at FreeBSD.org
Sun Mar 30 00:42:44 UTC 2014
Author: mandree
Date: Sun Mar 30 00:42:43 2014
New Revision: 349600
URL: http://svnweb.freebsd.org/changeset/ports/349600
QAT: https://qat.redports.org/buildarchive/r349600/
Log:
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.
Modified:
head/dns/dnsmasq-devel/Makefile
head/dns/dnsmasq-devel/distinfo
Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile Sun Mar 30 00:13:13 2014 (r349599)
+++ head/dns/dnsmasq-devel/Makefile Sun Mar 30 00:42:43 2014 (r349600)
@@ -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
Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo Sun Mar 30 00:13:13 2014 (r349599)
+++ head/dns/dnsmasq-devel/distinfo Sun Mar 30 00:42:43 2014 (r349600)
@@ -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
More information about the svn-ports-all
mailing list