diff options
author | mandree <mandree@FreeBSD.org> | 2014-02-28 06:55:27 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-02-28 06:55:27 +0800 |
commit | afc0998c3be8042c22a56599ad224d1f751d4c58 (patch) | |
tree | 284edf7e2d9d55cdc1cc90f8533508500416d4d2 /dns/dnsmasq-devel | |
parent | 61579633e7220facedadbf88949eff5549447f5b (diff) | |
download | freebsd-ports-gnome-afc0998c3be8042c22a56599ad224d1f751d4c58.tar.gz freebsd-ports-gnome-afc0998c3be8042c22a56599ad224d1f751d4c58.tar.zst freebsd-ports-gnome-afc0998c3be8042c22a56599ad224d1f751d4c58.zip |
Update to new test9 release.
Relevant excerpt from git shortlog between test8 and test9:
Add RFC-6605 ECDSA DNSSEC verification.
Don't mess with the TTL of DNSSEC RRs.
No CD in forwarded queries unless dnssec-debug for TCP too.
Log BOGUS validation result when upstream sends SERVFAIL.
--rev-server option. Syntactic sugar for PTR queries.
Omit ECC from DNSSEC if nettle library is old.
Add --servers-file option.
NSEC3 validation. First pass.
Check signer name in RRSIGs.
An NSEC record cannot attest to its own non-existance!
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 d59d0e9954de..7a3f07ff334a 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -PORTVERSION= 2.69.0test8 -DISTVERSION= 2.69test8 +PORTVERSION= 2.69.0test9 +DISTVERSION= 2.69test9 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 f89fd49ad66d..67fa755a0561 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.69test8.tar.xz) = 121c0a81b260d9a513682856e83289f5adf7357bba61083b2f3cbf0acd4b4e42 -SIZE (dnsmasq-2.69test8.tar.xz) = 453128 +SHA256 (dnsmasq-2.69test9.tar.xz) = 44c44ee3b10d7312e953f2d8480ee3e379815c49e51fb691ff407e09b3a38962 +SIZE (dnsmasq-2.69test9.tar.xz) = 456024 |