diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2018-10-03 23:24:33 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2018-10-03 23:24:33 +0000 |
commit | e1f2c0a21bf57d388ac015db8702159848abc1f4 (patch) | |
tree | cc4e2fa06dd0a0e324abeef4694d8a8bbf903858 /dns | |
parent | 175825a6d4f84f97dde736c98f865233d8b2c60d (diff) | |
download | freebsd-ports-e1f2c0a21bf57d388ac015db8702159848abc1f4.zip |
dns/dnsmasq-devel: update to 2.80test7
Changes since test6, from CHANGELOG:
Change anti cache-snooping behaviour with queries with the
recursion-desired bit unset. Instead to returning SERVFAIL, we
now always forward, and never answer from the cache. This
allows "dig +trace" command to work.
Include in the example config file a formulation which
stops DHCP clients from claiming the DNS name "wpad".
This is a fix for the CERT Vulnerability VU#598349.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index f8353813d545..adc0f1f7be0b 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.80test6 +DISTVERSION= 2.80test7 PORTEPOCH= 2 CATEGORIES= dns ipv6 #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 46552fcebc66..86665398f186 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536487363 -SHA256 (dnsmasq-2.80test6.tar.xz) = aa74384f4ee6941d7785db79cf50fd6399cb992d219fc07ea6affeabe63b0190 -SIZE (dnsmasq-2.80test6.tar.xz) = 517044 +TIMESTAMP = 1538608751 +SHA256 (dnsmasq-2.80test7.tar.xz) = f4e1277504097429279d2702cd8a132f54a47540ea3935d9fc6ac70f690441b3 +SIZE (dnsmasq-2.80test7.tar.xz) = 517248 |