diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2016-07-13 13:29:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2016-07-13 13:29:18 +0000 |
commit | 1ba0dcd180e73cd26217b5476ab5ee8689b30ebe (patch) | |
tree | 04dd9373d285b476f75813e507376f68b95583b6 /dns/Makefile | |
parent | bf948944535a23653d2926763326636be490d2cd (diff) |
The current opendnssec porthas seen a massive rewrite by the upstream
so it was rechristened opendnssec Version 2.
To quote the announcement at <https://www.opendnssec.org>:
"OpenDNSSEC got a entire re-write of the enforcer. This part of
OpenDNSSEC controls changing signing keys in the right way to perform
a roll-over. Before, the enforcer would perform a roll-over according
to a strict paradigm. One scenario in which deviations would not be
possible.
The new enforcer is more aware of the zone changes being propagated in
the Internet. It can therefore decide when it is safe to make changes,
rather than to rely upon a given scenario.
PR: 211018
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Sponsored by: DK Hostmaster A/S
Notes
Notes:
svn path=/head/; revision=418476
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index d770efbbe216..45d860bff13c 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -105,6 +105,7 @@ SUBDIR += opendd SUBDIR += opendnssec SUBDIR += opendnssec13 + SUBDIR += opendnssec2 SUBDIR += openresolv SUBDIR += p5-AnyEvent-CacheDNS SUBDIR += p5-AnyEvent-DNS-EtcHosts |