diff options
author | mandree <mandree@FreeBSD.org> | 2014-03-11 01:01:14 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-03-11 01:01:14 +0800 |
commit | 4064d32e36669bd57f992b0944164024af9eb84f (patch) | |
tree | 4c22f3e2b5060c62c05e06bc30f212d5b866f923 /dns | |
parent | 721dd6ffb363cb964a6a3154fc89d0d0debe7379 (diff) | |
download | freebsd-ports-gnome-4064d32e36669bd57f992b0944164024af9eb84f.tar.gz freebsd-ports-gnome-4064d32e36669bd57f992b0944164024af9eb84f.tar.zst freebsd-ports-gnome-4064d32e36669bd57f992b0944164024af9eb84f.zip |
Upgrade to new upstream test release #11.
Git shortlog since test release #9:
Speeling.
Strip DNSSEC RRs when query doesn't have DO bit set.
Return INSECURE when validation fails with proved non-existent DS.
Negative caching for DS records.
Check that unsigned replies come from unsigned zones if --dnssec-check-uns
Tidy.
Fix off-by-one overwrite.
Don't free blockdata for negative DS cache entries.
Handle replies with no answers and no NS in validate_reply.
Tweak tuning params.
Don't cache secure replies which we've messsed with.
Mass edit of INSECURE->BOGUS returns for server failure/bad input.
Can have local DS records (trust anchors).
Diffstat (limited to 'dns')
-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 7a3f07ff334a..0504973fb78f 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -PORTVERSION= 2.69.0test9 -DISTVERSION= 2.69test9 +PORTVERSION= 2.69.0test11 +DISTVERSION= 2.69test11 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 67fa755a0561..100e52224fa3 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.69test9.tar.xz) = 44c44ee3b10d7312e953f2d8480ee3e379815c49e51fb691ff407e09b3a38962 -SIZE (dnsmasq-2.69test9.tar.xz) = 456024 +SHA256 (dnsmasq-2.69test11.tar.xz) = a04d5ec5c4b2bd8fc8ac39a1d103660d85432f5692c9e76504daf5c464ba417b +SIZE (dnsmasq-2.69test11.tar.xz) = 458908 |