diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-05-19 06:17:30 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-05-19 06:17:30 +0800 |
commit | 7240ff336fc9609125fe49cdaa77cf23f619bb20 (patch) | |
tree | a625a843b0a8482338bee5af6fd0ea94c8ae23d1 /dns/dnsmasq | |
parent | 341787890ec4c2e5354e5da64e3b85f9b71732e4 (diff) | |
download | freebsd-ports-gnome-7240ff336fc9609125fe49cdaa77cf23f619bb20.tar.gz freebsd-ports-gnome-7240ff336fc9609125fe49cdaa77cf23f619bb20.tar.zst freebsd-ports-gnome-7240ff336fc9609125fe49cdaa77cf23f619bb20.zip |
Upgrade to new upstream version 2.71. Upstream's changelog:
version 2.71
Subtle change to error handling to help DNSSEC validation
when servers fail to provide NODATA answers for
non-existent DS records.
Tweak code which removes DNSSEC records from answers when
not required. Fixes broken answers when additional section
has real records in it. Thanks to Marco Davids for the bug
report.
Fix DNSSEC validation of ANY queries. Thanks to Marco Davids
for spotting that too.
Fix total DNS failure and 100% CPU use if cachesize set to zero,
regression introduced in 2.69. Thanks to James Hunt and
the Ubuntu crowd for assistance in fixing this.
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 4482d51325c7..785f6b569e53 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.70 +DISTVERSION= 2.71 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 56fd03854f39..7482641e4e48 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.70.tar.xz) = 19d55bddc541271ad5271e3946f94e2cdf4491913aa5fb1ca9c6b23d5925f026 -SIZE (dnsmasq-2.70.tar.xz) = 446984 +SHA256 (dnsmasq-2.71.tar.xz) = 4919fb572fed5c6205de1d384f8661c25c19358904c2e6265928e3a3e4bfffba +SIZE (dnsmasq-2.71.tar.xz) = 448380 |