diff options
author | mandree <mandree@FreeBSD.org> | 2014-03-30 08:42:43 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-03-30 08:42:43 +0800 |
commit | 4b482b53daf2358ad58b5b4ebce9298ae4dc2a3f (patch) | |
tree | 73554e5b5e6d28bf008fcc0c182f1990c9aa9b95 /dns/dnsmasq-devel | |
parent | 2732338f0225feb4cf26a30f91f64007570e259e (diff) | |
download | freebsd-ports-gnome-4b482b53daf2358ad58b5b4ebce9298ae4dc2a3f.tar.gz freebsd-ports-gnome-4b482b53daf2358ad58b5b4ebce9298ae4dc2a3f.tar.zst freebsd-ports-gnome-4b482b53daf2358ad58b5b4ebce9298ae4dc2a3f.zip |
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.
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
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 |